import pandas as pd4.1 Webscraping
XML, HTML, and Web Scraping
JSON and XML are two different ways to represent hierarchical data. Which one is better? There are lots of articles online which discuss similarities and differences between JSON and XML and their advantages and disadvantages. Both formats are still in current usage, so it is good to be familiar with both. However, JSON is more common, so we’ll focus on working with JSON representations of hierarchical data.
The reading covered an example of using Beautiful Soup to parse XML. Rather than doing another example XML now, we’ll skip straight to scraping HTML from a webpage. Both HTML and XML can be parsed in a similar way with Beautiful Soup.
Scraping an HTML table with Beautiful Soup
Open the URL https://en.wikipedia.org/wiki/List_of_United_States_cities_by_population and scroll down until you see a table of the cities in the U.S. with population over 100,000 (as of Jul 1, 2022). We’ll use Beautiful Soup to scrape information from this table.
Read in the HTML from the ULR using the requests library.
import requestspd.read_html("https://en.wikipedia.org/wiki/List_of_United_States_cities_by_population")[ 0
0 Map all coordinates using: OpenStreetMap
1 Download coordinates as: KML GPX (all coordina...,
Population tables of U.S. cities
0 Cities
1 Population AreaDensityEthnic identityForeign-b...
2 Urban areas
3 Populous cities and metropolitan areas
4 Metropolitan areas
5 563 primary statistical areas175 combined stat...
6 Megaregions
7 See related population listsNorth American met...
8 .mw-parser-output .navbar{display:inline;font-...,
0
0 Map this section's coordinates using: OpenStre...
1 Download coordinates as: KML GPX (all coordina...,
0 1
0 NaN State capital
1 NaN State largest city
2 NaN State capital and largest city
3 NaN Federal capital,
2022 rank City State[c] 2022 estimate 2020 census \
0 1 New York[d] New York 8335897 8804190
1 2 Los Angeles California 3822238 3898747
2 3 Chicago Illinois 2665039 2746388
3 4 Houston Texas 2302878 2304580
4 5 Phoenix Arizona 1644409 1608139
.. ... ... ... ... ...
328 329 Albany New York 100826 99224
329 330 Hesperia California 100744 99818
330 331 New Bedford Massachusetts 100682 101079
331 332 Davenport Iowa 100486 101724
332 333 Daly City California 100007 104901
Change 2020 land area 2020 land area.1 2020 population density \
0 −5.32% 300.5 sq mi 778.3 km2 29,298/sq mi
1 −1.96% 469.5 sq mi 1,216.0 km2 8,304/sq mi
2 −2.96% 227.7 sq mi 589.7 km2 12,061/sq mi
3 −0.07% 640.4 sq mi 1,658.6 km2 3,599/sq mi
4 +2.26% 518.0 sq mi 1,341.6 km2 3,105/sq mi
.. ... ... ... ...
328 +1.61% 21.4 sq mi 55.4 km2 4,637/sq mi
329 +0.93% 72.7 sq mi 188.3 km2 1,373/sq mi
330 −0.39% 20.0 sq mi 51.8 km2 5,054/sq mi
331 −1.22% 63.8 sq mi 165.2 km2 1,594/sq mi
332 −4.67% 7.6 sq mi 19.7 km2 13,803/sq mi
2020 population density.1 \
0 11,312/km2
1 3,206/km2
2 4,657/km2
3 1,390/km2
4 1,199/km2
.. ...
328 1,790/km2
329 530/km2
330 1,951/km2
331 615/km2
332 5,329/km2
Location
0 .mw-parser-output .geo-default,.mw-parser-outp...
1 34°01′N 118°25′W / 34.02°N 118.41°W
2 41°50′N 87°41′W / 41.84°N 87.68°W
3 29°47′N 95°23′W / 29.79°N 95.39°W
4 33°34′N 112°05′W / 33.57°N 112.09°W
.. ...
328 42°40′N 73°48′W / 42.67°N 73.80°W
329 34°24′N 117°19′W / 34.40°N 117.32°W
330 41°40′N 70°56′W / 41.66°N 70.94°W
331 41°34′N 90°36′W / 41.56°N 90.60°W
332 37°41′N 122°28′W / 37.69°N 122.47°W
[333 rows x 11 columns],
Population Number of municipal governments
0 1,000,000+ 9
1 700,000–999,999 10
2 500,000–699,999 18
3 400,000–499,999 11
4 300,000–399,999 21
5 200,000–299,999 56
6 100,000–199,999 208
7 Total 333,
State Number of listed cities
0 CA 75
1 TX 42
2 FL 22
3 AZ, CO 12
4 NC 10
5 MA, WA 9
6 GA, IL 8
7 MI, NJ, VA 7
8 MO, IN, NY, OH, OR, TN 6
9 AL, CT, KS, NV, UT 5
10 LA, OK 4
11 IA, ID, MN, NM, PA, SC, WI 3
12 KY, NE 2
13 AK, AR, DC, HI, MD, MS, MT, ND, NH, RI, SD 1
14 DE, ME, VT, WV, WY 0,
0
0 Map this section's coordinates using: OpenStre...
1 Download coordinates as: KML GPX (all coordina...,
2022 rank Municipio 2022 estimate 2020 census Change 2020 land area \
0 1 San Juan 334776 342259 −2.19% 39.8 sq mi
1 2 Bayamón 181577 185187 −1.95% 27.0 sq mi
2 3 Carolina 151571 154815 −2.10% 20.7 sq mi
3 4 Ponce 132138 137491 −3.89% 28.4 sq mi
4 5 Caguas 125136 127244 −1.66% 10.9 sq mi
2020 land area.1 2020 population density 2020 population density.1 \
0 103.1 km2 8,599/sq mi 3,320/km2
1 69.9 km2 6,859/sq mi 2,648/km2
2 53.6 km2 7,479/sq mi 2,888/km2
3 73.6 km2 4,841/sq mi 1,869/km2
4 28.2 km2 11,674/sq mi 4,507/km2
Location
0 18°24′N 66°04′W / 18.40°N 66.06°W
1 18°23′N 66°10′W / 18.38°N 66.16°W
2 18°25′N 65°59′W / 18.41°N 65.98°W
3 18°00′N 66°37′W / 18.00°N 66.62°W
4 18°14′N 66°02′W / 18.23°N 66.04°W ,
0
0 Map this section's coordinates using: OpenStre...
1 Download coordinates as: KML GPX (all coordina...,
Census-designated place State 2020 census 2010 census Change \
0 Arlington Virginia 238643 207627 +14.94%
1 Enterprise Nevada 221831 108481 +104.49%
2 Spring Valley Nevada 215597 178395 +20.85%
3 Sunrise Manor Nevada 205618 189372 +8.58%
4 Paradise Nevada 191238 223167 −14.31%
5 Metairie Louisiana 143507 138481 +3.63%
6 East Los Angeles California 118786 126496 −6.10%
7 Brandon Florida 114626 103483 +10.77%
8 The Woodlands Texas 114436 93847 +21.94%
9 Lehigh Acres Florida 114287 86784 +31.69%
10 Spring Hill Florida 113568 98621 +15.16%
11 Riverview Florida 107396 71050 +51.16%
12 Columbia Maryland 104681 99615 +5.09%
13 Highlands Ranch Colorado 103444 96713 +6.96%
2020 land area 2020 land area.1 2020 population density \
0 26.0 sq mi 67.340 km2 9,179/sq mi
1 66.0 sq mi 170.939 km2 3,361/sq mi
2 35.5 sq mi 91.945 km2 6,073/sq mi
3 33.7 sq mi 87.283 km2 6,101/sq mi
4 42.4 sq mi 109.815 km2 4,510/sq mi
5 23.3 sq mi 60.347 km2 6,159/sq mi
6 7.5 sq mi 19.425 km2 15,838/sq mi
7 33.1 sq mi 85.729 km2 3,463/sq mi
8 43.3 sq mi 112.146 km2 2,643/sq mi
9 92.7 sq mi 240.092 km2 1,233/sq mi
10 59.9 sq mi 155.140 km2 1,896/sq mi
11 46.2 sq mi 119.657 km2 2,325/sq mi
12 31.9 sq mi 82.621 km2 3,282/sq mi
13 24.3 sq mi 62.937 km2 4,257/sq mi
2020 population density.1 Location
0 3,544/km2 38°53′N 77°06′W / 38.88°N 77.10°W
1 1,298/km2 36°01′N 115°14′W / 36.01°N 115.23°W
2 2,345/km2 36°06′N 115°16′W / 36.10°N 115.26°W
3 2,356/km2 36°11′N 115°03′W / 36.18°N 115.05°W
4 1,740/km2 36°05′N 115°08′W / 36.09°N 115.14°W
5 2,378/km2 30°00′N 90°11′W / 30.00°N 90.18°W
6 6,115/km2 34°02′N 118°10′W / 34.03°N 118.17°W
7 1,337/km2 27°56′N 82°18′W / 27.94°N 82.30°W
8 1,020/km2 30°10′N 95°31′W / 30.17°N 95.51°W
9 476/km2 26°37′N 81°38′W / 26.61°N 81.64°W
10 732/km2 28°29′N 82°32′W / 28.48°N 82.53°W
11 898/km2 27°49′N 82°18′W / 27.82°N 82.30°W
12 1,267/km2 39°12′N 76°52′W / 39.20°N 76.86°W
13 1,644/km2 39°32′N 104°58′W / 39.54°N 104.97°W ,
City State 2022 estimate 2020 census \
0 Allegheny Pennsylvania NaN NaN
1 Brooklyn New York NaN NaN
2 Camden New Jersey 70996.0 71791.0
3 Canton Ohio 69671.0 70872.0
4 Citrus Heights California 86433.0 87583.0
5 Clinton Township Michigan 99448.0 100513.0
6 Duluth Minnesota 86619.0 86697.0
7 Erie Pennsylvania 93511.0 94831.0
8 Fall River Massachusetts 93682.0 94000.0
9 Federal Way Washington 97863.0 101030.0
10 Flint Michigan 79854.0 81252.0
11 Gary Indiana 67972.0 69093.0
12 Hammond Indiana 76575.0 77879.0
13 Livonia Michigan 93779.0 95535.0
14 Longmont Colorado 98687.0 98885.0
15 Niagara Falls New York 47993.0 48671.0
16 Norwalk California 98537.0 102773.0
17 Parma Ohio 79358.0 81146.0
18 Portsmouth Virginia 97029.0 97915.0
19 Reading Pennsylvania 94858.0 95112.0
20 Roanoke Virginia 97847.0 100011.0
21 Scranton Pennsylvania 75848.0 76328.0
22 Somerville Massachusetts 79762.0 81045.0
23 St. Joseph Missouri 70656.0 72473.0
24 Trenton New Jersey 89661.0 90871.0
25 Utica New York 64081.0 65283.0
26 Wilmington Delaware 71569.0 70898.0
27 Youngstown Ohio 59144.0 60068.0
Peak population Percent decline from peak population \
0 129896 NaN
1 806343 NaN
2 124555 −42.36%
3 116912 −39.38%
4 107439 −18.48%
5 100513 NaN
6 107312 −19.21%
7 138440 −31.50%
8 120485 −21.98%
9 101030 NaN
10 196940 −58.74%
11 178320 −61.25%
12 111698 −30.28%
13 110109 −13.24%
14 100758 −1.86%
15 102394 −52.47%
16 105549 −2.63%
17 100216 −19.03%
18 114773 −14.69%
19 111171 −14.45%
20 100220 −0.21%
21 143333 −46.75%
22 103908 −22.00%
23 102979 −29.62%
24 128009 −29.01%
25 101740 −35.83%
26 112504 −36.98%
27 170002 −64.67%
Notes
0 Peak as an independent city, annexed by Pittsb...
1 Peak as an independent city, consolidated with...
2 Peak in 1950, −1.11% since 2020.
3 Peak in 1950, −1.69% since 2020.
4 Peak in 1990, −1.31% since 2020.
5 Peak in 2020, −1.06% since 2020.
6 Peak in 1960, −0.09% since 2020.
7 Peak in 1960, −1.39% since 2020.
8 Peak in 1920, −0.34% since 2020.
9 Peak in 2020, −3.13% since 2020.
10 Peak in 1960, −1.72% since 2020.
11 Peak in 1960, −1.62% since 2020.
12 Peak in 1960, −1.67% since 2020.
13 Peak in 1970, −1.84% since 2020.
14 Peak in 2021 (estimate only), −0.20% since 2020.
15 Peak in 1960, −1.39% since 2020.
16 Peak in 2010, −4.12% since 2020.
17 Peak in 1970, −2.20% since 2020.
18 Peak in 1960, −0.90% since 2020.
19 Peak in 1930, −0.27% since 2020.
20 Peak in 1980, −2.16% since 2020.
21 Peak in 1930, −0.63% since 2020.
22 Peak in 1930, −1.58% since 2020.
23 Official peak in 1900, but there is evidence t...
24 Peak in 1950, −1.33% since 2020.
25 Peak in 1930, −1.84% since 2020.
26 Peak in 1940, +0.95% since 2020.
27 Peak in 1930, −1.54% since 2020. ,
vteThe 100 most populous cities of the United States \
0 New York, New York Los Angeles, California Chi...
1 NaN
2 Cities ranked by United States Census Bureau p...
vteThe 100 most populous cities of the United States.1 \
0 New York, New York Los Angeles, California Chi...
1 New York, New York Los Angeles, California Chi...
2 Cities ranked by United States Census Bureau p...
Unnamed: 2 \
0 NaN
1 Portland, Oregon Detroit, Michigan Louisville,...
2 NaN
Unnamed: 3 \
0 NaN
1 Aurora, Colorado Tampa, Florida New Orleans, L...
2 NaN
Unnamed: 4
0 NaN
1 Chandler, Arizona Chula Vista, California Buff...
2 NaN ,
0 1 \
0 NaN New York, New York Los Angeles, California Chi...
2 \
0 Portland, Oregon Detroit, Michigan Louisville,...
3 \
0 Aurora, Colorado Tampa, Florida New Orleans, L...
4
0 Chandler, Arizona Chula Vista, California Buff... ]
response = requests.get("https://en.wikipedia.org/wiki/List_of_United_States_cities_by_population")
response<Response [200]>
Use Beautiful Soup to parse this string into a tree called soup
from bs4 import BeautifulSoup
soup = BeautifulSoup(response.content, "html.parser")
soup<!DOCTYPE html>
<html class="client-nojs vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-sticky-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-zebra-design-disabled vector-feature-custom-font-size-clientpref-disabled vector-feature-client-preferences-disabled vector-feature-typography-survey-disabled vector-toc-available" dir="ltr" lang="en">
<head>
<meta charset="utf-8"/>
<title>List of United States cities by population - Wikipedia</title>
<script>(function(){var className="client-js vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-sticky-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-zebra-design-disabled vector-feature-custom-font-size-clientpref-disabled vector-feature-client-preferences-disabled vector-feature-typography-survey-disabled vector-toc-available";var cookie=document.cookie.match(/(?:^|; )enwikimwclientpreferences=([^;]+)/);if(cookie){cookie[1].split('%2C').forEach(function(pref){className=className.replace(new RegExp('(^| )'+pref.replace(/-clientpref-\w+$|[^\w-]+/g,'')+'-clientpref-\\w+( |$)'),'$1'+pref+'$2');});}document.documentElement.className=className;}());RLCONF={"wgBreakFrames":false,"wgSeparatorTransformTable":["",""],"wgDigitTransformTable":["",""],
"wgDefaultDateFormat":"dmy","wgMonthNames":["","January","February","March","April","May","June","July","August","September","October","November","December"],"wgRequestId":"d9c6f710-9de1-46ff-b22e-4b472e3077ec","wgCanonicalNamespace":"","wgCanonicalSpecialPageName":false,"wgNamespaceNumber":0,"wgPageName":"List_of_United_States_cities_by_population","wgTitle":"List of United States cities by population","wgCurRevisionId":1180776399,"wgRevisionId":1180776399,"wgArticleId":1649321,"wgIsArticle":true,"wgIsRedirect":false,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Webarchive template wayback links","Articles with short description","Short description is different from Wikidata","Wikipedia indefinitely semi-protected pages","Use mdy dates from April 2023","Lists of coordinates","Geographic coordinate lists","Articles with Geo","Articles containing Spanish-language text","Articles containing potentially dated statements from 2023",
"All articles containing potentially dated statements","Pages using Sister project links with wikidata namespace mismatch","Pages using Sister project links with wikidata mismatch","Pages using Sister project links with default search","Featured lists","Cities in the United States","Lists of cities in the United States by population","United States demography-related lists","Demographics by city in the United States"],"wgPageViewLanguage":"en","wgPageContentLanguage":"en","wgPageContentModel":"wikitext","wgRelevantPageName":"List_of_United_States_cities_by_population","wgRelevantArticleId":1649321,"wgIsProbablyEditable":false,"wgRelevantPageIsProbablyEditable":false,"wgRestrictionEdit":["autoconfirmed"],"wgRestrictionMove":["autoconfirmed"],"wgNoticeProject":"wikipedia","wgFlaggedRevsParams":{"tags":{"status":{"levels":1}}},"wgMediaViewerOnClick":true,"wgMediaViewerEnabledByDefault":true,"wgPopupsFlags":10,"wgVisualEditor":{"pageLanguageCode":"en","pageLanguageDir":"ltr",
"pageVariantFallbacks":"en"},"wgMFDisplayWikibaseDescriptions":{"search":true,"watchlist":true,"tagline":false,"nearby":true},"wgWMESchemaEditAttemptStepOversample":false,"wgWMEPageLength":100000,"wgULSCurrentAutonym":"English","wgCentralAuthMobileDomain":false,"wgEditSubmitButtonLabelPublish":true,"wgULSPosition":"interlanguage","wgULSisCompactLinksEnabled":true,"wgULSisLanguageSelectorEmpty":false,"wgWikibaseItemId":"Q131079","wgCheckUserClientHintsHeadersJsApi":["architecture","bitness","brands","fullVersionList","mobile","model","platform","platformVersion"],"GEHomepageSuggestedEditsEnableTopics":true,"wgGETopicsMatchModeEnabled":false,"wgGEStructuredTaskRejectionReasonTextInputEnabled":false,"wgGELevelingUpEnabledForUser":false};RLSTATE={"skins.vector.user.styles":"ready","ext.gadget.WatchlistGreenIndicators":"ready","ext.gadget.SubtleUpdatemarker":"ready","ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","skins.vector.user":"ready",
"ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.cite.styles":"ready","mediawiki.page.gallery.styles":"ready","codex-search-styles":"ready","skins.vector.styles":"ready","skins.vector.icons":"ready","jquery.tablesorter.styles":"ready","jquery.makeCollapsible.styles":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","wikibase.client.init":"ready","ext.wikimediaBadges":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","mediawiki.page.media","site","mediawiki.page.ready","jquery.tablesorter","jquery.makeCollapsible","mediawiki.toc","skins.vector.js","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.gadget.ReferenceTooltips","ext.gadget.geonotice","ext.gadget.switcher","ext.urlShortener.toolbar","ext.centralauth.centralautologin","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.echo.centralauth","ext.eventLogging",
"ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.cx.uls.quick.actions","wikibase.client.vector-2022","ext.checkUser.clientHints","ext.growthExperiments.SuggestedEditSession"];</script>
<script>(RLQ=window.RLQ||[]).push(function(){mw.loader.impl(function(){return["user.options@12s5i",function($,jQuery,require,module){mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
}];});});</script>
<link href="/w/load.php?lang=en&modules=codex-search-styles%7Cext.cite.styles%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cjquery.makeCollapsible.styles%7Cjquery.tablesorter.styles%7Cmediawiki.page.gallery.styles%7Cskins.vector.icons%2Cstyles%7Cwikibase.client.init&only=styles&skin=vector-2022" rel="stylesheet"/>
<script async="" src="/w/load.php?lang=en&modules=startup&only=scripts&raw=1&skin=vector-2022"></script>
<meta content="" name="ResourceLoaderDynamicStyles"/>
<link href="/w/load.php?lang=en&modules=ext.gadget.SubtleUpdatemarker%2CWatchlistGreenIndicators&only=styles&skin=vector-2022" rel="stylesheet"/>
<link href="/w/load.php?lang=en&modules=site.styles&only=styles&skin=vector-2022" rel="stylesheet"/>
<meta content="MediaWiki 1.42.0-wmf.1" name="generator"/>
<meta content="origin" name="referrer"/>
<meta content="origin-when-cross-origin" name="referrer"/>
<meta content="max-image-preview:standard" name="robots"/>
<meta content="telephone=no" name="format-detection"/>
<meta content="width=1000" name="viewport"/>
<meta content="List of United States cities by population - Wikipedia" property="og:title"/>
<meta content="website" property="og:type"/>
<link href="//upload.wikimedia.org" rel="preconnect"/>
<link href="//en.m.wikipedia.org/wiki/List_of_United_States_cities_by_population" media="only screen and (max-width: 720px)" rel="alternate"/>
<link href="/static/apple-touch/wikipedia.png" rel="apple-touch-icon"/>
<link href="/static/favicon/wikipedia.ico" rel="icon"/>
<link href="/w/opensearch_desc.php" rel="search" title="Wikipedia (en)" type="application/opensearchdescription+xml"/>
<link href="//en.wikipedia.org/w/api.php?action=rsd" rel="EditURI" type="application/rsd+xml"/>
<link href="https://en.wikipedia.org/wiki/List_of_United_States_cities_by_population" rel="canonical"/>
<link href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="license"/>
<link href="/w/index.php?title=Special:RecentChanges&feed=atom" rel="alternate" title="Wikipedia Atom feed" type="application/atom+xml"/>
<link href="//meta.wikimedia.org" rel="dns-prefetch">
<link href="//login.wikimedia.org" rel="dns-prefetch"/>
</link></head>
<body class="skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-List_of_United_States_cities_by_population rootpage-List_of_United_States_cities_by_population skin-vector-2022 action-view"><a class="mw-jump-link" href="#bodyContent">Jump to content</a>
<div class="vector-header-container">
<header class="vector-header mw-header">
<div class="vector-header-start">
<nav aria-label="Site" class="vector-main-menu-landmark" role="navigation">
<div class="vector-dropdown vector-main-menu-dropdown vector-button-flush-left vector-button-flush-right" id="vector-main-menu-dropdown">
<input aria-haspopup="true" aria-label="Main menu" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-vector-main-menu-dropdown" id="vector-main-menu-dropdown-checkbox" role="button" type="checkbox"/>
<label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--icon-only" for="vector-main-menu-dropdown-checkbox" id="vector-main-menu-dropdown-label"><span class="vector-icon mw-ui-icon-menu mw-ui-icon-wikimedia-menu"></span>
<span class="vector-dropdown-label-text">Main menu</span>
</label>
<div class="vector-dropdown-content">
<div class="vector-unpinned-container" id="vector-main-menu-unpinned-container">
<div class="vector-main-menu vector-pinnable-element" id="vector-main-menu">
<div class="vector-pinnable-header vector-main-menu-pinnable-header vector-pinnable-header-unpinned" data-feature-name="main-menu-pinned" data-pinnable-element-id="vector-main-menu" data-pinned-container-id="vector-main-menu-pinned-container" data-unpinned-container-id="vector-main-menu-unpinned-container">
<div class="vector-pinnable-header-label">Main menu</div>
<button class="vector-pinnable-header-toggle-button vector-pinnable-header-pin-button" data-event-name="pinnable-header.vector-main-menu.pin">move to sidebar</button>
<button class="vector-pinnable-header-toggle-button vector-pinnable-header-unpin-button" data-event-name="pinnable-header.vector-main-menu.unpin">hide</button>
</div>
<div class="vector-menu mw-portlet mw-portlet-navigation" id="p-navigation">
<div class="vector-menu-heading">
Navigation
</div>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="mw-list-item" id="n-mainpage-description"><a accesskey="z" href="/wiki/Main_Page" title="Visit the main page [z]"><span>Main page</span></a></li><li class="mw-list-item" id="n-contents"><a href="/wiki/Wikipedia:Contents" title="Guides to browsing Wikipedia"><span>Contents</span></a></li><li class="mw-list-item" id="n-currentevents"><a href="/wiki/Portal:Current_events" title="Articles related to current events"><span>Current events</span></a></li><li class="mw-list-item" id="n-randompage"><a accesskey="x" href="/wiki/Special:Random" title="Visit a randomly selected article [x]"><span>Random article</span></a></li><li class="mw-list-item" id="n-aboutsite"><a href="/wiki/Wikipedia:About" title="Learn about Wikipedia and how it works"><span>About Wikipedia</span></a></li><li class="mw-list-item" id="n-contactpage"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us" title="How to contact Wikipedia"><span>Contact us</span></a></li><li class="mw-list-item" id="n-sitesupport"><a href="https://donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_en.wikipedia.org&uselang=en" title="Support us by donating to the Wikimedia Foundation"><span>Donate</span></a></li>
</ul>
</div>
</div>
<div class="vector-menu mw-portlet mw-portlet-interaction" id="p-interaction">
<div class="vector-menu-heading">
Contribute
</div>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="mw-list-item" id="n-help"><a href="/wiki/Help:Contents" title="Guidance on how to use and edit Wikipedia"><span>Help</span></a></li><li class="mw-list-item" id="n-introduction"><a href="/wiki/Help:Introduction" title="Learn how to edit Wikipedia"><span>Learn to edit</span></a></li><li class="mw-list-item" id="n-portal"><a href="/wiki/Wikipedia:Community_portal" title="The hub for editors"><span>Community portal</span></a></li><li class="mw-list-item" id="n-recentchanges"><a accesskey="r" href="/wiki/Special:RecentChanges" title="A list of recent changes to Wikipedia [r]"><span>Recent changes</span></a></li><li class="mw-list-item" id="n-upload"><a href="/wiki/Wikipedia:File_upload_wizard" title="Add images or other media for use on Wikipedia"><span>Upload file</span></a></li>
</ul>
</div>
</div>
<div class="vector-main-menu-action vector-main-menu-action-lang-alert">
<div class="vector-main-menu-action-item">
<div class="vector-main-menu-action-heading vector-menu-heading">Languages</div>
<div class="vector-main-menu-action-content vector-menu-content">
<div class="mw-message-box cdx-message cdx-message--block mw-message-box-notice cdx-message--notice vector-language-sidebar-alert"><span class="cdx-message__icon"></span><div class="cdx-message__content">Language links are at the top of the page across from the title.</div></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<a class="mw-logo" href="/wiki/Main_Page">
<img alt="" aria-hidden="true" class="mw-logo-icon" height="50" src="/static/images/icons/wikipedia.png" width="50"/>
<span class="mw-logo-container">
<img alt="Wikipedia" class="mw-logo-wordmark" src="/static/images/mobile/copyright/wikipedia-wordmark-en.svg" style="width: 7.5em; height: 1.125em;"/>
<img alt="The Free Encyclopedia" class="mw-logo-tagline" height="13" src="/static/images/mobile/copyright/wikipedia-tagline-en.svg" style="width: 7.3125em; height: 0.8125em;" width="117"/>
</span>
</a>
</div>
<div class="vector-header-end">
<div class="vector-search-box-vue vector-search-box-collapses vector-search-box-show-thumbnail vector-search-box-auto-expand-width vector-search-box" id="p-search" role="search">
<a accesskey="f" class="cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--icon-only search-toggle" href="/wiki/Special:Search" id="" title="Search Wikipedia [f]"><span class="vector-icon mw-ui-icon-search mw-ui-icon-wikimedia-search"></span>
<span>Search</span>
</a>
<div class="vector-typeahead-search-container">
<div class="cdx-typeahead-search cdx-typeahead-search--show-thumbnail cdx-typeahead-search--auto-expand-width">
<form action="/w/index.php" class="cdx-search-input cdx-search-input--has-end-button" id="searchform">
<div class="cdx-search-input__input-wrapper" data-search-loc="header-moved" id="simpleSearch">
<div class="cdx-text-input cdx-text-input--has-start-icon">
<input accesskey="f" aria-label="Search Wikipedia" autocapitalize="sentences" class="cdx-text-input__input" id="searchInput" name="search" placeholder="Search Wikipedia" title="Search Wikipedia [f]" type="search"/>
<span class="cdx-text-input__icon cdx-text-input__start-icon"></span>
</div>
<input name="title" type="hidden" value="Special:Search"/>
</div>
<button class="cdx-button cdx-search-input__end-button">Search</button>
</form>
</div>
</div>
</div>
<nav aria-label="Personal tools" class="vector-user-links" role="navigation">
<div class="vector-menu mw-portlet mw-portlet-vector-user-menu-overflow" id="p-vector-user-menu-overflow">
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="user-links-collapsible-item mw-list-item" id="pt-createaccount-2"><a href="/w/index.php?title=Special:CreateAccount&returnto=List+of+United+States+cities+by+population" title="You are encouraged to create an account and log in; however, it is not mandatory"><span>Create account</span></a></li><li class="user-links-collapsible-item mw-list-item" id="pt-login-2"><a accesskey="o" href="/w/index.php?title=Special:UserLogin&returnto=List+of+United+States+cities+by+population" title="You're encouraged to log in; however, it's not mandatory. [o]"><span>Log in</span></a></li>
</ul>
</div>
</div>
<div class="vector-dropdown vector-user-menu vector-button-flush-right vector-user-menu-logged-out" id="vector-user-links-dropdown" title="Log in and more options">
<input aria-haspopup="true" aria-label="Personal tools" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-vector-user-links-dropdown" id="vector-user-links-dropdown-checkbox" role="button" type="checkbox"/>
<label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--icon-only" for="vector-user-links-dropdown-checkbox" id="vector-user-links-dropdown-label"><span class="vector-icon mw-ui-icon-ellipsis mw-ui-icon-wikimedia-ellipsis"></span>
<span class="vector-dropdown-label-text">Personal tools</span>
</label>
<div class="vector-dropdown-content">
<div class="vector-menu mw-portlet mw-portlet-personal user-links-collapsible-item" id="p-personal" title="User menu">
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="user-links-collapsible-item mw-list-item" id="pt-createaccount"><a href="/w/index.php?title=Special:CreateAccount&returnto=List+of+United+States+cities+by+population" title="You are encouraged to create an account and log in; however, it is not mandatory"><span class="vector-icon mw-ui-icon-userAdd mw-ui-icon-wikimedia-userAdd"></span> <span>Create account</span></a></li><li class="user-links-collapsible-item mw-list-item" id="pt-login"><a accesskey="o" href="/w/index.php?title=Special:UserLogin&returnto=List+of+United+States+cities+by+population" title="You're encouraged to log in; however, it's not mandatory. [o]"><span class="vector-icon mw-ui-icon-logIn mw-ui-icon-wikimedia-logIn"></span> <span>Log in</span></a></li>
</ul>
</div>
</div>
<div class="vector-menu mw-portlet mw-portlet-user-menu-anon-editor" id="p-user-menu-anon-editor">
<div class="vector-menu-heading">
Pages for logged out editors <a aria-label="Learn more about editing" href="/wiki/Help:Introduction"><span>learn more</span></a>
</div>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="mw-list-item" id="pt-anoncontribs"><a accesskey="y" href="/wiki/Special:MyContributions" title="A list of edits made from this IP address [y]"><span>Contributions</span></a></li><li class="mw-list-item" id="pt-anontalk"><a accesskey="n" href="/wiki/Special:MyTalk" title="Discussion about edits from this IP address [n]"><span>Talk</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
</div>
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="vector-sitenotice-container">
<div id="siteNotice"><!-- CentralNotice --></div>
</div>
<div class="vector-main-menu-container">
<div id="mw-navigation">
<nav aria-label="Site" class="vector-main-menu-landmark" id="mw-panel" role="navigation">
<div class="vector-pinned-container" id="vector-main-menu-pinned-container">
</div>
</nav>
</div>
</div>
<input class="vector-menu-checkbox" id="vector-toc-collapsed-checkbox" type="checkbox"/>
<nav aria-label="Contents" class="mw-table-of-contents-container vector-toc-landmark vector-sticky-pinned-container" data-event-name="ui.sidebar-toc" id="mw-panel-toc" role="navigation">
<div class="vector-pinned-container" id="vector-toc-pinned-container">
<div class="vector-toc vector-pinnable-element" id="vector-toc">
<div class="vector-pinnable-header vector-toc-pinnable-header vector-pinnable-header-pinned" data-feature-name="toc-pinned" data-pinnable-element-id="vector-toc">
<h2 class="vector-pinnable-header-label">Contents</h2>
<button class="vector-pinnable-header-toggle-button vector-pinnable-header-pin-button" data-event-name="pinnable-header.vector-toc.pin">move to sidebar</button>
<button class="vector-pinnable-header-toggle-button vector-pinnable-header-unpin-button" data-event-name="pinnable-header.vector-toc.unpin">hide</button>
</div>
<ul class="vector-toc-contents" id="mw-panel-toc-list">
<li class="vector-toc-list-item vector-toc-level-1" id="toc-mw-content-text">
<a class="vector-toc-link" href="#">
<div class="vector-toc-text">(Top)</div>
</a>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-50_states_and_Washington,_D.C.">
<a class="vector-toc-link" href="#50_states_and_Washington,_D.C.">
<div class="vector-toc-text">
<span class="vector-toc-numb">1</span>50 states and Washington, D.C.</div>
</a>
<button aria-controls="toc-50_states_and_Washington,_D.C.-sublist" class="cdx-button cdx-button--weight-quiet cdx-button--icon-only vector-toc-toggle">
<span class="vector-icon vector-icon--x-small mw-ui-icon-wikimedia-expand"></span>
<span>Toggle 50 states and Washington, D.C. subsection</span>
</button>
<ul class="vector-toc-list" id="toc-50_states_and_Washington,_D.C.-sublist">
<li class="vector-toc-list-item vector-toc-level-2" id="toc-Distribution">
<a class="vector-toc-link" href="#Distribution">
<div class="vector-toc-text">
<span class="vector-toc-numb">1.1</span>Distribution</div>
</a>
<ul class="vector-toc-list" id="toc-Distribution-sublist">
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-2" id="toc-Gallery">
<a class="vector-toc-link" href="#Gallery">
<div class="vector-toc-text">
<span class="vector-toc-numb">1.2</span>Gallery</div>
</a>
<ul class="vector-toc-list" id="toc-Gallery-sublist">
</ul>
</li>
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-Puerto_Rico">
<a class="vector-toc-link" href="#Puerto_Rico">
<div class="vector-toc-text">
<span class="vector-toc-numb">2</span>Puerto Rico</div>
</a>
<ul class="vector-toc-list" id="toc-Puerto_Rico-sublist">
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-Other_U.S._territories">
<a class="vector-toc-link" href="#Other_U.S._territories">
<div class="vector-toc-text">
<span class="vector-toc-numb">3</span>Other U.S. territories</div>
</a>
<ul class="vector-toc-list" id="toc-Other_U.S._territories-sublist">
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-Census-designated_places">
<a class="vector-toc-link" href="#Census-designated_places">
<div class="vector-toc-text">
<span class="vector-toc-numb">4</span>Census-designated places</div>
</a>
<ul class="vector-toc-list" id="toc-Census-designated_places-sublist">
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-Cities_formerly_over_100,000_people">
<a class="vector-toc-link" href="#Cities_formerly_over_100,000_people">
<div class="vector-toc-text">
<span class="vector-toc-numb">5</span>Cities formerly over 100,000 people</div>
</a>
<ul class="vector-toc-list" id="toc-Cities_formerly_over_100,000_people-sublist">
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-Locations_of_50_most_populous_cities">
<a class="vector-toc-link" href="#Locations_of_50_most_populous_cities">
<div class="vector-toc-text">
<span class="vector-toc-numb">6</span>Locations of 50 most populous cities</div>
</a>
<ul class="vector-toc-list" id="toc-Locations_of_50_most_populous_cities-sublist">
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-See_also">
<a class="vector-toc-link" href="#See_also">
<div class="vector-toc-text">
<span class="vector-toc-numb">7</span>See also</div>
</a>
<ul class="vector-toc-list" id="toc-See_also-sublist">
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-Notes">
<a class="vector-toc-link" href="#Notes">
<div class="vector-toc-text">
<span class="vector-toc-numb">8</span>Notes</div>
</a>
<ul class="vector-toc-list" id="toc-Notes-sublist">
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-References">
<a class="vector-toc-link" href="#References">
<div class="vector-toc-text">
<span class="vector-toc-numb">9</span>References</div>
</a>
<ul class="vector-toc-list" id="toc-References-sublist">
</ul>
</li>
<li class="vector-toc-list-item vector-toc-level-1 vector-toc-list-item-expanded" id="toc-External_links">
<a class="vector-toc-link" href="#External_links">
<div class="vector-toc-text">
<span class="vector-toc-numb">10</span>External links</div>
</a>
<ul class="vector-toc-list" id="toc-External_links-sublist">
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="mw-content-container">
<main class="mw-body" id="content" role="main">
<header class="mw-body-header vector-page-titlebar">
<label aria-controls="vector-toc" class="cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet vector-button-flush-left cdx-button--icon-only" for="vector-toc-collapsed-checkbox" id="vector-toc-collapsed-button" role="button" tabindex="0" title="Table of Contents">
<span class="vector-icon mw-ui-icon-wikimedia-listBullet"></span>
<span>Toggle the table of contents</span>
</label>
<nav aria-label="Contents" class="vector-toc-landmark" role="navigation">
<div class="vector-dropdown vector-page-titlebar-toc vector-button-flush-left" id="vector-page-titlebar-toc">
<input aria-haspopup="true" aria-label="Toggle the table of contents" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-vector-page-titlebar-toc" id="vector-page-titlebar-toc-checkbox" role="button" type="checkbox"/>
<label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--icon-only" for="vector-page-titlebar-toc-checkbox" id="vector-page-titlebar-toc-label"><span class="vector-icon mw-ui-icon-listBullet mw-ui-icon-wikimedia-listBullet"></span>
<span class="vector-dropdown-label-text">Toggle the table of contents</span>
</label>
<div class="vector-dropdown-content">
<div class="vector-unpinned-container" id="vector-page-titlebar-toc-unpinned-container">
</div>
</div>
</div>
</nav>
<h1 class="firstHeading mw-first-heading" id="firstHeading"><span class="mw-page-title-main">List of United States cities by population</span></h1>
<div class="vector-dropdown mw-portlet mw-portlet-lang" id="p-lang-btn">
<input aria-haspopup="true" aria-label="Go to an article in another language. Available in 71 languages" class="vector-dropdown-checkbox mw-interlanguage-selector" data-event-name="ui.dropdown-p-lang-btn" id="p-lang-btn-checkbox" role="button" type="checkbox"/>
<label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet cdx-button--action-progressive mw-portlet-lang-heading-71" for="p-lang-btn-checkbox" id="p-lang-btn-label"><span class="vector-icon mw-ui-icon-language-progressive mw-ui-icon-wikimedia-language-progressive"></span>
<span class="vector-dropdown-label-text">71 languages</span>
</label>
<div class="vector-dropdown-content">
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="interlanguage-link interwiki-af mw-list-item"><a class="interlanguage-link-target" href="https://af.wikipedia.org/wiki/Lys_van_nedersettings_in_die_Verenigde_State_van_Amerika" hreflang="af" lang="af" title="Lys van nedersettings in die Verenigde State van Amerika – Afrikaans"><span>Afrikaans</span></a></li><li class="interlanguage-link interwiki-ang mw-list-item"><a class="interlanguage-link-target" href="https://ang.wikipedia.org/wiki/Byrig_%C3%BE%C4%81ra_Ge%C4%81ndena_R%C4%ABca" hreflang="ang" lang="ang" title="Byrig þāra Geāndena Rīca – Old English"><span>Ænglisc</span></a></li><li class="interlanguage-link interwiki-ar mw-list-item"><a class="interlanguage-link-target" href="https://ar.wikipedia.org/wiki/%D9%82%D8%A7%D8%A6%D9%85%D8%A9_%D9%85%D8%AF%D9%86_%D8%A7%D9%84%D9%88%D9%84%D8%A7%D9%8A%D8%A7%D8%AA_%D8%A7%D9%84%D9%85%D8%AA%D8%AD%D8%AF%D8%A9_%D8%AD%D8%B3%D8%A8_%D8%B9%D8%AF%D8%AF_%D8%A7%D9%84%D8%B3%D9%83%D8%A7%D9%86" hreflang="ar" lang="ar" title="قائمة مدن الولايات المتحدة حسب عدد السكان – Arabic"><span>العربية</span></a></li><li class="interlanguage-link interwiki-hyw mw-list-item"><a class="interlanguage-link-target" href="https://hyw.wikipedia.org/wiki/%D4%B1%D5%84%D5%86-%D5%AB%D5%9D_100_%D5%80%D5%A1%D5%A6%D5%A1%D6%80_%D5%A5%D6%82_%D4%B1%D6%82%D5%A5%D5%AC%D5%AB_%D4%B2%D5%B6%D5%A1%D5%AF%D5%AB%D5%B9_%D5%88%D6%82%D5%B6%D5%A5%D6%81%D5%B8%D5%B2_%D5%94%D5%A1%D5%B2%D5%A1%D6%84%D5%B6%D5%A5%D6%80%D5%B8%D6%82_%D5%91%D5%A1%D5%B6%D5%AF" hreflang="hyw" lang="hyw" title="ԱՄՆ-ի՝ 100 Հազար եւ Աւելի Բնակիչ Ունեցող Քաղաքներու Ցանկ – Western Armenian"><span>Արեւմտահայերէն</span></a></li><li class="interlanguage-link interwiki-az mw-list-item"><a class="interlanguage-link-target" href="https://az.wikipedia.org/wiki/%C6%8Fhalisin%C9%99_g%C3%B6r%C9%99_AB%C5%9E_%C5%9F%C9%99h%C9%99rl%C9%99rinin_siyah%C4%B1s%C4%B1" hreflang="az" lang="az" title="Əhalisinə görə ABŞ şəhərlərinin siyahısı – Azerbaijani"><span>Azərbaycanca</span></a></li><li class="interlanguage-link interwiki-bn mw-list-item"><a class="interlanguage-link-target" href="https://bn.wikipedia.org/wiki/%E0%A6%9C%E0%A6%A8%E0%A6%B8%E0%A6%82%E0%A6%96%E0%A7%8D%E0%A6%AF%E0%A6%BE_%E0%A6%85%E0%A6%A8%E0%A7%81%E0%A6%AF%E0%A6%BE%E0%A6%AF%E0%A6%BC%E0%A7%80_%E0%A6%AE%E0%A6%BE%E0%A6%B0%E0%A7%8D%E0%A6%95%E0%A6%BF%E0%A6%A8_%E0%A6%AF%E0%A7%81%E0%A6%95%E0%A7%8D%E0%A6%A4%E0%A6%B0%E0%A6%BE%E0%A6%B7%E0%A7%8D%E0%A6%9F%E0%A7%8D%E0%A6%B0%E0%A7%87%E0%A6%B0_%E0%A6%A8%E0%A6%97%E0%A6%B0%E0%A7%80%E0%A6%B0_%E0%A6%A4%E0%A6%BE%E0%A6%B2%E0%A6%BF%E0%A6%95%E0%A6%BE" hreflang="bn" lang="bn" title="জনসংখ্যা অনুযায়ী মার্কিন যুক্তরাষ্ট্রের নগরীর তালিকা – Bangla"><span>বাংলা</span></a></li><li class="interlanguage-link interwiki-be-x-old mw-list-item"><a class="interlanguage-link-target" href="https://be-tarask.wikipedia.org/wiki/%D0%A1%D1%8C%D0%BF%D1%96%D1%81_%D0%B3%D0%B0%D1%80%D0%B0%D0%B4%D0%BE%D1%9E_%D0%97%D0%A8%D0%90_%D0%BF%D0%B0%D0%B2%D0%BE%D0%B4%D0%BB%D0%B5_%D0%BD%D0%B0%D1%81%D0%B5%D0%BB%D1%8C%D0%BD%D1%96%D1%86%D1%82%D0%B2%D0%B0" hreflang="be-tarask" lang="be-tarask" title="Сьпіс гарадоў ЗША паводле насельніцтва – Belarusian (Taraškievica orthography)"><span>Беларуская (тарашкевіца)</span></a></li><li class="interlanguage-link interwiki-bg mw-list-item"><a class="interlanguage-link-target" href="https://bg.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D1%8A%D0%BA_%D0%BD%D0%B0_%D0%B3%D1%80%D0%B0%D0%B4%D0%BE%D0%B2%D0%B5%D1%82%D0%B5_%D0%B2_%D0%A1%D0%90%D0%A9_%D0%BF%D0%BE_%D0%BD%D0%B0%D1%81%D0%B5%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5" hreflang="bg" lang="bg" title="Списък на градовете в САЩ по население – Bulgarian"><span>Български</span></a></li><li class="interlanguage-link interwiki-bar mw-list-item"><a class="interlanguage-link-target" href="https://bar.wikipedia.org/wiki/St%C3%A4dt_in_da_USA" hreflang="bar" lang="bar" title="Städt in da USA – Bavarian"><span>Boarisch</span></a></li><li class="interlanguage-link interwiki-bs mw-list-item"><a class="interlanguage-link-target" href="https://bs.wikipedia.org/wiki/Spisak_najve%C4%87ih_mjesta_u_Sjedinjenim_Ameri%C4%8Dkim_Dr%C5%BEavama" hreflang="bs" lang="bs" title="Spisak najvećih mjesta u Sjedinjenim Američkim Državama – Bosnian"><span>Bosanski</span></a></li><li class="interlanguage-link interwiki-ca mw-list-item"><a class="interlanguage-link-target" href="https://ca.wikipedia.org/wiki/Llista_de_ciutats_dels_Estats_Units_per_poblaci%C3%B3" hreflang="ca" lang="ca" title="Llista de ciutats dels Estats Units per població – Catalan"><span>Català</span></a></li><li class="interlanguage-link interwiki-cs badge-Q70893996 mw-list-item" title=""><a class="interlanguage-link-target" href="https://cs.wikipedia.org/wiki/Seznam_m%C4%9Bst_USA_podle_po%C4%8Dtu_obyvatel" hreflang="cs" lang="cs" title="Seznam měst USA podle počtu obyvatel – Czech"><span>Čeština</span></a></li><li class="interlanguage-link interwiki-da mw-list-item"><a class="interlanguage-link-target" href="https://da.wikipedia.org/wiki/USA%27s_st%C3%B8rste_byer" hreflang="da" lang="da" title="USA's største byer – Danish"><span>Dansk</span></a></li><li class="interlanguage-link interwiki-de mw-list-item"><a class="interlanguage-link-target" href="https://de.wikipedia.org/wiki/Liste_der_gr%C3%B6%C3%9Feren_St%C3%A4dte_in_den_Vereinigten_Staaten" hreflang="de" lang="de" title="Liste der größeren Städte in den Vereinigten Staaten – German"><span>Deutsch</span></a></li><li class="interlanguage-link interwiki-el mw-list-item"><a class="interlanguage-link-target" href="https://el.wikipedia.org/wiki/%CE%9A%CE%B1%CF%84%CE%AC%CE%BB%CE%BF%CE%B3%CE%BF%CF%82_%CF%80%CF%8C%CE%BB%CE%B5%CF%89%CE%BD_%CF%84%CF%89%CE%BD_%CE%97%CE%BD%CF%89%CE%BC%CE%AD%CE%BD%CF%89%CE%BD_%CE%A0%CE%BF%CE%BB%CE%B9%CF%84%CE%B5%CE%B9%CF%8E%CE%BD_%CE%B1%CE%BD%CE%AC_%CF%80%CE%BB%CE%B7%CE%B8%CF%85%CF%83%CE%BC%CF%8C" hreflang="el" lang="el" title="Κατάλογος πόλεων των Ηνωμένων Πολιτειών ανά πληθυσμό – Greek"><span>Ελληνικά</span></a></li><li class="interlanguage-link interwiki-es mw-list-item"><a class="interlanguage-link-target" href="https://es.wikipedia.org/wiki/Anexo:Ciudades_de_Estados_Unidos_por_poblaci%C3%B3n" hreflang="es" lang="es" title="Anexo:Ciudades de Estados Unidos por población – Spanish"><span>Español</span></a></li><li class="interlanguage-link interwiki-eo mw-list-item"><a class="interlanguage-link-target" href="https://eo.wikipedia.org/wiki/Listo_de_urboj_de_Usono" hreflang="eo" lang="eo" title="Listo de urboj de Usono – Esperanto"><span>Esperanto</span></a></li><li class="interlanguage-link interwiki-eu mw-list-item"><a class="interlanguage-link-target" href="https://eu.wikipedia.org/wiki/Zerrenda:Ameriketako_Estatu_Batuetako_hiri_nagusiak" hreflang="eu" lang="eu" title="Zerrenda:Ameriketako Estatu Batuetako hiri nagusiak – Basque"><span>Euskara</span></a></li><li class="interlanguage-link interwiki-fa mw-list-item"><a class="interlanguage-link-target" href="https://fa.wikipedia.org/wiki/%D9%81%D9%87%D8%B1%D8%B3%D8%AA_%D8%B4%D9%87%D8%B1%D9%87%D8%A7%DB%8C_%D8%A7%DB%8C%D8%A7%D9%84%D8%A7%D8%AA_%D9%85%D8%AA%D8%AD%D8%AF%D9%87_%D8%A2%D9%85%D8%B1%DB%8C%DA%A9%D8%A7_%D8%A8%D8%B1_%D9%BE%D8%A7%DB%8C%D9%87_%D8%AC%D9%85%D8%B9%DB%8C%D8%AA" hreflang="fa" lang="fa" title="فهرست شهرهای ایالات متحده آمریکا بر پایه جمعیت – Persian"><span>فارسی</span></a></li><li class="interlanguage-link interwiki-fo mw-list-item"><a class="interlanguage-link-target" href="https://fo.wikipedia.org/wiki/Listi_yvir_amerikanskar_b%C3%BDir_eftir_%C3%ADb%C3%BAgvatali" hreflang="fo" lang="fo" title="Listi yvir amerikanskar býir eftir íbúgvatali – Faroese"><span>Føroyskt</span></a></li><li class="interlanguage-link interwiki-fr mw-list-item"><a class="interlanguage-link-target" href="https://fr.wikipedia.org/wiki/Liste_des_villes_les_plus_peupl%C3%A9es_des_%C3%89tats-Unis" hreflang="fr" lang="fr" title="Liste des villes les plus peuplées des États-Unis – French"><span>Français</span></a></li><li class="interlanguage-link interwiki-gl mw-list-item"><a class="interlanguage-link-target" href="https://gl.wikipedia.org/wiki/Lista_de_cidades_dos_Estados_Unidos_de_Am%C3%A9rica_por_poboaci%C3%B3n" hreflang="gl" lang="gl" title="Lista de cidades dos Estados Unidos de América por poboación – Galician"><span>Galego</span></a></li><li class="interlanguage-link interwiki-ko mw-list-item"><a class="interlanguage-link-target" href="https://ko.wikipedia.org/wiki/%EB%AF%B8%EA%B5%AD%EC%9D%98_%EC%9D%B8%EA%B5%AC%EC%88%9C_%EB%8F%84%EC%8B%9C_%EB%AA%A9%EB%A1%9D" hreflang="ko" lang="ko" title="미국의 인구순 도시 목록 – Korean"><span>한국어</span></a></li><li class="interlanguage-link interwiki-hy mw-list-item"><a class="interlanguage-link-target" href="https://hy.wikipedia.org/wiki/%D4%B1%D5%84%D5%86-%D5%AB%D5%9D_100_%D5%B0%D5%A1%D5%A6%D5%A1%D6%80_%D6%87_%D5%A1%D5%BE%D5%A5%D5%AC%D5%AB_%D5%A2%D5%B6%D5%A1%D5%AF%D5%AB%D5%B9_%D5%B8%D6%82%D5%B6%D5%A5%D6%81%D5%B8%D5%B2_%D6%84%D5%A1%D5%B2%D5%A1%D6%84%D5%B6%D5%A5%D6%80%D5%AB_%D6%81%D5%A1%D5%B6%D5%AF" hreflang="hy" lang="hy" title="ԱՄՆ-ի՝ 100 հազար և ավելի բնակիչ ունեցող քաղաքների ցանկ – Armenian"><span>Հայերեն</span></a></li><li class="interlanguage-link interwiki-hi mw-list-item"><a class="interlanguage-link-target" href="https://hi.wikipedia.org/wiki/%E0%A4%85%E0%A4%AE%E0%A4%B0%E0%A5%80%E0%A4%95%E0%A4%BE_%E0%A4%95%E0%A5%87_%E0%A4%B6%E0%A4%B9%E0%A4%B0%E0%A5%8B%E0%A4%82_%E0%A4%95%E0%A5%80_%E0%A4%B8%E0%A5%82%E0%A4%9A%E0%A5%80" hreflang="hi" lang="hi" title="अमरीका के शहरों की सूची – Hindi"><span>हिन्दी</span></a></li><li class="interlanguage-link interwiki-hr mw-list-item"><a class="interlanguage-link-target" href="https://hr.wikipedia.org/wiki/Dodatak:Abecedni_popis_mjesta_u_SAD-u/A" hreflang="hr" lang="hr" title="Dodatak:Abecedni popis mjesta u SAD-u/A – Croatian"><span>Hrvatski</span></a></li><li class="interlanguage-link interwiki-io mw-list-item"><a class="interlanguage-link-target" href="https://io.wikipedia.org/wiki/Listo_di_urbi_en_Usa" hreflang="io" lang="io" title="Listo di urbi en Usa – Ido"><span>Ido</span></a></li><li class="interlanguage-link interwiki-id mw-list-item"><a class="interlanguage-link-target" href="https://id.wikipedia.org/wiki/Daftar_kota_di_Amerika_Serikat_menurut_jumlah_penduduk" hreflang="id" lang="id" title="Daftar kota di Amerika Serikat menurut jumlah penduduk – Indonesian"><span>Bahasa Indonesia</span></a></li><li class="interlanguage-link interwiki-is mw-list-item"><a class="interlanguage-link-target" href="https://is.wikipedia.org/wiki/Listi_yfir_st%C3%A6rstu_borgir_Bandar%C3%ADkjanna" hreflang="is" lang="is" title="Listi yfir stærstu borgir Bandaríkjanna – Icelandic"><span>Íslenska</span></a></li><li class="interlanguage-link interwiki-it mw-list-item"><a class="interlanguage-link-target" href="https://it.wikipedia.org/wiki/Citt%C3%A0_degli_Stati_Uniti_d%27America_per_popolazione" hreflang="it" lang="it" title="Città degli Stati Uniti d'America per popolazione – Italian"><span>Italiano</span></a></li><li class="interlanguage-link interwiki-he mw-list-item"><a class="interlanguage-link-target" href="https://he.wikipedia.org/wiki/%D7%A2%D7%A8%D7%99%D7%9D_%D7%91%D7%90%D7%A8%D7%A6%D7%95%D7%AA_%D7%94%D7%91%D7%A8%D7%99%D7%AA" hreflang="he" lang="he" title="ערים בארצות הברית – Hebrew"><span>עברית</span></a></li><li class="interlanguage-link interwiki-pam mw-list-item"><a class="interlanguage-link-target" href="https://pam.wikipedia.org/wiki/Tala_da_reng_lakanbalen_ning_United_States_agpang_keng_populasyun" hreflang="pam" lang="pam" title="Tala da reng lakanbalen ning United States agpang keng populasyun – Pampanga"><span>Kapampangan</span></a></li><li class="interlanguage-link interwiki-ka mw-list-item"><a class="interlanguage-link-target" href="https://ka.wikipedia.org/wiki/%E1%83%90%E1%83%A8%E1%83%A8-%E1%83%98%E1%83%A1_%E1%83%A5%E1%83%90%E1%83%9A%E1%83%90%E1%83%A5%E1%83%94%E1%83%91%E1%83%98%E1%83%A1_%E1%83%A1%E1%83%98%E1%83%90_%E1%83%9B%E1%83%9D%E1%83%A1%E1%83%90%E1%83%AE%E1%83%9A%E1%83%94%E1%83%9D%E1%83%91%E1%83%98%E1%83%A1_%E1%83%9B%E1%83%98%E1%83%AE%E1%83%94%E1%83%93%E1%83%95%E1%83%98%E1%83%97" hreflang="ka" lang="ka" title="აშშ-ის ქალაქების სია მოსახლეობის მიხედვით – Georgian"><span>ქართული</span></a></li><li class="interlanguage-link interwiki-kk mw-list-item"><a class="interlanguage-link-target" href="https://kk.wikipedia.org/wiki/%D0%90%D2%9A%D0%A8_%D2%9B%D0%B0%D0%BB%D0%B0%D0%BB%D0%B0%D1%80%D1%8B" hreflang="kk" lang="kk" title="АҚШ қалалары – Kazakh"><span>Қазақша</span></a></li><li class="interlanguage-link interwiki-sw mw-list-item"><a class="interlanguage-link-target" href="https://sw.wikipedia.org/wiki/Orodha_ya_miji_ya_Marekani" hreflang="sw" lang="sw" title="Orodha ya miji ya Marekani – Swahili"><span>Kiswahili</span></a></li><li class="interlanguage-link interwiki-lld mw-list-item"><a class="interlanguage-link-target" href="https://lld.wikipedia.org/wiki/Lista_de_la_majera_ziteies_te_i_Stac_Unii" hreflang="lld" lang="lld" title="Lista de la majera ziteies te i Stac Unii – Ladin"><span>Ladin</span></a></li><li class="interlanguage-link interwiki-lv mw-list-item"><a class="interlanguage-link-target" href="https://lv.wikipedia.org/wiki/ASV_pils%C4%93tu_uzskait%C4%ABjums" hreflang="lv" lang="lv" title="ASV pilsētu uzskaitījums – Latvian"><span>Latviešu</span></a></li><li class="interlanguage-link interwiki-lb mw-list-item"><a class="interlanguage-link-target" href="https://lb.wikipedia.org/wiki/L%C3%ABscht_vun_de_Groussstied_an_den_USA" hreflang="lb" lang="lb" title="Lëscht vun de Groussstied an den USA – Luxembourgish"><span>Lëtzebuergesch</span></a></li><li class="interlanguage-link interwiki-lt mw-list-item"><a class="interlanguage-link-target" href="https://lt.wikipedia.org/wiki/S%C4%85ra%C5%A1as:JAV_miestai" hreflang="lt" lang="lt" title="Sąrašas:JAV miestai – Lithuanian"><span>Lietuvių</span></a></li><li class="interlanguage-link interwiki-hu mw-list-item"><a class="interlanguage-link-target" href="https://hu.wikipedia.org/wiki/Az_Amerikai_Egyes%C3%BClt_%C3%81llamok_v%C3%A1rosainak_list%C3%A1ja_n%C3%A9pess%C3%A9g_szerint" hreflang="hu" lang="hu" title="Az Amerikai Egyesült Államok városainak listája népesség szerint – Hungarian"><span>Magyar</span></a></li><li class="interlanguage-link interwiki-mk mw-list-item"><a class="interlanguage-link-target" href="https://mk.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D0%BD%D0%B0_%D0%B3%D1%80%D0%B0%D0%B4%D0%BE%D0%B2%D0%B8_%D0%B2%D0%BE_%D0%A1%D0%BE%D0%B5%D0%B4%D0%B8%D0%BD%D0%B5%D1%82%D0%B8%D1%82%D0%B5_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B0%D0%BD%D1%81%D0%BA%D0%B8_%D0%94%D1%80%D0%B6%D0%B0%D0%B2%D0%B8_%D0%BF%D0%BE_%D0%BD%D0%B0%D1%81%D0%B5%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5" hreflang="mk" lang="mk" title="Список на градови во Соединетите Американски Држави по население – Macedonian"><span>Македонски</span></a></li><li class="interlanguage-link interwiki-ml mw-list-item"><a class="interlanguage-link-target" href="https://ml.wikipedia.org/wiki/%E0%B4%85%E0%B4%AE%E0%B5%87%E0%B4%B0%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%AF%E0%B4%BF%E0%B4%B2%E0%B5%86_%E0%B4%8F%E0%B4%B1%E0%B5%8D%E0%B4%B1%E0%B4%B5%E0%B5%81%E0%B4%82_%E0%B4%9C%E0%B4%A8%E0%B4%B5%E0%B4%BE%E0%B4%B8%E0%B4%AE%E0%B5%87%E0%B4%B1%E0%B4%BF%E0%B4%AF_%E0%B4%A8%E0%B4%97%E0%B4%B0%E0%B4%99%E0%B5%8D%E0%B4%99%E0%B4%B3%E0%B5%81%E0%B4%9F%E0%B5%86_%E0%B4%AA%E0%B4%9F%E0%B5%8D%E0%B4%9F%E0%B4%BF%E0%B4%95" hreflang="ml" lang="ml" title="അമേരിക്കയിലെ ഏറ്റവും ജനവാസമേറിയ നഗരങ്ങളുടെ പട്ടിക – Malayalam"><span>മലയാളം</span></a></li><li class="interlanguage-link interwiki-mr mw-list-item"><a class="interlanguage-link-target" href="https://mr.wikipedia.org/wiki/%E0%A4%85%E0%A4%AE%E0%A5%87%E0%A4%B0%E0%A4%BF%E0%A4%95%E0%A5%87%E0%A4%AE%E0%A4%A7%E0%A5%80%E0%A4%B2_%E0%A4%B6%E0%A4%B9%E0%A4%B0%E0%A4%BE%E0%A4%82%E0%A4%9A%E0%A5%80_%E0%A4%AF%E0%A4%BE%E0%A4%A6%E0%A5%80" hreflang="mr" lang="mr" title="अमेरिकेमधील शहरांची यादी – Marathi"><span>मराठी</span></a></li><li class="interlanguage-link interwiki-xmf mw-list-item"><a class="interlanguage-link-target" href="https://xmf.wikipedia.org/wiki/%E1%83%90%E1%83%90%E1%83%A8-%E1%83%98%E1%83%A8_%E1%83%A3%E1%83%93%E1%83%98%E1%83%93%E1%83%90%E1%83%A8%E1%83%98_%E1%83%9C%E1%83%9D%E1%83%A6%E1%83%94%E1%83%A4%E1%83%98%E1%83%A8_%E1%83%94%E1%83%A0%E1%83%99%E1%83%94%E1%83%91%E1%83%A3%E1%83%9A%E1%83%98" hreflang="xmf" lang="xmf" title="ააშ-იშ უდიდაში ნოღეფიშ ერკებული – Mingrelian"><span>მარგალური</span></a></li><li class="interlanguage-link interwiki-arz mw-list-item"><a class="interlanguage-link-target" href="https://arz.wikipedia.org/wiki/%D8%A7%D9%83%D8%A8%D8%B1_%D9%85%D8%AF%D9%86_%D8%A7%D9%85%D8%B1%D9%8A%D9%83%D8%A7" hreflang="arz" lang="arz" title="اكبر مدن امريكا – Egyptian Arabic"><span>مصرى</span></a></li><li class="interlanguage-link interwiki-nl mw-list-item"><a class="interlanguage-link-target" href="https://nl.wikipedia.org/wiki/Lijst_van_steden_in_de_Verenigde_Staten_naar_inwonertal" hreflang="nl" lang="nl" title="Lijst van steden in de Verenigde Staten naar inwonertal – Dutch"><span>Nederlands</span></a></li><li class="interlanguage-link interwiki-ja mw-list-item"><a class="interlanguage-link-target" href="https://ja.wikipedia.org/wiki/%E3%82%A2%E3%83%A1%E3%83%AA%E3%82%AB%E5%90%88%E8%A1%86%E5%9B%BD%E3%81%AE%E4%B8%BB%E3%81%AA%E9%83%BD%E5%B8%82%E4%BA%BA%E5%8F%A3%E3%81%AE%E9%A0%86%E4%BD%8D" hreflang="ja" lang="ja" title="アメリカ合衆国の主な都市人口の順位 – Japanese"><span>日本語</span></a></li><li class="interlanguage-link interwiki-no mw-list-item"><a class="interlanguage-link-target" href="https://no.wikipedia.org/wiki/Liste_over_byer_i_USA_med_mer_enn_100_000_innbyggere" hreflang="nb" lang="nb" title="Liste over byer i USA med mer enn 100 000 innbyggere – Norwegian Bokmål"><span>Norsk bokmål</span></a></li><li class="interlanguage-link interwiki-nn mw-list-item"><a class="interlanguage-link-target" href="https://nn.wikipedia.org/wiki/Byar_i_USA_med_meir_enn_100_000_innbyggarar" hreflang="nn" lang="nn" title="Byar i USA med meir enn 100 000 innbyggarar – Norwegian Nynorsk"><span>Norsk nynorsk</span></a></li><li class="interlanguage-link interwiki-pnb mw-list-item"><a class="interlanguage-link-target" href="https://pnb.wikipedia.org/wiki/%D9%84%D8%B3%D9%B9_%D8%A7%D9%85%D8%B1%DB%8C%DA%A9%DB%8C_%D8%B4%DB%81%D8%B1_%D8%A8%D9%84%D8%AD%D8%A7%D8%B8_%D8%A2%D8%A8%D8%A7%D8%AF%DB%8C" hreflang="pnb" lang="pnb" title="لسٹ امریکی شہر بلحاظ آبادی – Western Punjabi"><span>پنجابی</span></a></li><li class="interlanguage-link interwiki-pl mw-list-item"><a class="interlanguage-link-target" href="https://pl.wikipedia.org/wiki/Miasta_w_Stanach_Zjednoczonych" hreflang="pl" lang="pl" title="Miasta w Stanach Zjednoczonych – Polish"><span>Polski</span></a></li><li class="interlanguage-link interwiki-pt mw-list-item"><a class="interlanguage-link-target" href="https://pt.wikipedia.org/wiki/Lista_das_cidades_mais_populosas_dos_Estados_Unidos" hreflang="pt" lang="pt" title="Lista das cidades mais populosas dos Estados Unidos – Portuguese"><span>Português</span></a></li><li class="interlanguage-link interwiki-ro mw-list-item"><a class="interlanguage-link-target" href="https://ro.wikipedia.org/wiki/Lista_ora%C8%99elor_din_Statele_Unite_ale_Americii_dup%C4%83_popula%C8%9Bie" hreflang="ro" lang="ro" title="Lista orașelor din Statele Unite ale Americii după populație – Romanian"><span>Română</span></a></li><li class="interlanguage-link interwiki-ru mw-list-item"><a class="interlanguage-link-target" href="https://ru.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%BE%D0%BA_%D0%B3%D0%BE%D1%80%D0%BE%D0%B4%D0%BE%D0%B2_%D0%A1%D0%A8%D0%90_%D1%81_%D0%BD%D0%B0%D1%81%D0%B5%D0%BB%D0%B5%D0%BD%D0%B8%D0%B5%D0%BC_%D0%B1%D0%BE%D0%BB%D0%B5%D0%B5_100_%D1%82%D1%8B%D1%81%D1%8F%D1%87_%D0%B6%D0%B8%D1%82%D0%B5%D0%BB%D0%B5%D0%B9" hreflang="ru" lang="ru" title="Список городов США с населением более 100 тысяч жителей – Russian"><span>Русский</span></a></li><li class="interlanguage-link interwiki-stq mw-list-item"><a class="interlanguage-link-target" href="https://stq.wikipedia.org/wiki/Lieste_fon_St%C3%A4%C3%A4de_in_do_Fereende_Stoaten" hreflang="stq" lang="stq" title="Lieste fon Stääde in do Fereende Stoaten – Saterland Frisian"><span>Seeltersk</span></a></li><li class="interlanguage-link interwiki-simple mw-list-item"><a class="interlanguage-link-target" href="https://simple.wikipedia.org/wiki/List_of_United_States_cities_by_population" hreflang="en-simple" lang="en-simple" title="List of United States cities by population – Simple English"><span>Simple English</span></a></li><li class="interlanguage-link interwiki-sk mw-list-item"><a class="interlanguage-link-target" href="https://sk.wikipedia.org/wiki/Zoznam_miest_v_USA_pod%C4%BEa_po%C4%8Dtu_obyvate%C4%BEov" hreflang="sk" lang="sk" title="Zoznam miest v USA podľa počtu obyvateľov – Slovak"><span>Slovenčina</span></a></li><li class="interlanguage-link interwiki-ckb mw-list-item"><a class="interlanguage-link-target" href="https://ckb.wikipedia.org/wiki/%D9%BE%DB%8E%DA%95%D8%B3%D8%AA%DB%8C_%D8%B4%D8%A7%D8%B1%DB%95%DA%A9%D8%A7%D9%86%DB%8C_%D9%88%DB%8C%D9%84%D8%A7%DB%8C%DB%95%D8%AA%DB%95_%DB%8C%DB%95%DA%A9%DA%AF%D8%B1%D8%AA%D9%88%D9%88%DB%95%DA%A9%D8%A7%D9%86%DB%8C_%D8%A6%DB%95%D9%85%D8%B1%DB%8C%DA%A9%D8%A7_%D8%A8%DB%95_%D9%BE%DB%8E%DB%8C_%D8%AF%D8%A7%D9%86%DB%8C%D8%B4%D8%AA%D9%88%D9%88%D8%A7%D9%86" hreflang="ckb" lang="ckb" title="پێڕستی شارەکانی ویلایەتە یەکگرتووەکانی ئەمریکا بە پێی دانیشتووان – Central Kurdish"><span>کوردی</span></a></li><li class="interlanguage-link interwiki-sr mw-list-item"><a class="interlanguage-link-target" href="https://sr.wikipedia.org/wiki/%D0%A1%D0%BF%D0%B8%D1%81%D0%B0%D0%BA_%D0%B3%D1%80%D0%B0%D0%B4%D0%BE%D0%B2%D0%B0_%D1%83_%D0%A1%D0%90%D0%94_%D0%BF%D0%BE_%D0%B1%D1%80%D0%BE%D1%98%D1%83_%D1%81%D1%82%D0%B0%D0%BD%D0%BE%D0%B2%D0%BD%D0%B8%D0%BA%D0%B0" hreflang="sr" lang="sr" title="Списак градова у САД по броју становника – Serbian"><span>Српски / srpski</span></a></li><li class="interlanguage-link interwiki-sh mw-list-item"><a class="interlanguage-link-target" href="https://sh.wikipedia.org/wiki/Spisak_gradova_u_SAD_po_broju_stanovnika" hreflang="sh" lang="sh" title="Spisak gradova u SAD po broju stanovnika – Serbo-Croatian"><span>Srpskohrvatski / српскохрватски</span></a></li><li class="interlanguage-link interwiki-fi mw-list-item"><a class="interlanguage-link-target" href="https://fi.wikipedia.org/wiki/Luettelo_yli_100_000_asukkaan_kaupungeista_Yhdysvalloissa" hreflang="fi" lang="fi" title="Luettelo yli 100 000 asukkaan kaupungeista Yhdysvalloissa – Finnish"><span>Suomi</span></a></li><li class="interlanguage-link interwiki-sv mw-list-item"><a class="interlanguage-link-target" href="https://sv.wikipedia.org/wiki/Lista_%C3%B6ver_USA:s_st%C3%A4der_efter_folkm%C3%A4ngd" hreflang="sv" lang="sv" title="Lista över USA:s städer efter folkmängd – Swedish"><span>Svenska</span></a></li><li class="interlanguage-link interwiki-tl mw-list-item"><a class="interlanguage-link-target" href="https://tl.wikipedia.org/wiki/Mga_lungsod_sa_Estados_Unidos_ayon_sa_populasyon" hreflang="tl" lang="tl" title="Mga lungsod sa Estados Unidos ayon sa populasyon – Tagalog"><span>Tagalog</span></a></li><li class="interlanguage-link interwiki-th mw-list-item"><a class="interlanguage-link-target" href="https://th.wikipedia.org/wiki/%E0%B8%A3%E0%B8%B2%E0%B8%A2%E0%B8%8A%E0%B8%B7%E0%B9%88%E0%B8%AD%E0%B8%99%E0%B8%84%E0%B8%A3%E0%B9%83%E0%B8%99%E0%B8%AA%E0%B8%AB%E0%B8%A3%E0%B8%B1%E0%B8%90%E0%B9%80%E0%B8%A3%E0%B8%B5%E0%B8%A2%E0%B8%87%E0%B8%95%E0%B8%B2%E0%B8%A1%E0%B8%88%E0%B8%B3%E0%B8%99%E0%B8%A7%E0%B8%99%E0%B8%9B%E0%B8%A3%E0%B8%B0%E0%B8%8A%E0%B8%B2%E0%B8%81%E0%B8%A3" hreflang="th" lang="th" title="รายชื่อนครในสหรัฐเรียงตามจำนวนประชากร – Thai"><span>ไทย</span></a></li><li class="interlanguage-link interwiki-tr mw-list-item"><a class="interlanguage-link-target" href="https://tr.wikipedia.org/wiki/N%C3%BCfuslar%C4%B1na_g%C3%B6re_Amerika_Birle%C5%9Fik_Devletleri_%C5%9Fehirleri_listesi" hreflang="tr" lang="tr" title="Nüfuslarına göre Amerika Birleşik Devletleri şehirleri listesi – Turkish"><span>Türkçe</span></a></li><li class="interlanguage-link interwiki-uk mw-list-item"><a class="interlanguage-link-target" href="https://uk.wikipedia.org/wiki/%D0%9C%D1%96%D1%81%D1%82%D0%B0_%D0%A1%D0%BF%D0%BE%D0%BB%D1%83%D1%87%D0%B5%D0%BD%D0%B8%D1%85_%D0%A8%D1%82%D0%B0%D1%82%D1%96%D0%B2_%D0%90%D0%BC%D0%B5%D1%80%D0%B8%D0%BA%D0%B8" hreflang="uk" lang="uk" title="Міста Сполучених Штатів Америки – Ukrainian"><span>Українська</span></a></li><li class="interlanguage-link interwiki-ur mw-list-item"><a class="interlanguage-link-target" href="https://ur.wikipedia.org/wiki/%D8%B1%DB%8C%D8%A7%D8%B3%D8%AA_%DB%81%D8%A7%D8%A6%DB%92_%D9%85%D8%AA%D8%AD%D8%AF%DB%81_%DA%A9%DB%92_%D8%B4%DB%81%D8%B1%D9%88%DA%BA_%DA%A9%DB%8C_%D9%81%DB%81%D8%B1%D8%B3%D8%AA_%D8%A8%D9%84%D8%AD%D8%A7%D8%B8_%D8%A2%D8%A8%D8%A7%D8%AF%DB%8C" hreflang="ur" lang="ur" title="ریاست ہائے متحدہ کے شہروں کی فہرست بلحاظ آبادی – Urdu"><span>اردو</span></a></li><li class="interlanguage-link interwiki-vi mw-list-item"><a class="interlanguage-link-target" href="https://vi.wikipedia.org/wiki/Danh_s%C3%A1ch_th%C3%A0nh_ph%E1%BB%91_Hoa_K%E1%BB%B3_x%E1%BA%BFp_theo_d%C3%A2n_s%E1%BB%91" hreflang="vi" lang="vi" title="Danh sách thành phố Hoa Kỳ xếp theo dân số – Vietnamese"><span>Tiếng Việt</span></a></li><li class="interlanguage-link interwiki-yi mw-list-item"><a class="interlanguage-link-target" href="https://yi.wikipedia.org/wiki/%D7%9C%D7%99%D7%A1%D7%98%D7%A2_%D7%A4%D7%95%D7%9F_%D7%A9%D7%98%D7%A2%D7%98_%D7%90%D7%99%D7%9F_%D7%93%D7%99_%D7%A4%D7%90%D7%A8%D7%90%D7%99%D7%99%D7%A0%D7%99%D7%92%D7%98%D7%A2_%D7%A9%D7%98%D7%90%D7%98%D7%9F_%D7%9C%D7%95%D7%99%D7%98_%D7%91%D7%90%D7%A4%D7%A2%D7%9C%D7%A7%D7%A2%D7%A8%D7%95%D7%A0%D7%92" hreflang="yi" lang="yi" title="ליסטע פון שטעט אין די פאראייניגטע שטאטן לויט באפעלקערונג – Yiddish"><span>ייִדיש</span></a></li><li class="interlanguage-link interwiki-zh-yue mw-list-item"><a class="interlanguage-link-target" href="https://zh-yue.wikipedia.org/wiki/%E6%8C%89%E4%BA%BA%E5%8F%A3%E6%8E%92%E5%98%85%E7%BE%8E%E5%9C%8B%E5%9F%8E%E5%B8%82%E6%B8%85%E5%96%AE" hreflang="yue" lang="yue" title="按人口排嘅美國城市清單 – Cantonese"><span>粵語</span></a></li><li class="interlanguage-link interwiki-zh mw-list-item"><a class="interlanguage-link-target" href="https://zh.wikipedia.org/wiki/%E6%8C%89%E4%BA%BA%E5%8F%A3%E6%8E%92%E5%88%97%E7%9A%84%E7%BE%8E%E5%9C%8B%E5%9F%8E%E5%B8%82%E5%88%97%E8%A1%A8" hreflang="zh" lang="zh" title="按人口排列的美國城市列表 – Chinese"><span>中文</span></a></li>
</ul>
<div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"><a class="wbc-editpage" href="https://www.wikidata.org/wiki/Special:EntityPage/Q131079#sitelinks-wikipedia" title="Edit interlanguage links">Edit links</a></span></div>
</div>
</div>
</div>
</header>
<div class="vector-page-toolbar">
<div class="vector-page-toolbar-container">
<div id="left-navigation">
<nav aria-label="Namespaces">
<div class="vector-menu vector-menu-tabs mw-portlet mw-portlet-associated-pages" id="p-associated-pages">
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="selected vector-tab-noicon mw-list-item" id="ca-nstab-main"><a accesskey="c" href="/wiki/List_of_United_States_cities_by_population" title="View the content page [c]"><span>Article</span></a></li><li class="vector-tab-noicon mw-list-item" id="ca-talk"><a accesskey="t" href="/wiki/Talk:List_of_United_States_cities_by_population" rel="discussion" title="Discuss improvements to the content page [t]"><span>Talk</span></a></li>
</ul>
</div>
</div>
<div class="vector-dropdown emptyPortlet" id="p-variants">
<input aria-haspopup="true" aria-label="Change language variant" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-p-variants" id="p-variants-checkbox" role="button" type="checkbox"/>
<label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet" for="p-variants-checkbox" id="p-variants-label"><span class="vector-dropdown-label-text">English</span>
</label>
<div class="vector-dropdown-content">
<div class="vector-menu mw-portlet mw-portlet-variants emptyPortlet" id="p-variants">
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
</ul>
</div>
</div>
</div>
</div>
</nav>
</div>
<div class="vector-collapsible" id="right-navigation">
<nav aria-label="Views">
<div class="vector-menu vector-menu-tabs mw-portlet mw-portlet-views" id="p-views">
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="selected vector-tab-noicon mw-list-item" id="ca-view"><a href="/wiki/List_of_United_States_cities_by_population"><span>Read</span></a></li><li class="vector-tab-noicon mw-list-item" id="ca-viewsource"><a accesskey="e" href="/w/index.php?title=List_of_United_States_cities_by_population&action=edit" title="This page is protected.
You can view its source [e]"><span>View source</span></a></li><li class="vector-tab-noicon mw-list-item" id="ca-history"><a accesskey="h" href="/w/index.php?title=List_of_United_States_cities_by_population&action=history" title="Past revisions of this page [h]"><span>View history</span></a></li>
</ul>
</div>
</div>
</nav>
<nav aria-label="Page tools" class="vector-page-tools-landmark">
<div class="vector-dropdown vector-page-tools-dropdown" id="vector-page-tools-dropdown">
<input aria-haspopup="true" aria-label="Tools" class="vector-dropdown-checkbox" data-event-name="ui.dropdown-vector-page-tools-dropdown" id="vector-page-tools-dropdown-checkbox" role="button" type="checkbox"/>
<label aria-hidden="true" class="vector-dropdown-label cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--weight-quiet" for="vector-page-tools-dropdown-checkbox" id="vector-page-tools-dropdown-label"><span class="vector-dropdown-label-text">Tools</span>
</label>
<div class="vector-dropdown-content">
<div class="vector-unpinned-container" id="vector-page-tools-unpinned-container">
<div class="vector-page-tools vector-pinnable-element" id="vector-page-tools">
<div class="vector-pinnable-header vector-page-tools-pinnable-header vector-pinnable-header-unpinned" data-feature-name="page-tools-pinned" data-pinnable-element-id="vector-page-tools" data-pinned-container-id="vector-page-tools-pinned-container" data-unpinned-container-id="vector-page-tools-unpinned-container">
<div class="vector-pinnable-header-label">Tools</div>
<button class="vector-pinnable-header-toggle-button vector-pinnable-header-pin-button" data-event-name="pinnable-header.vector-page-tools.pin">move to sidebar</button>
<button class="vector-pinnable-header-toggle-button vector-pinnable-header-unpin-button" data-event-name="pinnable-header.vector-page-tools.unpin">hide</button>
</div>
<div class="vector-menu mw-portlet mw-portlet-cactions emptyPortlet vector-has-collapsible-items" id="p-cactions" title="More options">
<div class="vector-menu-heading">
Actions
</div>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="selected vector-more-collapsible-item mw-list-item" id="ca-more-view"><a href="/wiki/List_of_United_States_cities_by_population"><span>Read</span></a></li><li class="vector-more-collapsible-item mw-list-item" id="ca-more-viewsource"><a href="/w/index.php?title=List_of_United_States_cities_by_population&action=edit"><span>View source</span></a></li><li class="vector-more-collapsible-item mw-list-item" id="ca-more-history"><a href="/w/index.php?title=List_of_United_States_cities_by_population&action=history"><span>View history</span></a></li>
</ul>
</div>
</div>
<div class="vector-menu mw-portlet mw-portlet-tb" id="p-tb">
<div class="vector-menu-heading">
General
</div>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="mw-list-item" id="t-whatlinkshere"><a accesskey="j" href="/wiki/Special:WhatLinksHere/List_of_United_States_cities_by_population" title="List of all English Wikipedia pages containing links to this page [j]"><span>What links here</span></a></li><li class="mw-list-item" id="t-recentchangeslinked"><a accesskey="k" href="/wiki/Special:RecentChangesLinked/List_of_United_States_cities_by_population" rel="nofollow" title="Recent changes in pages linked from this page [k]"><span>Related changes</span></a></li><li class="mw-list-item" id="t-upload"><a accesskey="u" href="/wiki/Wikipedia:File_Upload_Wizard" title="Upload files [u]"><span>Upload file</span></a></li><li class="mw-list-item" id="t-specialpages"><a accesskey="q" href="/wiki/Special:SpecialPages" title="A list of all special pages [q]"><span>Special pages</span></a></li><li class="mw-list-item" id="t-permalink"><a href="/w/index.php?title=List_of_United_States_cities_by_population&oldid=1180776399" title="Permanent link to this revision of this page"><span>Permanent link</span></a></li><li class="mw-list-item" id="t-info"><a href="/w/index.php?title=List_of_United_States_cities_by_population&action=info" title="More information about this page"><span>Page information</span></a></li><li class="mw-list-item" id="t-cite"><a href="/w/index.php?title=Special:CiteThisPage&page=List_of_United_States_cities_by_population&id=1180776399&wpFormIdentifier=titleform" title="Information on how to cite this page"><span>Cite this page</span></a></li><li class="mw-list-item" id="t-urlshortener"><a href="/w/index.php?title=Special:UrlShortener&url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2FList_of_United_States_cities_by_population"><span>Get shortened URL</span></a></li><li class="mw-list-item" id="t-wikibase"><a accesskey="g" href="https://www.wikidata.org/wiki/Special:EntityPage/Q131079" title="Structured data on this page hosted by Wikidata [g]"><span>Wikidata item</span></a></li>
</ul>
</div>
</div>
<div class="vector-menu mw-portlet mw-portlet-coll-print_export" id="p-coll-print_export">
<div class="vector-menu-heading">
Print/export
</div>
<div class="vector-menu-content">
<ul class="vector-menu-content-list">
<li class="mw-list-item" id="coll-download-as-rl"><a href="/w/index.php?title=Special:DownloadAsPdf&page=List_of_United_States_cities_by_population&action=show-download-screen" title="Download this page as a PDF file"><span>Download as PDF</span></a></li><li class="mw-list-item" id="t-print"><a accesskey="p" href="/w/index.php?title=List_of_United_States_cities_by_population&printable=yes" title="Printable version of this page [p]"><span>Printable version</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
</div>
</div>
</div>
<div class="vector-column-end">
<nav aria-label="Page tools" class="vector-page-tools-landmark vector-sticky-pinned-container">
<div class="vector-pinned-container" id="vector-page-tools-pinned-container">
</div>
</nav>
</div>
<div aria-labelledby="firstHeading" class="vector-body" data-mw-ve-target-container="" id="bodyContent">
<div class="vector-body-before-content">
<div class="mw-indicators">
<div class="mw-indicator" id="mw-indicator-featured-star"><div class="mw-parser-output"><span typeof="mw:File"><a href="/wiki/Wikipedia:Featured_lists" title="This is a featured list. Click here for more information."><img alt="This is a featured list. Click here for more information." class="mw-file-element" data-file-height="443" data-file-width="466" decoding="async" height="19" src="//upload.wikimedia.org/wikipedia/en/thumb/e/e7/Cscr-featured.svg/20px-Cscr-featured.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/e/e7/Cscr-featured.svg/30px-Cscr-featured.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/e/e7/Cscr-featured.svg/40px-Cscr-featured.svg.png 2x" width="20"/></a></span></div></div>
<div class="mw-indicator" id="mw-indicator-pp-default"><div class="mw-parser-output"><span typeof="mw:File"><a href="/wiki/Wikipedia:Protection_policy#semi" title="This article is semi-protected."><img alt="Page semi-protected" class="mw-file-element" data-file-height="512" data-file-width="512" decoding="async" height="20" src="//upload.wikimedia.org/wikipedia/en/thumb/1/1b/Semi-protection-shackle.svg/20px-Semi-protection-shackle.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/1/1b/Semi-protection-shackle.svg/30px-Semi-protection-shackle.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/1/1b/Semi-protection-shackle.svg/40px-Semi-protection-shackle.svg.png 2x" width="20"/></a></span></div></div>
</div>
<div class="noprint" id="siteSub">From Wikipedia, the free encyclopedia</div>
</div>
<div id="contentSub"><div id="mw-content-subtitle"></div></div>
<div class="mw-body-content mw-content-ltr" dir="ltr" id="mw-content-text" lang="en"><div class="mw-parser-output"><p class="mw-empty-elt">
</p>
<style data-mw-deduplicate="TemplateStyles:r1033289096">.mw-parser-output .hatnote{font-style:italic}.mw-parser-output div.hatnote{padding-left:1.6em;margin-bottom:0.5em}.mw-parser-output .hatnote i{font-style:normal}.mw-parser-output .hatnote+link+.hatnote{margin-top:-0.5em}</style><div class="hatnote navigation-not-searchable" role="note">"List of largest cities in the United States" redirects here. For a list of largest cities by area, see <a href="/wiki/List_of_United_States_cities_by_area" title="List of United States cities by area">List of United States cities by area</a>.</div>
<p class="mw-empty-elt">
</p>
<table class="noprint infobox" id="GeoGroup" style="width: 23em; font-size: 88%; line-height: 1.5em">
<tbody><tr>
<td><b>Map all coordinates using:</b> <a class="external text" href="https://tools.wmflabs.org/osm4wiki/cgi-bin/wiki/wiki-osm.pl?project=en&article=List_of_United_States_cities_by_population">OpenStreetMap</a>
</td></tr>
<tr>
<td><div class="mw-collapsible mw-collapsed" data-collapsetext="Hide" data-expandtext="show links" style="margin-top:-0.5em;margin-bottom:-0.5em;">
<p><b>Download coordinates as:</b>
</p>
<div class="mw-collapsible-content" style="margin-top:-0.5em;margin-bottom:-0.5em;">
<ul><li><a class="external text" href="https://tools.wmflabs.org/kmlexport?article=List_of_United_States_cities_by_population">KML</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=all&titles=List_of_United_States_cities_by_population">GPX (all coordinates)</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=primary&titles=List_of_United_States_cities_by_population">GPX (primary coordinates)</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=secondary&titles=List_of_United_States_cities_by_population">GPX (secondary coordinates)</a></li></ul>
</div>
</div>
</td></tr></tbody></table>
<style data-mw-deduplicate="TemplateStyles:r1129693374">.mw-parser-output .hlist dl,.mw-parser-output .hlist ol,.mw-parser-output .hlist ul{margin:0;padding:0}.mw-parser-output .hlist dd,.mw-parser-output .hlist dt,.mw-parser-output .hlist li{margin:0;display:inline}.mw-parser-output .hlist.inline,.mw-parser-output .hlist.inline dl,.mw-parser-output .hlist.inline ol,.mw-parser-output .hlist.inline ul,.mw-parser-output .hlist dl dl,.mw-parser-output .hlist dl ol,.mw-parser-output .hlist dl ul,.mw-parser-output .hlist ol dl,.mw-parser-output .hlist ol ol,.mw-parser-output .hlist ol ul,.mw-parser-output .hlist ul dl,.mw-parser-output .hlist ul ol,.mw-parser-output .hlist ul ul{display:inline}.mw-parser-output .hlist .mw-empty-li{display:none}.mw-parser-output .hlist dt::after{content:": "}.mw-parser-output .hlist dd::after,.mw-parser-output .hlist li::after{content:" · ";font-weight:bold}.mw-parser-output .hlist dd:last-child::after,.mw-parser-output .hlist dt:last-child::after,.mw-parser-output .hlist li:last-child::after{content:none}.mw-parser-output .hlist dd dd:first-child::before,.mw-parser-output .hlist dd dt:first-child::before,.mw-parser-output .hlist dd li:first-child::before,.mw-parser-output .hlist dt dd:first-child::before,.mw-parser-output .hlist dt dt:first-child::before,.mw-parser-output .hlist dt li:first-child::before,.mw-parser-output .hlist li dd:first-child::before,.mw-parser-output .hlist li dt:first-child::before,.mw-parser-output .hlist li li:first-child::before{content:" (";font-weight:normal}.mw-parser-output .hlist dd dd:last-child::after,.mw-parser-output .hlist dd dt:last-child::after,.mw-parser-output .hlist dd li:last-child::after,.mw-parser-output .hlist dt dd:last-child::after,.mw-parser-output .hlist dt dt:last-child::after,.mw-parser-output .hlist dt li:last-child::after,.mw-parser-output .hlist li dd:last-child::after,.mw-parser-output .hlist li dt:last-child::after,.mw-parser-output .hlist li li:last-child::after{content:")";font-weight:normal}.mw-parser-output .hlist ol{counter-reset:listitem}.mw-parser-output .hlist ol>li{counter-increment:listitem}.mw-parser-output .hlist ol>li::before{content:" "counter(listitem)"\a0 "}.mw-parser-output .hlist dd ol>li:first-child::before,.mw-parser-output .hlist dt ol>li:first-child::before,.mw-parser-output .hlist li ol>li:first-child::before{content:" ("counter(listitem)"\a0 "}</style><style data-mw-deduplicate="TemplateStyles:r1045330069">.mw-parser-output .sidebar{width:22em;float:right;clear:right;margin:0.5em 0 1em 1em;background:#f8f9fa;border:1px solid #aaa;padding:0.2em;text-align:center;line-height:1.4em;font-size:88%;border-collapse:collapse;display:table}body.skin-minerva .mw-parser-output .sidebar{display:table!important;float:right!important;margin:0.5em 0 1em 1em!important}.mw-parser-output .sidebar-subgroup{width:100%;margin:0;border-spacing:0}.mw-parser-output .sidebar-left{float:left;clear:left;margin:0.5em 1em 1em 0}.mw-parser-output .sidebar-none{float:none;clear:both;margin:0.5em 1em 1em 0}.mw-parser-output .sidebar-outer-title{padding:0 0.4em 0.2em;font-size:125%;line-height:1.2em;font-weight:bold}.mw-parser-output .sidebar-top-image{padding:0.4em}.mw-parser-output .sidebar-top-caption,.mw-parser-output .sidebar-pretitle-with-top-image,.mw-parser-output .sidebar-caption{padding:0.2em 0.4em 0;line-height:1.2em}.mw-parser-output .sidebar-pretitle{padding:0.4em 0.4em 0;line-height:1.2em}.mw-parser-output .sidebar-title,.mw-parser-output .sidebar-title-with-pretitle{padding:0.2em 0.8em;font-size:145%;line-height:1.2em}.mw-parser-output .sidebar-title-with-pretitle{padding:0.1em 0.4em}.mw-parser-output .sidebar-image{padding:0.2em 0.4em 0.4em}.mw-parser-output .sidebar-heading{padding:0.1em 0.4em}.mw-parser-output .sidebar-content{padding:0 0.5em 0.4em}.mw-parser-output .sidebar-content-with-subgroup{padding:0.1em 0.4em 0.2em}.mw-parser-output .sidebar-above,.mw-parser-output .sidebar-below{padding:0.3em 0.8em;font-weight:bold}.mw-parser-output .sidebar-collapse .sidebar-above,.mw-parser-output .sidebar-collapse .sidebar-below{border-top:1px solid #aaa;border-bottom:1px solid #aaa}.mw-parser-output .sidebar-navbar{text-align:right;font-size:115%;padding:0 0.4em 0.4em}.mw-parser-output .sidebar-list-title{padding:0 0.4em;text-align:left;font-weight:bold;line-height:1.6em;font-size:105%}.mw-parser-output .sidebar-list-title-c{padding:0 0.4em;text-align:center;margin:0 3.3em}@media(max-width:720px){body.mediawiki .mw-parser-output .sidebar{width:100%!important;clear:both;float:none!important;margin-left:0!important;margin-right:0!important}}</style><style data-mw-deduplicate="TemplateStyles:r1126788409">.mw-parser-output .plainlist ol,.mw-parser-output .plainlist ul{line-height:inherit;list-style:none;margin:0;padding:0}.mw-parser-output .plainlist ol li,.mw-parser-output .plainlist ul li{margin-bottom:0}</style><link href="mw-data:TemplateStyles:r1126788409" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><table class="sidebar nomobile nowraplinks"><tbody><tr><th class="sidebar-title">Population tables<br/>of U.S. cities</th></tr><tr><td class="sidebar-image"><span class="mw-default-size mw-image-border" typeof="mw:File/Frameless"><a class="mw-file-description" href="/wiki/File:Pano_Manhattan2007_amk.jpg"><img alt='"New York City skyline"' class="mw-file-element" data-file-height="800" data-file-width="2764" decoding="async" height="64" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Pano_Manhattan2007_amk.jpg/220px-Pano_Manhattan2007_amk.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Pano_Manhattan2007_amk.jpg/330px-Pano_Manhattan2007_amk.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/8d/Pano_Manhattan2007_amk.jpg/440px-Pano_Manhattan2007_amk.jpg 2x" width="220"/></a></span></td></tr><tr><th class="sidebar-heading" style="background:lavender;">
<a class="mw-selflink selflink">Cities</a></th></tr><tr><td class="sidebar-content">
<p><span style="font-size:110%;"><a class="mw-selflink selflink">Population</a></span>
</p>
<div class="hlist"><ul><li><a href="/wiki/List_of_United_States_cities_by_area" title="List of United States cities by area">Area</a></li><li><a href="/wiki/List_of_United_States_cities_by_population_density" title="List of United States cities by population density">Density</a></li><li><a href="/wiki/Lists_of_United_States_cities_with_large_ethnic_minority_populations" title="Lists of United States cities with large ethnic minority populations">Ethnic identity</a></li><li><a href="/wiki/List_of_United_States_cities_by_foreign-born_population" title="List of United States cities by foreign-born population">Foreign-born</a></li><li><a href="/wiki/List_of_United_States_metropolitan_areas_by_per_capita_income" title="List of United States metropolitan areas by per capita income">Income</a></li><li><a href="/wiki/List_of_United_States_cities_by_Spanish-speaking_population" title="List of United States cities by Spanish-speaking population">Spanish speakers</a></li><li><a href="/wiki/List_of_most_populous_cities_in_the_United_States_by_decade" title="List of most populous cities in the United States by decade">By decade</a></li></ul></div></td>
</tr><tr><th class="sidebar-heading" style="background:lavender;">
<a href="/wiki/List_of_United_States_urban_areas" title="List of United States urban areas">Urban areas</a></th></tr><tr><td class="sidebar-content">
<a href="/wiki/Cities_and_metropolitan_areas_of_the_United_States" title="Cities and metropolitan areas of the United States">Populous cities and metropolitan areas</a></td>
</tr><tr><th class="sidebar-heading" style="background:lavender;">
<a href="/wiki/Statistical_area_(United_States)" title="Statistical area (United States)">Metropolitan areas</a></th></tr><tr><td class="sidebar-content">
<div class="plainlist"><ul><li><a href="/wiki/Statistical_area_(United_States)" title="Statistical area (United States)">563 primary statistical areas</a></li><li><a href="/wiki/Combined_statistical_area#List_of_combined_statistical_areas" title="Combined statistical area">175 combined statistical areas</a></li><li><a href="/wiki/List_of_core-based_statistical_areas#United_States" title="List of core-based statistical areas">939 core-based statistical areas</a></li><li><a class="mw-redirect" href="/wiki/List_of_metropolitan_statistical_areas" title="List of metropolitan statistical areas">384 metropolitan statistical areas</a></li><li><a class="mw-redirect" href="/wiki/List_of_micropolitan_statistical_areas" title="List of micropolitan statistical areas">547 micropolitan statistical areas</a></li></ul></div></td>
</tr><tr><th class="sidebar-heading" style="background:lavender;">
<a href="/wiki/Megaregions_of_the_United_States" title="Megaregions of the United States">Megaregions</a></th></tr><tr><td class="sidebar-below" style="background:lavender;line-height:1.3em;font-weight:normal; border-top:2px #fafafa solid;">
<div class="plainlist"><ul><li><b>See related population lists</b></li><li><a href="/wiki/List_of_North_American_metropolitan_areas_by_population" title="List of North American metropolitan areas by population">North American metro areas</a></li><li><a class="mw-redirect" href="/wiki/List_of_cities_proper_by_population" title="List of cities proper by population">World cities</a></li><li><a href="/wiki/List_of_U.S._states_and_territories_by_population" title="List of U.S. states and territories by population">States and territories</a></li></ul></div></td></tr><tr><td class="sidebar-navbar"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><style data-mw-deduplicate="TemplateStyles:r1063604349">.mw-parser-output .navbar{display:inline;font-size:88%;font-weight:normal}.mw-parser-output .navbar-collapse{float:left;text-align:left}.mw-parser-output .navbar-boxtext{word-spacing:0}.mw-parser-output .navbar ul{display:inline-block;white-space:nowrap;line-height:inherit}.mw-parser-output .navbar-brackets::before{margin-right:-0.125em;content:"[ "}.mw-parser-output .navbar-brackets::after{margin-left:-0.125em;content:" ]"}.mw-parser-output .navbar li{word-spacing:-0.125em}.mw-parser-output .navbar a>span,.mw-parser-output .navbar a>abbr{text-decoration:inherit}.mw-parser-output .navbar-mini abbr{font-variant:small-caps;border-bottom:none;text-decoration:none;cursor:inherit}.mw-parser-output .navbar-ct-full{font-size:114%;margin:0 7em}.mw-parser-output .navbar-ct-mini{font-size:114%;margin:0 4em}</style><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:U.S._city_population_tables" title="Template:U.S. city population tables"><abbr title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:U.S._city_population_tables" title="Template talk:U.S. city population tables"><abbr title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:U.S._city_population_tables" title="Special:EditPage/Template:U.S. city population tables"><abbr title="Edit this template">e</abbr></a></li></ul></div></td></tr></tbody></table>
<p>This is a list of the most populous <a href="/wiki/Municipal_corporation" title="Municipal corporation">incorporated places</a> of the <a href="/wiki/United_States" title="United States">United States</a>. As defined by the <a href="/wiki/United_States_Census_Bureau" title="United States Census Bureau">United States Census Bureau</a>, an <a href="/wiki/Place_(United_States_Census_Bureau)#Incorporated_place" title="Place (United States Census Bureau)">incorporated place</a> includes <a href="/wiki/City" title="City">cities</a>, <a href="/wiki/Town" title="Town">towns</a>, <a href="/wiki/Village_(United_States)" title="Village (United States)">villages</a>, <a href="/wiki/Borough_(United_States)" title="Borough (United States)">boroughs</a>, and <a href="/wiki/Municipality" title="Municipality">municipalities</a>.<sup class="reference" id="cite_ref-NewEngland_1-0"><a href="#cite_note-NewEngland-1">[a]</a></sup> A few exceptional <a href="/wiki/Census-designated_place" title="Census-designated place">census-designated places</a> (CDPs) are also included in the Census Bureau's listing of incorporated places.<sup class="reference" id="cite_ref-HonoluluHI_2-0"><a href="#cite_note-HonoluluHI-2">[b]</a></sup> <a href="/wiki/Consolidated_city-county" title="Consolidated city-county">Consolidated city-counties</a> represent a distinct type of government that includes the entire population of a county, or county equivalent. Some consolidated city-counties, however, include multiple incorporated places. This list presents only the portion of such consolidated city-counties that are not a part of another incorporated place.
</p><p>This list refers only to the population of individual municipalities within their <a href="/wiki/City_limits" title="City limits">defined limits</a>; the populations of other municipalities considered <a href="/wiki/Suburb" title="Suburb">suburbs</a> of a central city are listed separately, and unincorporated areas within <a class="mw-redirect" href="/wiki/Urban_agglomeration" title="Urban agglomeration">urban agglomerations</a> are not included. Therefore, a different ranking is evident when considering <a href="/wiki/List_of_United_States_urban_areas" title="List of United States urban areas">U.S. urban areas</a> or <a class="mw-redirect" href="/wiki/Metropolitan_statistical_areas" title="Metropolitan statistical areas">metropolitan areas</a>.
</p>
<meta property="mw:PageProp/toc">
<h2><span id="50_states_and_Washington.2C_D.C."></span><span class="mw-headline" id="50_states_and_Washington,_D.C.">50 states and Washington, D.C.</span></h2>
<div style="float:right;border: 1px solid silver; margin:0 0 0.5em 1em;"></div>
<p>This table lists the 333 <a href="/wiki/Municipal_corporation" title="Municipal corporation">incorporated places</a> in the United States, excluding the <a href="/wiki/Territories_of_the_United_States" title="Territories of the United States">U.S. territories</a>, with a population of at least 100,000 as of July 1, 2022, as estimated by the <a href="/wiki/United_States_Census_Bureau" title="United States Census Bureau">U.S. Census Bureau</a>. Five states have no cities with populations exceeding 100,000. They are: <a href="/wiki/Delaware" title="Delaware">Delaware</a>, <a href="/wiki/Maine" title="Maine">Maine</a>, <a href="/wiki/Vermont" title="Vermont">Vermont</a>, <a href="/wiki/West_Virginia" title="West Virginia">West Virginia</a>, and <a href="/wiki/Wyoming" title="Wyoming">Wyoming</a>.
</p><p>The table displays:
</p>
<ol><li>The city rank by population as of July 1, 2022, as estimated by the United States Census Bureau<sup class="reference" id="cite_ref-PopEstCities_3-0"><a href="#cite_note-PopEstCities-3">[1]</a></sup></li>
<li>The city name<sup class="reference" id="cite_ref-PopEstCities_3-1"><a href="#cite_note-PopEstCities-3">[1]</a></sup></li>
<li>The name of the state in which the city lies<sup class="reference" id="cite_ref-PopEstCities_3-2"><a href="#cite_note-PopEstCities-3">[1]</a></sup></li>
<li>The city population as of July 1, 2022, as estimated by the <a href="/wiki/United_States_Census_Bureau" title="United States Census Bureau">United States Census Bureau</a><sup class="reference" id="cite_ref-PopEstCities_3-3"><a href="#cite_note-PopEstCities-3">[1]</a></sup></li>
<li>The city population as of April 1, 2020, as enumerated by the <a href="/wiki/2020_United_States_census" title="2020 United States census">2020 United States census</a><sup class="reference" id="cite_ref-PopEstCities_3-4"><a href="#cite_note-PopEstCities-3">[1]</a></sup></li>
<li>The city percent population change from April 1, 2020, to July 1, 2022</li>
<li>The city land area as of January 1, 2020<sup class="reference" id="cite_ref-USCBGazetteer_4-0"><a href="#cite_note-USCBGazetteer-4">[2]</a></sup></li>
<li>The city population density as of April 1, 2020 (residents per unit of land area)<sup class="reference" id="cite_ref-USCBGazetteer_4-1"><a href="#cite_note-USCBGazetteer-4">[2]</a></sup></li>
<li>The city <a href="/wiki/Geographic_coordinate_system" title="Geographic coordinate system">latitude and longitude coordinates</a><sup class="reference" id="cite_ref-USCBGazetteer_4-2"><a href="#cite_note-USCBGazetteer-4">[2]</a></sup></li></ol>
<table class="noprint infobox" id="GeoGroup" style="width: 23em; font-size: 88%; line-height: 1.5em">
<tbody><tr>
<td><b>Map this section's coordinates using:</b> <a class="external text" href="https://tools.wmflabs.org/osm4wiki/cgi-bin/wiki/wiki-osm.pl?project=en&article=List_of_United_States_cities_by_population&section=states+and+District+of+Columbia">OpenStreetMap</a>
</td></tr>
<tr>
<td><div class="mw-collapsible mw-collapsed" data-collapsetext="Hide" data-expandtext="show links" style="margin-top:-0.5em;margin-bottom:-0.5em;">
<p><b>Download coordinates as:</b>
</p>
<div class="mw-collapsible-content" style="margin-top:-0.5em;margin-bottom:-0.5em;">
<ul><li><a class="external text" href="https://tools.wmflabs.org/kmlexport?article=List_of_United_States_cities_by_population&section=states+and+District+of+Columbia">KML</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=all&titles=List_of_United_States_cities_by_population&section=states+and+District+of+Columbia">GPX (all coordinates)</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=primary&titles=List_of_United_States_cities_by_population&section=states+and+District+of+Columbia">GPX (primary coordinates)</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=secondary&titles=List_of_United_States_cities_by_population&section=states+and+District+of+Columbia">GPX (secondary coordinates)</a></li></ul>
</div>
</div>
</td></tr></tbody></table>
<div class="noresize" role="img" style="width: 400px; padding: 5px; font-size: 85%; line-height: 1; text-align: center; background-color: #ffffff; position: relative;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:United_States_Administrative_Divisions_Cities.svg"><img alt="" class="mw-file-element" data-file-height="593" data-file-width="959" decoding="async" height="247" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d0/United_States_Administrative_Divisions_Cities.svg/400px-United_States_Administrative_Divisions_Cities.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d0/United_States_Administrative_Divisions_Cities.svg/600px-United_States_Administrative_Divisions_Cities.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d0/United_States_Administrative_Divisions_Cities.svg/800px-United_States_Administrative_Divisions_Cities.svg.png 2x" width="400"/></a></span>
<div style="position:absolute; font-size:118%; left:22px; top:240px">The 10 most populous <a href="/wiki/Municipal_corporation" title="Municipal corporation">cities</a> of the United States (2020 census)</div>
<div style="position:absolute; left:284.4px; top:68px"><a href="/wiki/New_York_City" title="New York City"><b>1. New York</b></a></div>
<div style="position:absolute; left:28px; top:128px"><a href="/wiki/Los_Angeles" title="Los Angeles"><b>2. Los Angeles</b></a></div>
<div style="position:absolute; left:196px; top:79.2px"><a href="/wiki/Chicago" title="Chicago"><b>3. Chicago</b></a></div>
<div style="position:absolute; left:211.2px; top:193.2px"><a href="/wiki/Houston" title="Houston"><b>4. Houston</b></a></div>
<div style="position:absolute; left:87.2px; top:152px"><a href="/wiki/Phoenix,_Arizona" title="Phoenix, Arizona"><b>5. Phoenix</b></a></div>
<div style="position:absolute; left:264px; top:98px"><a href="/wiki/Philadelphia" title="Philadelphia"><b>6. Philadelphia</b></a></div>
<div style="position:absolute; left:101.2px; top:200px"><a href="/wiki/San_Antonio" title="San Antonio"><b>7. San Antonio</b></a></div>
<div style="position:absolute; left:18px; top:162px"><a href="/wiki/San_Diego" title="San Diego"><b>8. San Diego</b></a></div>
<div style="position:absolute; left:197.6px; top:167.6px"><a href="/wiki/Dallas" title="Dallas"><b>9. Dallas</b></a></div>
<div style="position:absolute; left:17.2px; top:95.6px"><a href="/wiki/San_Jose,_California" title="San Jose, California"><b>10. San Jose</b></a></div>
</div>
<p><br/>
</p>
<table class="wikitable">
<tbody><tr>
<td style="background:#ffff99; width:1em">
</td>
<td><b>State capital</b>
</td></tr>
<tr>
<td style="background:#cfecec; width:1em">
</td>
<td><i>State largest city</i>
</td></tr>
<tr>
<td style="background:#ccff99; width:1em">
</td>
<td><i><b>State capital and largest city</b></i>
</td></tr>
<tr>
<td style="background:#ff9999; width:1em">
</td>
<td><i><b>Federal capital</b></i>
</td></tr></tbody></table>
<p><span class="anchor" id="Table"></span>
</p>
<table class="wikitable sortable" style="text-align:center">
<tbody><tr>
<th scope="col">2022<br/>rank
</th>
<th scope="col">City
</th>
<th scope="col">State<sup class="reference" id="cite_ref-5"><a href="#cite_note-5">[c]</a></sup>
</th>
<th scope="col">2022<br/>estimate
</th>
<th scope="col">2020<br/>census
</th>
<th scope="col">Change
</th>
<th colspan="2" scope="col">2020 land area
</th>
<th colspan="2" scope="col">2020 population density
</th>
<th scope="col">Location
</th></tr>
<tr>
<th scope="row">1
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/New_York_City" title="New York City">New York</a></i><sup class="reference" id="cite_ref-6"><a href="#cite_note-6">[d]</a></sup>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">8,335,897
</td>
<td style="text-align:right;">8,804,190
</td>
<td style="text-align:right;"><span data-sort-value="2999468000000000000♠" style="display:none"></span><span style="color:red">−5.32%</span>
</td>
<td data-sort-value="7008778291427155968" style="text-align:right;">300.5 sq mi
</td>
<td data-sort-value="7008778291427155968" style="text-align:right;">778.3 km<sup>2</sup>
</td>
<td data-sort-value="6998113120210409765" style="text-align:right;">29,298/sq mi
</td>
<td data-sort-value="6998113120210409765" style="text-align:right;">11,312/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><style data-mw-deduplicate="TemplateStyles:r1156832818">.mw-parser-output .geo-default,.mw-parser-output .geo-dms,.mw-parser-output .geo-dec{display:inline}.mw-parser-output .geo-nondefault,.mw-parser-output .geo-multi-punct,.mw-parser-output .geo-inline-hidden{display:none}.mw-parser-output .longitude,.mw-parser-output .latitude{white-space:nowrap}</style><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.66_N_73.94_W_&title=New+York+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°40′N</span> <span class="longitude">73°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.66°N 73.94°W</span><span style="display:none"> / <span class="geo">40.66; -73.94</span></span><span style="display:none"> (<span class="fn org">New York City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">2
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Los_Angeles" title="Los Angeles">Los Angeles</a></i>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">3,822,238
</td>
<td style="text-align:right;">3,898,747
</td>
<td style="text-align:right;"><span data-sort-value="2999803999999999999♠" style="display:none"></span><span style="color:red">−1.96%</span>
</td>
<td data-sort-value="7009121599941780275" style="text-align:right;">469.5 sq mi
</td>
<td data-sort-value="7009121599941780275" style="text-align:right;">1,216.0 km<sup>2</sup>
</td>
<td data-sort-value="6997320619232453647" style="text-align:right;">8,304/sq mi
</td>
<td data-sort-value="6997320619232453647" style="text-align:right;">3,206/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.02_N_118.41_W_&title=Los+Angeles"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°01′N</span> <span class="longitude">118°25′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.02°N 118.41°W</span><span style="display:none"> / <span class="geo">34.02; -118.41</span></span><span style="display:none"> (<span class="fn org">Los Angeles</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">3
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Chicago" title="Chicago">Chicago</a></i>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">2,665,039
</td>
<td style="text-align:right;">2,746,388
</td>
<td style="text-align:right;"><span data-sort-value="2999704000000000000♠" style="display:none"></span><span style="color:red">−2.96%</span>
</td>
<td data-sort-value="7008589740292723507" style="text-align:right;">227.7 sq mi
</td>
<td data-sort-value="7008589740292723507" style="text-align:right;">589.7 km<sup>2</sup>
</td>
<td data-sort-value="6997465677813418043" style="text-align:right;">12,061/sq mi
</td>
<td data-sort-value="6997465677813418043" style="text-align:right;">4,657/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.84_N_87.68_W_&title=Chicago"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°50′N</span> <span class="longitude">87°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.84°N 87.68°W</span><span style="display:none"> / <span class="geo">41.84; -87.68</span></span><span style="display:none"> (<span class="fn org">Chicago</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">4
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Houston" title="Houston">Houston</a></i>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">2,302,878
</td>
<td style="text-align:right;">2,304,580
</td>
<td style="text-align:right;"><span data-sort-value="3001300000000000000♠" style="display:none"></span><span style="color:red">−0.07%</span>
</td>
<td data-sort-value="7009165862838585917" style="text-align:right;">640.4 sq mi
</td>
<td data-sort-value="7009165862838585917" style="text-align:right;">1,658.6 km<sup>2</sup>
</td>
<td data-sort-value="6997138958166859426" style="text-align:right;">3,599/sq mi
</td>
<td data-sort-value="6997138958166859426" style="text-align:right;">1,390/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.79_N_95.39_W_&title=Houston"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°47′N</span> <span class="longitude">95°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.79°N 95.39°W</span><span style="display:none"> / <span class="geo">29.79; -95.39</span></span><span style="display:none"> (<span class="fn org">Houston</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">5
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Phoenix,_Arizona" title="Phoenix, Arizona">Phoenix</a></b></i>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">1,644,409
</td>
<td style="text-align:right;">1,608,139
</td>
<td style="text-align:right;"><span data-sort-value="7000225999999999999♠" style="display:none"></span><span style="color:green">+2.26%</span>
</td>
<td data-sort-value="7009134161384115404" style="text-align:right;">518.0 sq mi
</td>
<td data-sort-value="7009134161384115404" style="text-align:right;">1,341.6 km<sup>2</sup>
</td>
<td data-sort-value="6997119884720227429" style="text-align:right;">3,105/sq mi
</td>
<td data-sort-value="6997119884720227429" style="text-align:right;">1,199/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.57_N_112.09_W_&title=Phoenix"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°34′N</span> <span class="longitude">112°05′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.57°N 112.09°W</span><span style="display:none"> / <span class="geo">33.57; -112.09</span></span><span style="display:none"> (<span class="fn org">Phoenix</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">6
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Philadelphia" title="Philadelphia">Philadelphia</a></i><sup class="reference" id="cite_ref-7"><a href="#cite_note-7">[e]</a></sup>
</td>
<td align="left"><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td style="text-align:right;">1,567,258
</td>
<td style="text-align:right;">1,603,797
</td>
<td style="text-align:right;"><span data-sort-value="2999772000000000000♠" style="display:none"></span><span style="color:red">−2.28%</span>
</td>
<td data-sort-value="7008348094402029158" style="text-align:right;">134.4 sq mi
</td>
<td data-sort-value="7008348094402029158" style="text-align:right;">348.1 km<sup>2</sup>
</td>
<td data-sort-value="6997460735705788700" style="text-align:right;">11,933/sq mi
</td>
<td data-sort-value="6997460735705788700" style="text-align:right;">4,607/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.01_N_75.13_W_&title=Philadelphia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°01′N</span> <span class="longitude">75°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.01°N 75.13°W</span><span style="display:none"> / <span class="geo">40.01; -75.13</span></span><span style="display:none"> (<span class="fn org">Philadelphia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">7
</th>
<td align="left"><a href="/wiki/San_Antonio" title="San Antonio">San Antonio</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">1,472,909
</td>
<td style="text-align:right;">1,434,625
</td>
<td style="text-align:right;"><span data-sort-value="7000267000000000000♠" style="display:none"></span><span style="color:green">+2.67%</span>
</td>
<td data-sort-value="7009129188606943559" style="text-align:right;">498.8 sq mi
</td>
<td data-sort-value="7009129188606943559" style="text-align:right;">1,291.9 km<sup>2</sup>
</td>
<td data-sort-value="6997111042980796807" style="text-align:right;">2,876/sq mi
</td>
<td data-sort-value="6997111042980796807" style="text-align:right;">1,110/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.46_N_98.52_W_&title=San+Antonio"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°28′N</span> <span class="longitude">98°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.46°N 98.52°W</span><span style="display:none"> / <span class="geo">29.46; -98.52</span></span><span style="display:none"> (<span class="fn org">San Antonio</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">8
</th>
<td align="left"><a href="/wiki/San_Diego" title="San Diego">San Diego</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">1,381,162
</td>
<td style="text-align:right;">1,386,932
</td>
<td style="text-align:right;"><span data-sort-value="3000580000000000000♠" style="display:none"></span><span style="color:red">−0.42%</span>
</td>
<td data-sort-value="7008844077125158502" style="text-align:right;">325.9 sq mi
</td>
<td data-sort-value="7008844077125158502" style="text-align:right;">844.1 km<sup>2</sup>
</td>
<td data-sort-value="6997164325078675664" style="text-align:right;">4,256/sq mi
</td>
<td data-sort-value="6997164325078675664" style="text-align:right;">1,643/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.81_N_117.14_W_&title=San+Diego"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°49′N</span> <span class="longitude">117°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.81°N 117.14°W</span><span style="display:none"> / <span class="geo">32.81; -117.14</span></span><span style="display:none"> (<span class="fn org">San Diego</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">9
</th>
<td align="left"><a href="/wiki/Dallas" title="Dallas">Dallas</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">1,299,544
</td>
<td style="text-align:right;">1,304,379
</td>
<td style="text-align:right;"><span data-sort-value="3000630000000000000♠" style="display:none"></span><span style="color:red">−0.37%</span>
</td>
<td data-sort-value="7008879559962270105" style="text-align:right;">339.6 sq mi
</td>
<td data-sort-value="7008879559962270105" style="text-align:right;">879.6 km<sup>2</sup>
</td>
<td data-sort-value="6997148301839096153" style="text-align:right;">3,841/sq mi
</td>
<td data-sort-value="6997148301839096153" style="text-align:right;">1,483/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.79_N_96.77_W_&title=Dallas"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°47′N</span> <span class="longitude">96°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.79°N 96.77°W</span><span style="display:none"> / <span class="geo">32.79; -96.77</span></span><span style="display:none"> (<span class="fn org">Dallas</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">10
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Austin,_Texas" title="Austin, Texas">Austin</a></b>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">974,447
</td>
<td style="text-align:right;">961,855
</td>
<td style="text-align:right;"><span data-sort-value="7000131000000000000♠" style="display:none"></span><span style="color:green">+1.31%</span>
</td>
<td data-sort-value="7008828537196496486" style="text-align:right;">319.9 sq mi
</td>
<td data-sort-value="7008828537196496486" style="text-align:right;">828.5 km<sup>2</sup>
</td>
<td data-sort-value="6997116100919073713" style="text-align:right;">3,007/sq mi
</td>
<td data-sort-value="6997116100919073713" style="text-align:right;">1,161/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.30_N_97.75_W_&title=Austin"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°18′N</span> <span class="longitude">97°45′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.30°N 97.75°W</span><span style="display:none"> / <span class="geo">30.30; -97.75</span></span><span style="display:none"> (<span class="fn org">Austin</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">11
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Jacksonville,_Florida" title="Jacksonville, Florida">Jacksonville</a></i><sup class="reference" id="cite_ref-8"><a href="#cite_note-8">[f]</a></sup>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">971,319
</td>
<td style="text-align:right;">949,611
</td>
<td style="text-align:right;"><span data-sort-value="7000229000000000000♠" style="display:none"></span><span style="color:green">+2.29%</span>
</td>
<td data-sort-value="7009193549811485409" style="text-align:right;">747.3 sq mi
</td>
<td data-sort-value="7009193549811485409" style="text-align:right;">1,935.5 km<sup>2</sup>
</td>
<td data-sort-value="6996490735843507448" style="text-align:right;">1,271/sq mi
</td>
<td data-sort-value="6996490735843507448" style="text-align:right;">491/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.34_N_81.66_W_&title=Jacksonville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°20′N</span> <span class="longitude">81°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.34°N 81.66°W</span><span style="display:none"> / <span class="geo">30.34; -81.66</span></span><span style="display:none"> (<span class="fn org">Jacksonville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">12
</th>
<td align="left"><a href="/wiki/San_Jose,_California" title="San Jose, California">San Jose</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">971,233
</td>
<td style="text-align:right;">1,013,240
</td>
<td style="text-align:right;"><span data-sort-value="2999585000000000000♠" style="display:none"></span><span style="color:red">−4.15%</span>
</td>
<td data-sort-value="7008461794880072908" style="text-align:right;">178.3 sq mi
</td>
<td data-sort-value="7008461794880072908" style="text-align:right;">461.8 km<sup>2</sup>
</td>
<td data-sort-value="6997219421856699671" style="text-align:right;">5,683/sq mi
</td>
<td data-sort-value="6997219421856699671" style="text-align:right;">2,194/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.30_N_121.81_W_&title=San+Jose"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°18′N</span> <span class="longitude">121°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.30°N 121.81°W</span><span style="display:none"> / <span class="geo">37.30; -121.81</span></span><span style="display:none"> (<span class="fn org">San Jose</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">13
</th>
<td align="left"><a href="/wiki/Fort_Worth,_Texas" title="Fort Worth, Texas">Fort Worth</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">956,709
</td>
<td style="text-align:right;">918,915
</td>
<td style="text-align:right;"><span data-sort-value="7000411000000000000♠" style="display:none"></span><span style="color:green">+4.11%</span>
</td>
<td data-sort-value="7008899502870719692" style="text-align:right;">347.3 sq mi
</td>
<td data-sort-value="7008899502870719692" style="text-align:right;">899.5 km<sup>2</sup>
</td>
<td data-sort-value="6997102162631150331" style="text-align:right;">2,646/sq mi
</td>
<td data-sort-value="6997102162631150331" style="text-align:right;">1,022/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.78_N_97.35_W_&title=Fort+Worth"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°47′N</span> <span class="longitude">97°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.78°N 97.35°W</span><span style="display:none"> / <span class="geo">32.78; -97.35</span></span><span style="display:none"> (<span class="fn org">Fort Worth</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">14
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Columbus,_Ohio" title="Columbus, Ohio">Columbus</a></b></i>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">907,971
</td>
<td style="text-align:right;">905,748
</td>
<td style="text-align:right;"><span data-sort-value="6999250000000000000♠" style="display:none"></span><span style="color:green">+0.25%</span>
</td>
<td data-sort-value="7008569797384273920" style="text-align:right;">220.0 sq mi
</td>
<td data-sort-value="7008569797384273920" style="text-align:right;">569.8 km<sup>2</sup>
</td>
<td data-sort-value="6997158958258671924" style="text-align:right;">4,117/sq mi
</td>
<td data-sort-value="6997158958258671924" style="text-align:right;">1,590/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.99_N_82.99_W_&title=Columbus"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°59′N</span> <span class="longitude">82°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.99°N 82.99°W</span><span style="display:none"> / <span class="geo">39.99; -82.99</span></span><span style="display:none"> (<span class="fn org">Columbus</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">15
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Charlotte,_North_Carolina" title="Charlotte, North Carolina">Charlotte</a></i>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">897,720
</td>
<td style="text-align:right;">874,579
</td>
<td style="text-align:right;"><span data-sort-value="7000265000000000000♠" style="display:none"></span><span style="color:green">+2.65%</span>
</td>
<td data-sort-value="7008798493334416588" style="text-align:right;">308.3 sq mi
</td>
<td data-sort-value="7008798493334416588" style="text-align:right;">798.5 km<sup>2</sup>
</td>
<td data-sort-value="6997109537182378491" style="text-align:right;">2,837/sq mi
</td>
<td data-sort-value="6997109537182378491" style="text-align:right;">1,095/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.21_N_80.83_W_&title=Charlotte"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°13′N</span> <span class="longitude">80°50′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.21°N 80.83°W</span><span style="display:none"> / <span class="geo">35.21; -80.83</span></span><span style="display:none"> (<span class="fn org">Charlotte</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">16
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Indianapolis" title="Indianapolis">Indianapolis</a></b></i><sup class="reference" id="cite_ref-9"><a href="#cite_note-9">[g]</a></sup>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">880,621
</td>
<td style="text-align:right;">887,642
</td>
<td style="text-align:right;"><span data-sort-value="3000209999999999999♠" style="display:none"></span><span style="color:red">−0.79%</span>
</td>
<td data-sort-value="7008936539700697497" style="text-align:right;">361.6 sq mi
</td>
<td data-sort-value="7008936539700697497" style="text-align:right;">936.5 km<sup>2</sup>
</td>
<td data-sort-value="6996947880799221704" style="text-align:right;">2,455/sq mi
</td>
<td data-sort-value="6996947880799221704" style="text-align:right;">948/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.78_N_86.15_W_&title=Indianapolis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°47′N</span> <span class="longitude">86°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.78°N 86.15°W</span><span style="display:none"> / <span class="geo">39.78; -86.15</span></span><span style="display:none"> (<span class="fn org">Indianapolis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">17
</th>
<td align="left"><a href="/wiki/San_Francisco" title="San Francisco">San Francisco</a><sup class="reference" id="cite_ref-10"><a href="#cite_note-10">[h]</a></sup>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">808,437
</td>
<td style="text-align:right;">873,965
</td>
<td style="text-align:right;"><span data-sort-value="2999250000000000000♠" style="display:none"></span><span style="color:red">−7.50%</span>
</td>
<td data-sort-value="7008121470442374758" style="text-align:right;">46.9 sq mi
</td>
<td data-sort-value="7008121470442374758" style="text-align:right;">121.5 km<sup>2</sup>
</td>
<td data-sort-value="6997719501372443847" style="text-align:right;">18,635/sq mi
</td>
<td data-sort-value="6997719501372443847" style="text-align:right;">7,195/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.73_N_123.03_W_&title=San+Francisco"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°44′N</span> <span class="longitude">123°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.73°N 123.03°W</span><span style="display:none"> / <span class="geo">37.73; -123.03</span></span><span style="display:none"> (<span class="fn org">San Francisco</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">18
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Seattle" title="Seattle">Seattle</a></i>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">749,256
</td>
<td style="text-align:right;">737,015
</td>
<td style="text-align:right;"><span data-sort-value="7000166000000000000♠" style="display:none"></span><span style="color:green">+1.66%</span>
</td>
<td data-sort-value="7008217041003646156" style="text-align:right;">83.8 sq mi
</td>
<td data-sort-value="7008217041003646156" style="text-align:right;">217.0 km<sup>2</sup>
</td>
<td data-sort-value="6997339576848438081" style="text-align:right;">8,795/sq mi
</td>
<td data-sort-value="6997339576848438081" style="text-align:right;">3,396/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.62_N_122.35_W_&title=Seattle"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°37′N</span> <span class="longitude">122°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.62°N 122.35°W</span><span style="display:none"> / <span class="geo">47.62; -122.35</span></span><span style="display:none"> (<span class="fn org">Seattle</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">19
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Denver" title="Denver">Denver</a></b></i><sup class="reference" id="cite_ref-11"><a href="#cite_note-11">[i]</a></sup>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">713,252
</td>
<td style="text-align:right;">715,522
</td>
<td style="text-align:right;"><span data-sort-value="3000680000000000000♠" style="display:none"></span><span style="color:red">−0.32%</span>
</td>
<td data-sort-value="7008396527179692441" style="text-align:right;">153.1 sq mi
</td>
<td data-sort-value="7008396527179692441" style="text-align:right;">396.5 km<sup>2</sup>
</td>
<td data-sort-value="6997180464148902739" style="text-align:right;">4,674/sq mi
</td>
<td data-sort-value="6997180464148902739" style="text-align:right;">1,805/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.76_N_104.88_W_&title=Denver"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°46′N</span> <span class="longitude">104°53′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.76°N 104.88°W</span><span style="display:none"> / <span class="geo">39.76; -104.88</span></span><span style="display:none"> (<span class="fn org">Denver</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">20
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Oklahoma_City" title="Oklahoma City">Oklahoma City</a></b></i>
</td>
<td align="left"><a href="/wiki/Oklahoma" title="Oklahoma">Oklahoma</a>
</td>
<td style="text-align:right;">694,800
</td>
<td style="text-align:right;">681,054
</td>
<td style="text-align:right;"><span data-sort-value="7000202000000000000♠" style="display:none"></span><span style="color:green">+2.02%</span>
</td>
<td data-sort-value="7009157005079248568" style="text-align:right;">606.2 sq mi
</td>
<td data-sort-value="7009157005079248568" style="text-align:right;">1,570.1 km<sup>2</sup>
</td>
<td data-sort-value="6996433592724043166" style="text-align:right;">1,123/sq mi
</td>
<td data-sort-value="6996433592724043166" style="text-align:right;">434/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.47_N_97.51_W_&title=Oklahoma+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°28′N</span> <span class="longitude">97°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.47°N 97.51°W</span><span style="display:none"> / <span class="geo">35.47; -97.51</span></span><span style="display:none"> (<span class="fn org">Oklahoma City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">21
</th>
<td style="text-align:left;background-color:#ccff99"><b><a href="/wiki/Nashville,_Tennessee" title="Nashville, Tennessee"><i>Nashville</i></a></b><sup class="reference" id="cite_ref-12"><a href="#cite_note-12">[j]</a></sup>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">683,622
</td>
<td style="text-align:right;">689,447
</td>
<td style="text-align:right;"><span data-sort-value="3000160000000000000♠" style="display:none"></span><span style="color:red">−0.84%</span>
</td>
<td data-sort-value="7009123231634289786" style="text-align:right;">475.8 sq mi
</td>
<td data-sort-value="7009123231634289786" style="text-align:right;">1,232.3 km<sup>2</sup>
</td>
<td data-sort-value="6996559462027728003" style="text-align:right;">1,449/sq mi
</td>
<td data-sort-value="6996559462027728003" style="text-align:right;">559/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.17_N_86.79_W_&title=Nashville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°10′N</span> <span class="longitude">86°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.17°N 86.79°W</span><span style="display:none"> / <span class="geo">36.17; -86.79</span></span><span style="display:none"> (<span class="fn org">Nashville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">22
</th>
<td align="left"><a href="/wiki/El_Paso,_Texas" title="El Paso, Texas">El Paso</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">677,456
</td>
<td style="text-align:right;">678,815
</td>
<td style="text-align:right;"><span data-sort-value="3000800000000000000♠" style="display:none"></span><span style="color:red">−0.20%</span>
</td>
<td data-sort-value="7008669252927710822" style="text-align:right;">258.4 sq mi
</td>
<td data-sort-value="7008669252927710822" style="text-align:right;">669.3 km<sup>2</sup>
</td>
<td data-sort-value="6997101429037049100" style="text-align:right;">2,627/sq mi
</td>
<td data-sort-value="6997101429037049100" style="text-align:right;">1,014/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=31.85_N_106.43_W_&title=El+Paso"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">31°51′N</span> <span class="longitude">106°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">31.85°N 106.43°W</span><span style="display:none"> / <span class="geo">31.85; -106.43</span></span><span style="display:none"> (<span class="fn org">El Paso</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">23
</th>
<td style="text-align:left;background-color:#ff9999"><i><b><a href="/wiki/Washington,_D.C." title="Washington, D.C.">Washington</a></b></i><sup class="reference" id="cite_ref-13"><a href="#cite_note-13">[k]</a></sup>
</td>
<td align="left"><a class="mw-redirect" href="/wiki/District_of_Columbia" title="District of Columbia">District of Columbia</a>
</td>
<td style="text-align:right;">671,803
</td>
<td style="text-align:right;">689,545
</td>
<td style="text-align:right;"><span data-sort-value="2999743000000000000♠" style="display:none"></span><span style="color:red">−2.57%</span>
</td>
<td data-sort-value="7008158248273541529" style="text-align:right;">61.1 sq mi
</td>
<td data-sort-value="7008158248273541529" style="text-align:right;">158.2 km<sup>2</sup>
</td>
<td data-sort-value="6997435754896131004" style="text-align:right;">11,286/sq mi
</td>
<td data-sort-value="6997435754896131004" style="text-align:right;">4,358/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.90_N_77.02_W_&title=Washington%2C+D.C."><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°54′N</span> <span class="longitude">77°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.90°N 77.02°W</span><span style="display:none"> / <span class="geo">38.90; -77.02</span></span><span style="display:none"> (<span class="fn org">Washington, D.C.</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">24
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Las_Vegas" title="Las Vegas">Las Vegas</a></i>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">656,274
</td>
<td style="text-align:right;">641,903
</td>
<td style="text-align:right;"><span data-sort-value="7000224000000000000♠" style="display:none"></span><span style="color:green">+2.24%</span>
</td>
<td data-sort-value="7008367260314045644" style="text-align:right;">141.8 sq mi
</td>
<td data-sort-value="7008367260314045644" style="text-align:right;">367.3 km<sup>2</sup>
</td>
<td data-sort-value="6997174788447172165" style="text-align:right;">4,527/sq mi
</td>
<td data-sort-value="6997174788447172165" style="text-align:right;">1,748/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.23_N_115.26_W_&title=Las+Vegas"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°14′N</span> <span class="longitude">115°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.23°N 115.26°W</span><span style="display:none"> / <span class="geo">36.23; -115.26</span></span><span style="display:none"> (<span class="fn org">Las Vegas</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">25
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Boston" title="Boston">Boston</a></b></i>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">650,706
</td>
<td style="text-align:right;">675,647
</td>
<td style="text-align:right;"><span data-sort-value="2999631000000000000♠" style="display:none"></span><span style="color:red">−3.69%</span>
</td>
<td data-sort-value="7008125096425729228" style="text-align:right;">48.3 sq mi
</td>
<td data-sort-value="7008125096425729228" style="text-align:right;">125.1 km<sup>2</sup>
</td>
<td data-sort-value="6997540118309585027" style="text-align:right;">13,989/sq mi
</td>
<td data-sort-value="6997540118309585027" style="text-align:right;">5,401/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.34_N_71.02_W_&title=Boston"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°20′N</span> <span class="longitude">71°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.34°N 71.02°W</span><span style="display:none"> / <span class="geo">42.34; -71.02</span></span><span style="display:none"> (<span class="fn org">Boston</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">26
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Portland,_Oregon" title="Portland, Oregon">Portland</a></i>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">635,067
</td>
<td style="text-align:right;">652,503
</td>
<td style="text-align:right;"><span data-sort-value="2999733000000000000♠" style="display:none"></span><span style="color:red">−2.67%</span>
</td>
<td data-sort-value="7008345763412729856" style="text-align:right;">133.5 sq mi
</td>
<td data-sort-value="7008345763412729856" style="text-align:right;">345.8 km<sup>2</sup>
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">4,888/sq mi
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">1,887/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.54_N_122.65_W_&title=Portland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°32′N</span> <span class="longitude">122°39′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.54°N 122.65°W</span><span style="display:none"> / <span class="geo">45.54; -122.65</span></span><span style="display:none"> (<span class="fn org">Portland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">27
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Louisville,_Kentucky" title="Louisville, Kentucky">Louisville</a></i><sup class="reference" id="cite_ref-14"><a href="#cite_note-14">[l]</a></sup>
</td>
<td align="left"><a href="/wiki/Kentucky" title="Kentucky">Kentucky</a>
</td>
<td style="text-align:right;">624,444
</td>
<td style="text-align:right;">633,045
</td>
<td style="text-align:right;"><span data-sort-value="2999864000000000000♠" style="display:none"></span><span style="color:red">−1.36%</span>
</td>
<td data-sort-value="7008841487137048166" style="text-align:right;">324.9 sq mi
</td>
<td data-sort-value="7008841487137048166" style="text-align:right;">841.5 km<sup>2</sup>
</td>
<td data-sort-value="6996752127004840684" style="text-align:right;">1,948/sq mi
</td>
<td data-sort-value="6996752127004840684" style="text-align:right;">752/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.17_N_85.65_W_&title=Louisville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°10′N</span> <span class="longitude">85°39′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.17°N 85.65°W</span><span style="display:none"> / <span class="geo">38.17; -85.65</span></span><span style="display:none"> (<span class="fn org">Louisville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">28
</th>
<td align="left"><a href="/wiki/Memphis,_Tennessee" title="Memphis, Tennessee">Memphis</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">621,056
</td>
<td style="text-align:right;">633,104
</td>
<td style="text-align:right;"><span data-sort-value="2999810000000000000♠" style="display:none"></span><span style="color:red">−1.90%</span>
</td>
<td data-sort-value="7008769226468769792" style="text-align:right;">297.0 sq mi
</td>
<td data-sort-value="7008769226468769792" style="text-align:right;">769.2 km<sup>2</sup>
</td>
<td data-sort-value="6996823169802012494" style="text-align:right;">2,132/sq mi
</td>
<td data-sort-value="6996823169802012494" style="text-align:right;">823/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.11_N_89.97_W_&title=Memphis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°07′N</span> <span class="longitude">89°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.11°N 89.97°W</span><span style="display:none"> / <span class="geo">35.11; -89.97</span></span><span style="display:none"> (<span class="fn org">Memphis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">29
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Detroit" title="Detroit">Detroit</a></i>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">620,376
</td>
<td style="text-align:right;">639,111
</td>
<td style="text-align:right;"><span data-sort-value="2999707000000000000♠" style="display:none"></span><span style="color:red">−2.93%</span>
</td>
<td data-sort-value="7008359231350903603" style="text-align:right;">138.7 sq mi
</td>
<td data-sort-value="7008359231350903603" style="text-align:right;">359.2 km<sup>2</sup>
</td>
<td data-sort-value="6997177915874656359" style="text-align:right;">4,608/sq mi
</td>
<td data-sort-value="6997177915874656359" style="text-align:right;">1,779/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.38_N_83.10_W_&title=Detroit"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°23′N</span> <span class="longitude">83°06′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.38°N 83.10°W</span><span style="display:none"> / <span class="geo">42.38; -83.10</span></span><span style="display:none"> (<span class="fn org">Detroit</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">30
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Baltimore" title="Baltimore">Baltimore</a></i><sup class="reference" id="cite_ref-IndependentCity_15-0"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Maryland" title="Maryland">Maryland</a>
</td>
<td style="text-align:right;">569,931
</td>
<td style="text-align:right;">585,708
</td>
<td style="text-align:right;"><span data-sort-value="2999731000000000000♠" style="display:none"></span><span style="color:red">−2.69%</span>
</td>
<td data-sort-value="7008209530038126182" style="text-align:right;">80.9 sq mi
</td>
<td data-sort-value="7008209530038126182" style="text-align:right;">209.5 km<sup>2</sup>
</td>
<td data-sort-value="6997279537962784730" style="text-align:right;">7,240/sq mi
</td>
<td data-sort-value="6997279537962784730" style="text-align:right;">2,800/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.30_N_76.61_W_&title=Baltimore"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°18′N</span> <span class="longitude">76°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.30°N 76.61°W</span><span style="display:none"> / <span class="geo">39.30; -76.61</span></span><span style="display:none"> (<span class="fn org">Baltimore</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">31
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Milwaukee" title="Milwaukee">Milwaukee</a></i>
</td>
<td align="left"><a href="/wiki/Wisconsin" title="Wisconsin">Wisconsin</a>
</td>
<td style="text-align:right;">563,305
</td>
<td style="text-align:right;">577,222
</td>
<td style="text-align:right;"><span data-sort-value="2999759000000000000♠" style="display:none"></span><span style="color:red">−2.41%</span>
</td>
<td data-sort-value="7008249156856214323" style="text-align:right;">96.2 sq mi
</td>
<td data-sort-value="7008249156856214323" style="text-align:right;">249.2 km<sup>2</sup>
</td>
<td data-sort-value="6997231661295125467" style="text-align:right;">6,000/sq mi
</td>
<td data-sort-value="6997231661295125467" style="text-align:right;">2,300/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.06_N_87.97_W_&title=Milwaukee"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°04′N</span> <span class="longitude">87°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.06°N 87.97°W</span><span style="display:none"> / <span class="geo">43.06; -87.97</span></span><span style="display:none"> (<span class="fn org">Milwaukee</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">32
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Albuquerque,_New_Mexico" title="Albuquerque, New Mexico">Albuquerque</a></i>
</td>
<td align="left"><a href="/wiki/New_Mexico" title="New Mexico">New Mexico</a>
</td>
<td style="text-align:right;">561,008
</td>
<td style="text-align:right;">564,559
</td>
<td style="text-align:right;"><span data-sort-value="3000370000000000000♠" style="display:none"></span><span style="color:red">−0.63%</span>
</td>
<td data-sort-value="7008485104773065932" style="text-align:right;">187.3 sq mi
</td>
<td data-sort-value="7008485104773065932" style="text-align:right;">485.1 km<sup>2</sup>
</td>
<td data-sort-value="6997116371190584693" style="text-align:right;">3,014/sq mi
</td>
<td data-sort-value="6997116371190584693" style="text-align:right;">1,164/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.10_N_106.65_W_&title=Albuquerque"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°06′N</span> <span class="longitude">106°39′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.10°N 106.65°W</span><span style="display:none"> / <span class="geo">35.10; -106.65</span></span><span style="display:none"> (<span class="fn org">Albuquerque</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">33
</th>
<td align="left"><a href="/wiki/Tucson,_Arizona" title="Tucson, Arizona">Tucson</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">546,574
</td>
<td style="text-align:right;">542,629
</td>
<td style="text-align:right;"><span data-sort-value="6999730000000000000♠" style="display:none"></span><span style="color:green">+0.73%</span>
</td>
<td data-sort-value="7008624187134590976" style="text-align:right;">241.0 sq mi
</td>
<td data-sort-value="7008624187134590976" style="text-align:right;">624.2 km<sup>2</sup>
</td>
<td data-sort-value="6996869502061037587" style="text-align:right;">2,252/sq mi
</td>
<td data-sort-value="6996869502061037587" style="text-align:right;">870/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.15_N_110.87_W_&title=Tucson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°09′N</span> <span class="longitude">110°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.15°N 110.87°W</span><span style="display:none"> / <span class="geo">32.15; -110.87</span></span><span style="display:none"> (<span class="fn org">Tucson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">34
</th>
<td align="left"><a href="/wiki/Fresno,_California" title="Fresno, California">Fresno</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">545,567
</td>
<td style="text-align:right;">542,107
</td>
<td style="text-align:right;"><span data-sort-value="6999640000000000000♠" style="display:none"></span><span style="color:green">+0.64%</span>
</td>
<td data-sort-value="7008298366630310707" style="text-align:right;">115.2 sq mi
</td>
<td data-sort-value="7008298366630310707" style="text-align:right;">298.4 km<sup>2</sup>
</td>
<td data-sort-value="6997181699675810075" style="text-align:right;">4,706/sq mi
</td>
<td data-sort-value="6997181699675810075" style="text-align:right;">1,817/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.78_N_119.79_W_&title=Fresno"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°47′N</span> <span class="longitude">119°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.78°N 119.79°W</span><span style="display:none"> / <span class="geo">36.78; -119.79</span></span><span style="display:none"> (<span class="fn org">Fresno</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">35
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Sacramento,_California" title="Sacramento, California">Sacramento</a></b>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">528,001
</td>
<td style="text-align:right;">524,943
</td>
<td style="text-align:right;"><span data-sort-value="6999580000000000000♠" style="display:none"></span><span style="color:green">+0.58%</span>
</td>
<td data-sort-value="7008255372827679129" style="text-align:right;">98.6 sq mi
</td>
<td data-sort-value="7008255372827679129" style="text-align:right;">255.4 km<sup>2</sup>
</td>
<td data-sort-value="6997205560789207998" style="text-align:right;">5,324/sq mi
</td>
<td data-sort-value="6997205560789207998" style="text-align:right;">2,056/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.57_N_121.47_W_&title=Sacramento"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°34′N</span> <span class="longitude">121°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.57°N 121.47°W</span><span style="display:none"> / <span class="geo">38.57; -121.47</span></span><span style="display:none"> (<span class="fn org">Sacramento</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">36
</th>
<td align="left"><a href="/wiki/Mesa,_Arizona" title="Mesa, Arizona">Mesa</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">512,498
</td>
<td style="text-align:right;">504,258
</td>
<td style="text-align:right;"><span data-sort-value="7000163000000000000♠" style="display:none"></span><span style="color:green">+1.63%</span>
</td>
<td data-sort-value="7008359231350903603" style="text-align:right;">138.7 sq mi
</td>
<td data-sort-value="7008359231350903603" style="text-align:right;">359.2 km<sup>2</sup>
</td>
<td data-sort-value="6997140386744846033" style="text-align:right;">3,636/sq mi
</td>
<td data-sort-value="6997140386744846033" style="text-align:right;">1,404/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.40_N_111.72_W_&title=Mesa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°24′N</span> <span class="longitude">111°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.40°N 111.72°W</span><span style="display:none"> / <span class="geo">33.40; -111.72</span></span><span style="display:none"> (<span class="fn org">Mesa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">37
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Kansas_City,_Missouri" title="Kansas City, Missouri">Kansas City</a></i>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">509,297
</td>
<td style="text-align:right;">508,090
</td>
<td style="text-align:right;"><span data-sort-value="6999240000000000000♠" style="display:none"></span><span style="color:green">+0.24%</span>
</td>
<td data-sort-value="7008815069258322739" style="text-align:right;">314.7 sq mi
</td>
<td data-sort-value="7008815069258322739" style="text-align:right;">815.1 km<sup>2</sup>
</td>
<td data-sort-value="6996623554986046050" style="text-align:right;">1,615/sq mi
</td>
<td data-sort-value="6996623554986046050" style="text-align:right;">624/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.12_N_94.56_W_&title=Kansas+City%2C+MO"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°07′N</span> <span class="longitude">94°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.12°N 94.56°W</span><span style="display:none"> / <span class="geo">39.12; -94.56</span></span><span style="display:none"> (<span class="fn org">Kansas City, MO</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">38
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Atlanta" title="Atlanta">Atlanta</a></b></i>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">499,127
</td>
<td style="text-align:right;">498,715
</td>
<td style="text-align:right;"><span data-sort-value="6998800000000000000♠" style="display:none"></span><span style="color:green">+0.08%</span>
</td>
<td data-sort-value="7008350425391328460" style="text-align:right;">135.3 sq mi
</td>
<td data-sort-value="7008350425391328460" style="text-align:right;">350.4 km<sup>2</sup>
</td>
<td data-sort-value="6997142317255638745" style="text-align:right;">3,686/sq mi
</td>
<td data-sort-value="6997142317255638745" style="text-align:right;">1,423/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.76_N_84.42_W_&title=Atlanta"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°46′N</span> <span class="longitude">84°25′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.76°N 84.42°W</span><span style="display:none"> / <span class="geo">33.76; -84.42</span></span><span style="display:none"> (<span class="fn org">Atlanta</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">39
</th>
<td align="left"><a href="/wiki/Colorado_Springs,_Colorado" title="Colorado Springs, Colorado">Colorado Springs</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">486,248
</td>
<td style="text-align:right;">478,961
</td>
<td style="text-align:right;"><span data-sort-value="7000152000000000000♠" style="display:none"></span><span style="color:green">+1.52%</span>
</td>
<td data-sort-value="7008506083676759654" style="text-align:right;">195.4 sq mi
</td>
<td data-sort-value="7008506083676759654" style="text-align:right;">506.1 km<sup>2</sup>
</td>
<td data-sort-value="6996946336390587534" style="text-align:right;">2,451/sq mi
</td>
<td data-sort-value="6996946336390587534" style="text-align:right;">946/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.87_N_104.76_W_&title=Colorado+Springs"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°52′N</span> <span class="longitude">104°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.87°N 104.76°W</span><span style="display:none"> / <span class="geo">38.87; -104.76</span></span><span style="display:none"> (<span class="fn org">Colorado Springs</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">40
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Omaha,_Nebraska" title="Omaha, Nebraska">Omaha</a></i>
</td>
<td align="left"><a href="/wiki/Nebraska" title="Nebraska">Nebraska</a>
</td>
<td style="text-align:right;">485,153
</td>
<td style="text-align:right;">486,051
</td>
<td style="text-align:right;"><span data-sort-value="3000820000000000000♠" style="display:none"></span><span style="color:red">−0.18%</span>
</td>
<td data-sort-value="7008366742316423577" style="text-align:right;">141.6 sq mi
</td>
<td data-sort-value="7008366742316423577" style="text-align:right;">366.7 km<sup>2</sup>
</td>
<td data-sort-value="6997132548871027621" style="text-align:right;">3,433/sq mi
</td>
<td data-sort-value="6997132548871027621" style="text-align:right;">1,325/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.26_N_96.05_W_&title=Omaha"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°16′N</span> <span class="longitude">96°03′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.26°N 96.05°W</span><span style="display:none"> / <span class="geo">41.26; -96.05</span></span><span style="display:none"> (<span class="fn org">Omaha</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">41
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Raleigh,_North_Carolina" title="Raleigh, North Carolina">Raleigh</a></b>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">476,587
</td>
<td style="text-align:right;">467,665
</td>
<td style="text-align:right;"><span data-sort-value="7000191000000000000♠" style="display:none"></span><span style="color:green">+1.91%</span>
</td>
<td data-sort-value="7008380987251030425" style="text-align:right;">147.1 sq mi
</td>
<td data-sort-value="7008380987251030425" style="text-align:right;">381.0 km<sup>2</sup>
</td>
<td data-sort-value="6997122741876200643" style="text-align:right;">3,179/sq mi
</td>
<td data-sort-value="6997122741876200643" style="text-align:right;">1,227/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.83_N_78.64_W_&title=Raleigh"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°50′N</span> <span class="longitude">78°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.83°N 78.64°W</span><span style="display:none"> / <span class="geo">35.83; -78.64</span></span><span style="display:none"> (<span class="fn org">Raleigh</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">42
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Virginia_Beach,_Virginia" title="Virginia Beach, Virginia">Virginia Beach</a></i><sup class="reference" id="cite_ref-IndependentCity_15-1"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">455,618
</td>
<td style="text-align:right;">459,470
</td>
<td style="text-align:right;"><span data-sort-value="3000160000000000000♠" style="display:none"></span><span style="color:red">−0.84%</span>
</td>
<td data-sort-value="7008633770090599219" style="text-align:right;">244.7 sq mi
</td>
<td data-sort-value="7008633770090599219" style="text-align:right;">633.8 km<sup>2</sup>
</td>
<td data-sort-value="6996725099853742713" style="text-align:right;">1,878/sq mi
</td>
<td data-sort-value="6996725099853742713" style="text-align:right;">725/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.78_N_76.03_W_&title=Virginia+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°47′N</span> <span class="longitude">76°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.78°N 76.03°W</span><span style="display:none"> / <span class="geo">36.78; -76.03</span></span><span style="display:none"> (<span class="fn org">Virginia Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">43
</th>
<td align="left"><a href="/wiki/Long_Beach,_California" title="Long Beach, California">Long Beach</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">451,307
</td>
<td style="text-align:right;">466,742
</td>
<td style="text-align:right;"><span data-sort-value="2999669000000000000♠" style="display:none"></span><span style="color:red">−3.31%</span>
</td>
<td data-sort-value="7008131312397194035" style="text-align:right;">50.7 sq mi
</td>
<td data-sort-value="7008131312397194035" style="text-align:right;">131.3 km<sup>2</sup>
</td>
<td data-sort-value="6997355445647154175" style="text-align:right;">9,206/sq mi
</td>
<td data-sort-value="6997355445647154175" style="text-align:right;">3,554/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.78_N_118.17_W_&title=Long+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°47′N</span> <span class="longitude">118°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.78°N 118.17°W</span><span style="display:none"> / <span class="geo">33.78; -118.17</span></span><span style="display:none"> (<span class="fn org">Long Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">44
</th>
<td align="left"><a href="/wiki/Miami" title="Miami">Miami</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">449,514
</td>
<td style="text-align:right;">442,241
</td>
<td style="text-align:right;"><span data-sort-value="7000164000000000000♠" style="display:none"></span><span style="color:green">+1.64%</span>
</td>
<td data-sort-value="7007932395719720960" style="text-align:right;">36.0 sq mi
</td>
<td data-sort-value="7007932395719720960" style="text-align:right;">93.2 km<sup>2</sup>
</td>
<td data-sort-value="6997474287891553540" style="text-align:right;">12,284/sq mi
</td>
<td data-sort-value="6997474287891553540" style="text-align:right;">4,743/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=25.78_N_80.21_W_&title=Miami"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">25°47′N</span> <span class="longitude">80°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">25.78°N 80.21°W</span><span style="display:none"> / <span class="geo">25.78; -80.21</span></span><span style="display:none"> (<span class="fn org">Miami</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">45
</th>
<td align="left"><a href="/wiki/Oakland,_California" title="Oakland, California">Oakland</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">430,553
</td>
<td style="text-align:right;">440,646
</td>
<td style="text-align:right;"><span data-sort-value="2999771000000000000♠" style="display:none"></span><span style="color:red">−2.29%</span>
</td>
<td data-sort-value="7008144780335367782" style="text-align:right;">55.9 sq mi
</td>
<td data-sort-value="7008144780335367782" style="text-align:right;">144.8 km<sup>2</sup>
</td>
<td data-sort-value="6997304364331579010" style="text-align:right;">7,883/sq mi
</td>
<td data-sort-value="6997304364331579010" style="text-align:right;">3,044/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.77_N_122.23_W_&title=Oakland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°46′N</span> <span class="longitude">122°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.77°N 122.23°W</span><span style="display:none"> / <span class="geo">37.77; -122.23</span></span><span style="display:none"> (<span class="fn org">Oakland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">46
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Minneapolis" title="Minneapolis">Minneapolis</a></i>
</td>
<td align="left"><a href="/wiki/Minnesota" title="Minnesota">Minnesota</a>
</td>
<td style="text-align:right;">425,096
</td>
<td style="text-align:right;">429,954
</td>
<td style="text-align:right;"><span data-sort-value="2999887000000000000♠" style="display:none"></span><span style="color:red">−1.13%</span>
</td>
<td data-sort-value="7008139859357958144" style="text-align:right;">54.0 sq mi
</td>
<td data-sort-value="7008139859357958144" style="text-align:right;">139.9 km<sup>2</sup>
</td>
<td data-sort-value="6997307414538631495" style="text-align:right;">7,962/sq mi
</td>
<td data-sort-value="6997307414538631495" style="text-align:right;">3,074/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.96_N_93.27_W_&title=Minneapolis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°58′N</span> <span class="longitude">93°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.96°N 93.27°W</span><span style="display:none"> / <span class="geo">44.96; -93.27</span></span><span style="display:none"> (<span class="fn org">Minneapolis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">47
</th>
<td align="left"><a href="/wiki/Tulsa,_Oklahoma" title="Tulsa, Oklahoma">Tulsa</a>
</td>
<td align="left"><a href="/wiki/Oklahoma" title="Oklahoma">Oklahoma</a>
</td>
<td style="text-align:right;">411,867
</td>
<td style="text-align:right;">413,066
</td>
<td style="text-align:right;"><span data-sort-value="3000710000000000000♠" style="display:none"></span><span style="color:red">−0.29%</span>
</td>
<td data-sort-value="7008511522651791360" style="text-align:right;">197.5 sq mi
</td>
<td data-sort-value="7008511522651791360" style="text-align:right;">511.5 km<sup>2</sup>
</td>
<td data-sort-value="6996807339613512254" style="text-align:right;">2,091/sq mi
</td>
<td data-sort-value="6996807339613512254" style="text-align:right;">807/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.13_N_95.90_W_&title=Tulsa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°08′N</span> <span class="longitude">95°54′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.13°N 95.90°W</span><span style="display:none"> / <span class="geo">36.13; -95.90</span></span><span style="display:none"> (<span class="fn org">Tulsa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">48
</th>
<td align="left"><a href="/wiki/Bakersfield,_California" title="Bakersfield, California">Bakersfield</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">410,647
</td>
<td style="text-align:right;">403,455
</td>
<td style="text-align:right;"><span data-sort-value="7000178000000000000♠" style="display:none"></span><span style="color:green">+1.78%</span>
</td>
<td data-sort-value="7008387980218928332" style="text-align:right;">149.8 sq mi
</td>
<td data-sort-value="7008387980218928332" style="text-align:right;">388.0 km<sup>2</sup>
</td>
<td data-sort-value="6997103977311295480" style="text-align:right;">2,693/sq mi
</td>
<td data-sort-value="6997103977311295480" style="text-align:right;">1,040/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.35_N_119.04_W_&title=Bakersfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°21′N</span> <span class="longitude">119°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.35°N 119.04°W</span><span style="display:none"> / <span class="geo">35.35; -119.04</span></span><span style="display:none"> (<span class="fn org">Bakersfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">49
</th>
<td align="left"><a href="/wiki/Tampa,_Florida" title="Tampa, Florida">Tampa</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">398,173
</td>
<td style="text-align:right;">384,959
</td>
<td style="text-align:right;"><span data-sort-value="7000343000000000000♠" style="display:none"></span><span style="color:green">+3.43%</span>
</td>
<td data-sort-value="7008295258644578304" style="text-align:right;">114.0 sq mi
</td>
<td data-sort-value="7008295258644578304" style="text-align:right;">295.3 km<sup>2</sup>
</td>
<td data-sort-value="6997130386698939783" style="text-align:right;">3,377/sq mi
</td>
<td data-sort-value="6997130386698939783" style="text-align:right;">1,304/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.97_N_82.47_W_&title=Tampa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°58′N</span> <span class="longitude">82°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.97°N 82.47°W</span><span style="display:none"> / <span class="geo">27.97; -82.47</span></span><span style="display:none"> (<span class="fn org">Tampa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">50
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Wichita,_Kansas" title="Wichita, Kansas">Wichita</a></i>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">396,192
</td>
<td style="text-align:right;">397,532
</td>
<td style="text-align:right;"><span data-sort-value="3000659999999999999♠" style="display:none"></span><span style="color:red">−0.34%</span>
</td>
<td data-sort-value="7008419578073874432" style="text-align:right;">162.0 sq mi
</td>
<td data-sort-value="7008419578073874432" style="text-align:right;">419.6 km<sup>2</sup>
</td>
<td data-sort-value="6996947494697063162" style="text-align:right;">2,454/sq mi
</td>
<td data-sort-value="6996947494697063162" style="text-align:right;">947/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.69_N_97.35_W_&title=Wichita"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°41′N</span> <span class="longitude">97°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.69°N 97.35°W</span><span style="display:none"> / <span class="geo">37.69; -97.35</span></span><span style="display:none"> (<span class="fn org">Wichita</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">51
</th>
<td align="left"><a href="/wiki/Arlington,_Texas" title="Arlington, Texas">Arlington</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">394,602
</td>
<td style="text-align:right;">394,266
</td>
<td style="text-align:right;"><span data-sort-value="6998900000000000000♠" style="display:none"></span><span style="color:green">+0.09%</span>
</td>
<td data-sort-value="7008248379859781222" style="text-align:right;">95.9 sq mi
</td>
<td data-sort-value="7008248379859781222" style="text-align:right;">248.4 km<sup>2</sup>
</td>
<td data-sort-value="6997158726597376799" style="text-align:right;">4,111/sq mi
</td>
<td data-sort-value="6997158726597376799" style="text-align:right;">1,587/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.70_N_97.12_W_&title=Arlington"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°42′N</span> <span class="longitude">97°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.70°N 97.12°W</span><span style="display:none"> / <span class="geo">32.70; -97.12</span></span><span style="display:none"> (<span class="fn org">Arlington</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">52
</th>
<td align="left"><a href="/wiki/Aurora,_Colorado" title="Aurora, Colorado">Aurora</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">393,537
</td>
<td style="text-align:right;">386,261
</td>
<td style="text-align:right;"><span data-sort-value="7000188000000000000♠" style="display:none"></span><span style="color:green">+1.88%</span>
</td>
<td data-sort-value="7008414657096464793" style="text-align:right;">160.1 sq mi
</td>
<td data-sort-value="7008414657096464793" style="text-align:right;">414.7 km<sup>2</sup>
</td>
<td data-sort-value="6996931664508562921" style="text-align:right;">2,413/sq mi
</td>
<td data-sort-value="6996931664508562921" style="text-align:right;">932/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.70_N_104.72_W_&title=Aurora"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°42′N</span> <span class="longitude">104°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.70°N 104.72°W</span><span style="display:none"> / <span class="geo">39.70; -104.72</span></span><span style="display:none"> (<span class="fn org">Aurora</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">53
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/New_Orleans" title="New Orleans">New Orleans</a></i><sup class="reference" id="cite_ref-16"><a href="#cite_note-16">[n]</a></sup>
</td>
<td align="left"><a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>
</td>
<td style="text-align:right;">369,749
</td>
<td style="text-align:right;">383,997
</td>
<td style="text-align:right;"><span data-sort-value="2999629000000000000♠" style="display:none"></span><span style="color:red">−3.71%</span>
</td>
<td data-sort-value="7008439002984701952" style="text-align:right;">169.5 sq mi
</td>
<td data-sort-value="7008439002984701952" style="text-align:right;">439.0 km<sup>2</sup>
</td>
<td data-sort-value="6996874521389098639" style="text-align:right;">2,265/sq mi
</td>
<td data-sort-value="6996874521389098639" style="text-align:right;">875/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.05_N_89.93_W_&title=New+Orleans"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°03′N</span> <span class="longitude">89°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.05°N 89.93°W</span><span style="display:none"> / <span class="geo">30.05; -89.93</span></span><span style="display:none"> (<span class="fn org">New Orleans</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">54
</th>
<td align="left"><a href="/wiki/Cleveland" title="Cleveland">Cleveland</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">361,607
</td>
<td style="text-align:right;">372,624
</td>
<td style="text-align:right;"><span data-sort-value="2999704000000000000♠" style="display:none"></span><span style="color:red">−2.96%</span>
</td>
<td data-sort-value="7008201242076173107" style="text-align:right;">77.7 sq mi
</td>
<td data-sort-value="7008201242076173107" style="text-align:right;">201.2 km<sup>2</sup>
</td>
<td data-sort-value="6997185174595236957" style="text-align:right;">4,796/sq mi
</td>
<td data-sort-value="6997185174595236957" style="text-align:right;">1,852/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.48_N_81.68_W_&title=Cleveland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°29′N</span> <span class="longitude">81°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.48°N 81.68°W</span><span style="display:none"> / <span class="geo">41.48; -81.68</span></span><span style="display:none"> (<span class="fn org">Cleveland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">55
</th>
<td align="left"><a href="/wiki/Anaheim,_California" title="Anaheim, California">Anaheim</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">344,461
</td>
<td style="text-align:right;">346,824
</td>
<td style="text-align:right;"><span data-sort-value="3000319999999999999♠" style="display:none"></span><span style="color:red">−0.68%</span>
</td>
<td data-sort-value="7008130276401949900" style="text-align:right;">50.3 sq mi
</td>
<td data-sort-value="7008130276401949900" style="text-align:right;">130.3 km<sup>2</sup>
</td>
<td data-sort-value="6997266217438315016" style="text-align:right;">6,895/sq mi
</td>
<td data-sort-value="6997266217438315016" style="text-align:right;">2,662/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.86_N_117.76_W_&title=Anaheim"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°52′N</span> <span class="longitude">117°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.86°N 117.76°W</span><span style="display:none"> / <span class="geo">33.86; -117.76</span></span><span style="display:none"> (<span class="fn org">Anaheim</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">56
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Honolulu" title="Honolulu">Honolulu</a></b></i><sup class="reference" id="cite_ref-17"><a href="#cite_note-17">[o]</a></sup>
</td>
<td align="left"><a href="/wiki/Hawaii" title="Hawaii">Hawaii</a>
</td>
<td style="text-align:right;">343,421
</td>
<td style="text-align:right;">350,964
</td>
<td style="text-align:right;"><span data-sort-value="2999785000000000000♠" style="display:none"></span><span style="color:red">−2.15%</span>
</td>
<td data-sort-value="7008156694280675328" style="text-align:right;">60.5 sq mi
</td>
<td data-sort-value="7008156694280675328" style="text-align:right;">156.7 km<sup>2</sup>
</td>
<td data-sort-value="6997223977862170472" style="text-align:right;">5,801/sq mi
</td>
<td data-sort-value="6997223977862170472" style="text-align:right;">2,240/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=21.32_N_157.85_W_&title=Honolulu"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">21°19′N</span> <span class="longitude">157°51′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">21.32°N 157.85°W</span><span style="display:none"> / <span class="geo">21.32; -157.85</span></span><span style="display:none"> (<span class="fn org">Honolulu</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">57
</th>
<td align="left"><a href="/wiki/Henderson,_Nevada" title="Henderson, Nevada">Henderson</a>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">331,415
</td>
<td style="text-align:right;">317,610
</td>
<td style="text-align:right;"><span data-sort-value="7000434999999999999♠" style="display:none"></span><span style="color:green">+4.35%</span>
</td>
<td data-sort-value="7008275056737317683" style="text-align:right;">106.2 sq mi
</td>
<td data-sort-value="7008275056737317683" style="text-align:right;">275.1 km<sup>2</sup>
</td>
<td data-sort-value="6997115483155620045" style="text-align:right;">2,991/sq mi
</td>
<td data-sort-value="6997115483155620045" style="text-align:right;">1,155/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.01_N_115.04_W_&title=Henderson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°01′N</span> <span class="longitude">115°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.01°N 115.04°W</span><span style="display:none"> / <span class="geo">36.01; -115.04</span></span><span style="display:none"> (<span class="fn org">Henderson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">58
</th>
<td align="left"><a href="/wiki/Stockton,_California" title="Stockton, California">Stockton</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">321,819
</td>
<td style="text-align:right;">320,804
</td>
<td style="text-align:right;"><span data-sort-value="6999320000000000000♠" style="display:none"></span><span style="color:green">+0.32%</span>
</td>
<td data-sort-value="7008161097260462899" style="text-align:right;">62.2 sq mi
</td>
<td data-sort-value="7008161097260462899" style="text-align:right;">161.1 km<sup>2</sup>
</td>
<td data-sort-value="6997199151493376193" style="text-align:right;">5,158/sq mi
</td>
<td data-sort-value="6997199151493376193" style="text-align:right;">1,992/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.98_N_121.31_W_&title=Stockton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°59′N</span> <span class="longitude">121°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.98°N 121.31°W</span><span style="display:none"> / <span class="geo">37.98; -121.31</span></span><span style="display:none"> (<span class="fn org">Stockton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">59
</th>
<td align="left"><a href="/wiki/Riverside,_California" title="Riverside, California">Riverside</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">320,764
</td>
<td style="text-align:right;">314,998
</td>
<td style="text-align:right;"><span data-sort-value="7000183000000000000♠" style="display:none"></span><span style="color:green">+1.83%</span>
</td>
<td data-sort-value="7008210307034559283" style="text-align:right;">81.2 sq mi
</td>
<td data-sort-value="7008210307034559283" style="text-align:right;">210.3 km<sup>2</sup>
</td>
<td data-sort-value="6997149769027298614" style="text-align:right;">3,879/sq mi
</td>
<td data-sort-value="6997149769027298614" style="text-align:right;">1,498/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.94_N_117.39_W_&title=Riverside"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°56′N</span> <span class="longitude">117°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.94°N 117.39°W</span><span style="display:none"> / <span class="geo">33.94; -117.39</span></span><span style="display:none"> (<span class="fn org">Riverside</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">60
</th>
<td align="left"><a href="/wiki/Lexington,_Kentucky" title="Lexington, Kentucky">Lexington</a><sup class="reference" id="cite_ref-18"><a href="#cite_note-18">[p]</a></sup>
</td>
<td align="left"><a href="/wiki/Kentucky" title="Kentucky">Kentucky</a>
</td>
<td style="text-align:right;">320,347
</td>
<td style="text-align:right;">322,570
</td>
<td style="text-align:right;"><span data-sort-value="3000310000000000000♠" style="display:none"></span><span style="color:red">−0.69%</span>
</td>
<td data-sort-value="7008734520628091289" style="text-align:right;">283.6 sq mi
</td>
<td data-sort-value="7008734520628091289" style="text-align:right;">734.5 km<sup>2</sup>
</td>
<td data-sort-value="6996438998154262760" style="text-align:right;">1,137/sq mi
</td>
<td data-sort-value="6996438998154262760" style="text-align:right;">439/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.04_N_84.46_W_&title=Lexington"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°02′N</span> <span class="longitude">84°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.04°N 84.46°W</span><span style="display:none"> / <span class="geo">38.04; -84.46</span></span><span style="display:none"> (<span class="fn org">Lexington</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">61
</th>
<td align="left"><a href="/wiki/Corpus_Christi,_Texas" title="Corpus Christi, Texas">Corpus Christi</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">316,239
</td>
<td style="text-align:right;">317,863
</td>
<td style="text-align:right;"><span data-sort-value="3000490000000000000♠" style="display:none"></span><span style="color:red">−0.51%</span>
</td>
<td data-sort-value="7008420096071496499" style="text-align:right;">162.2 sq mi
</td>
<td data-sort-value="7008420096071496499" style="text-align:right;">420.1 km<sup>2</sup>
</td>
<td data-sort-value="6996756760230743193" style="text-align:right;">1,960/sq mi
</td>
<td data-sort-value="6996756760230743193" style="text-align:right;">760/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.75_N_97.17_W_&title=Corpus+Christi"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°45′N</span> <span class="longitude">97°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.75°N 97.17°W</span><span style="display:none"> / <span class="geo">27.75; -97.17</span></span><span style="display:none"> (<span class="fn org">Corpus Christi</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">62
</th>
<td align="left"><a href="/wiki/Orlando,_Florida" title="Orlando, Florida">Orlando</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">316,081
</td>
<td style="text-align:right;">307,573
</td>
<td style="text-align:right;"><span data-sort-value="7000277000000000000♠" style="display:none"></span><span style="color:green">+2.77%</span>
</td>
<td data-sort-value="7008286452685003161" style="text-align:right;">110.6 sq mi
</td>
<td data-sort-value="7008286452685003161" style="text-align:right;">286.5 km<sup>2</sup>
</td>
<td data-sort-value="6997107375010290654" style="text-align:right;">2,781/sq mi
</td>
<td data-sort-value="6997107375010290654" style="text-align:right;">1,074/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=28.41_N_81.25_W_&title=Orlando"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">28°25′N</span> <span class="longitude">81°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">28.41°N 81.25°W</span><span style="display:none"> / <span class="geo">28.41; -81.25</span></span><span style="display:none"> (<span class="fn org">Orlando</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">63
</th>
<td align="left"><a href="/wiki/Irvine,_California" title="Irvine, California">Irvine</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">313,685
</td>
<td style="text-align:right;">307,670
</td>
<td style="text-align:right;"><span data-sort-value="7000196000000000000♠" style="display:none"></span><span style="color:green">+1.96%</span>
</td>
<td data-sort-value="7008169903220038041" style="text-align:right;">65.6 sq mi
</td>
<td data-sort-value="7008169903220038041" style="text-align:right;">169.9 km<sup>2</sup>
</td>
<td data-sort-value="6997181081912356407" style="text-align:right;">4,690/sq mi
</td>
<td data-sort-value="6997181081912356407" style="text-align:right;">1,810/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.68_N_117.77_W_&title=Irvine"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°41′N</span> <span class="longitude">117°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.68°N 117.77°W</span><span style="display:none"> / <span class="geo">33.68; -117.77</span></span><span style="display:none"> (<span class="fn org">Irvine</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">64
</th>
<td align="left"><a href="/wiki/Cincinnati" title="Cincinnati">Cincinnati</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">309,513
</td>
<td style="text-align:right;">309,317
</td>
<td style="text-align:right;"><span data-sort-value="6998600000000000000♠" style="display:none"></span><span style="color:green">+0.06%</span>
</td>
<td data-sort-value="7008201501074984140" style="text-align:right;">77.8 sq mi
</td>
<td data-sort-value="7008201501074984140" style="text-align:right;">201.5 km<sup>2</sup>
</td>
<td data-sort-value="6997153514218236476" style="text-align:right;">3,976/sq mi
</td>
<td data-sort-value="6997153514218236476" style="text-align:right;">1,535/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.14_N_84.51_W_&title=Cincinnati"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°08′N</span> <span class="longitude">84°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.14°N 84.51°W</span><span style="display:none"> / <span class="geo">39.14; -84.51</span></span><span style="display:none"> (<span class="fn org">Cincinnati</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">65
</th>
<td align="left"><a href="/wiki/Santa_Ana,_California" title="Santa Ana, California">Santa Ana</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">308,189
</td>
<td style="text-align:right;">310,227
</td>
<td style="text-align:right;"><span data-sort-value="3000340000000000000♠" style="display:none"></span><span style="color:red">−0.66%</span>
</td>
<td data-sort-value="7007707066754121728" style="text-align:right;">27.3 sq mi
</td>
<td data-sort-value="7007707066754121728" style="text-align:right;">70.7 km<sup>2</sup>
</td>
<td data-sort-value="6997438766492967635" style="text-align:right;">11,364/sq mi
</td>
<td data-sort-value="6997438766492967635" style="text-align:right;">4,388/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.74_N_117.88_W_&title=Santa+Ana"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°44′N</span> <span class="longitude">117°53′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.74°N 117.88°W</span><span style="display:none"> / <span class="geo">33.74; -117.88</span></span><span style="display:none"> (<span class="fn org">Santa Ana</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">66
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Newark,_New_Jersey" title="Newark, New Jersey">Newark</a></i>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">305,344
</td>
<td style="text-align:right;">311,549
</td>
<td style="text-align:right;"><span data-sort-value="2999801000000000000♠" style="display:none"></span><span style="color:red">−1.99%</span>
</td>
<td data-sort-value="7007624187134590976" style="text-align:right;">24.1 sq mi
</td>
<td data-sort-value="7007624187134590976" style="text-align:right;">62.4 km<sup>2</sup>
</td>
<td data-sort-value="6997499114260347819" style="text-align:right;">12,927/sq mi
</td>
<td data-sort-value="6997499114260347819" style="text-align:right;">4,991/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.72_N_74.17_W_&title=Newark"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°43′N</span> <span class="longitude">74°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.72°N 74.17°W</span><span style="display:none"> / <span class="geo">40.72; -74.17</span></span><span style="display:none"> (<span class="fn org">Newark</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">67
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Saint_Paul,_Minnesota" title="Saint Paul, Minnesota">Saint Paul</a></b>
</td>
<td align="left"><a href="/wiki/Minnesota" title="Minnesota">Minnesota</a>
</td>
<td style="text-align:right;">303,176
</td>
<td style="text-align:right;">311,527
</td>
<td style="text-align:right;"><span data-sort-value="2999732000000000000♠" style="display:none"></span><span style="color:red">−2.68%</span>
</td>
<td data-sort-value="7008134679381737472" style="text-align:right;">52.0 sq mi
</td>
<td data-sort-value="7008134679381737472" style="text-align:right;">134.7 km<sup>2</sup>
</td>
<td data-sort-value="6997231313803182779" style="text-align:right;">5,991/sq mi
</td>
<td data-sort-value="6997231313803182779" style="text-align:right;">2,313/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.95_N_93.10_W_&title=Saint+Paul"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°57′N</span> <span class="longitude">93°06′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.95°N 93.10°W</span><span style="display:none"> / <span class="geo">44.95; -93.10</span></span><span style="display:none"> (<span class="fn org">Saint Paul</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">68
</th>
<td align="left"><a href="/wiki/Pittsburgh" title="Pittsburgh">Pittsburgh</a>
</td>
<td align="left"><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td style="text-align:right;">302,898
</td>
<td style="text-align:right;">302,971
</td>
<td style="text-align:right;"><span data-sort-value="3001800000000000000♠" style="display:none"></span><span style="color:red">−0.02%</span>
</td>
<td data-sort-value="7008143485341312614" style="text-align:right;">55.4 sq mi
</td>
<td data-sort-value="7008143485341312614" style="text-align:right;">143.5 km<sup>2</sup>
</td>
<td data-sort-value="6997211159270506863" style="text-align:right;">5,469/sq mi
</td>
<td data-sort-value="6997211159270506863" style="text-align:right;">2,112/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.44_N_79.98_W_&title=Pittsburgh"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°26′N</span> <span class="longitude">79°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.44°N 79.98°W</span><span style="display:none"> / <span class="geo">40.44; -79.98</span></span><span style="display:none"> (<span class="fn org">Pittsburgh</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">69
</th>
<td align="left"><a href="/wiki/Greensboro,_North_Carolina" title="Greensboro, North Carolina">Greensboro</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">301,115
</td>
<td style="text-align:right;">299,035
</td>
<td style="text-align:right;"><span data-sort-value="6999700000000000000♠" style="display:none"></span><span style="color:green">+0.70%</span>
</td>
<td data-sort-value="7008335662459099545" style="text-align:right;">129.6 sq mi
</td>
<td data-sort-value="7008335662459099545" style="text-align:right;">335.7 km<sup>2</sup>
</td>
<td data-sort-value="6996890737679757422" style="text-align:right;">2,307/sq mi
</td>
<td data-sort-value="6996890737679757422" style="text-align:right;">891/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.10_N_79.83_W_&title=Greensboro"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°06′N</span> <span class="longitude">79°50′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.10°N 79.83°W</span><span style="display:none"> / <span class="geo">36.10; -79.83</span></span><span style="display:none"> (<span class="fn org">Greensboro</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">70
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Lincoln,_Nebraska" title="Lincoln, Nebraska">Lincoln</a></b>
</td>
<td align="left"><a href="/wiki/Nebraska" title="Nebraska">Nebraska</a>
</td>
<td style="text-align:right;">292,627
</td>
<td style="text-align:right;">291,082
</td>
<td style="text-align:right;"><span data-sort-value="6999530000000000000♠" style="display:none"></span><span style="color:green">+0.53%</span>
</td>
<td data-sort-value="7008253041838379827" style="text-align:right;">97.7 sq mi
</td>
<td data-sort-value="7008253041838379827" style="text-align:right;">253.0 km<sup>2</sup>
</td>
<td data-sort-value="6997115019833029794" style="text-align:right;">2,979/sq mi
</td>
<td data-sort-value="6997115019833029794" style="text-align:right;">1,150/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.81_N_96.68_W_&title=Lincoln"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°49′N</span> <span class="longitude">96°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.81°N 96.68°W</span><span style="display:none"> / <span class="geo">40.81; -96.68</span></span><span style="display:none"> (<span class="fn org">Lincoln</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">71
</th>
<td align="left"><a href="/wiki/Durham,_North_Carolina" title="Durham, North Carolina">Durham</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">291,928
</td>
<td style="text-align:right;">283,506
</td>
<td style="text-align:right;"><span data-sort-value="7000297000000000000♠" style="display:none"></span><span style="color:green">+2.97%</span>
</td>
<td data-sort-value="7008292150658845900" style="text-align:right;">112.8 sq mi
</td>
<td data-sort-value="7008292150658845900" style="text-align:right;">292.2 km<sup>2</sup>
</td>
<td data-sort-value="6996970274724417166" style="text-align:right;">2,513/sq mi
</td>
<td data-sort-value="6996970274724417166" style="text-align:right;">970/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.98_N_78.90_W_&title=Durham"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°59′N</span> <span class="longitude">78°54′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.98°N 78.90°W</span><span style="display:none"> / <span class="geo">35.98; -78.90</span></span><span style="display:none"> (<span class="fn org">Durham</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">72
</th>
<td align="left"><a href="/wiki/Plano,_Texas" title="Plano, Texas">Plano</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">289,547
</td>
<td style="text-align:right;">285,494
</td>
<td style="text-align:right;"><span data-sort-value="7000142000000000000♠" style="display:none"></span><span style="color:green">+1.42%</span>
</td>
<td data-sort-value="7008185702147511091" style="text-align:right;">71.7 sq mi
</td>
<td data-sort-value="7008185702147511091" style="text-align:right;">185.7 km<sup>2</sup>
</td>
<td data-sort-value="6997153745879531601" style="text-align:right;">3,982/sq mi
</td>
<td data-sort-value="6997153745879531601" style="text-align:right;">1,537/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.05_N_96.75_W_&title=Plano"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°03′N</span> <span class="longitude">96°45′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.05°N 96.75°W</span><span style="display:none"> / <span class="geo">33.05; -96.75</span></span><span style="display:none"> (<span class="fn org">Plano</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">73
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Anchorage,_Alaska" title="Anchorage, Alaska">Anchorage</a></i><sup class="reference" id="cite_ref-19"><a href="#cite_note-19">[q]</a></sup>
</td>
<td align="left"><a href="/wiki/Alaska" title="Alaska">Alaska</a>
</td>
<td style="text-align:right;">287,145
</td>
<td style="text-align:right;">291,247
</td>
<td style="text-align:right;"><span data-sort-value="2999859000000000000♠" style="display:none"></span><span style="color:red">−1.41%</span>
</td>
<td data-sort-value="7009442059170672148" style="text-align:right;">1,706.8 sq mi
</td>
<td data-sort-value="7009442059170672148" style="text-align:right;">4,420.6 km<sup>2</sup>
</td>
<td data-sort-value="6995660234691107582" style="text-align:right;">171/sq mi
</td>
<td data-sort-value="6995660234691107582" style="text-align:right;">66/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=61.17_N_149.28_W_&title=Anchorage"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">61°10′N</span> <span class="longitude">149°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">61.17°N 149.28°W</span><span style="display:none"> / <span class="geo">61.17; -149.28</span></span><span style="display:none"> (<span class="fn org">Anchorage</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">74
</th>
<td align="left"><a href="/wiki/Jersey_City,_New_Jersey" title="Jersey City, New Jersey">Jersey City</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">286,670
</td>
<td style="text-align:right;">292,449
</td>
<td style="text-align:right;"><span data-sort-value="2999802000000000000♠" style="display:none"></span><span style="color:red">−1.98%</span>
</td>
<td data-sort-value="7007380728252219392" style="text-align:right;">14.7 sq mi
</td>
<td data-sort-value="7007380728252219392" style="text-align:right;">38.1 km<sup>2</sup>
</td>
<td data-sort-value="6997768111634204341" style="text-align:right;">19,894/sq mi
</td>
<td data-sort-value="6997768111634204341" style="text-align:right;">7,681/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.71_N_74.06_W_&title=Jersey+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°43′N</span> <span class="longitude">74°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.71°N 74.06°W</span><span style="display:none"> / <span class="geo">40.71; -74.06</span></span><span style="display:none"> (<span class="fn org">Jersey City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">75
</th>
<td align="left"><a href="/wiki/St._Louis" title="St. Louis">St. Louis</a><sup class="reference" id="cite_ref-IndependentCity_15-2"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">286,578
</td>
<td style="text-align:right;">301,578
</td>
<td style="text-align:right;"><span data-sort-value="2999503000000000000♠" style="display:none"></span><span style="color:red">−4.97%</span>
</td>
<td data-sort-value="7008159802266407731" style="text-align:right;">61.7 sq mi
</td>
<td data-sort-value="7008159802266407731" style="text-align:right;">159.8 km<sup>2</sup>
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">4,888/sq mi
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">1,887/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.64_N_90.24_W_&title=St.+Louis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°38′N</span> <span class="longitude">90°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.64°N 90.24°W</span><span style="display:none"> / <span class="geo">38.64; -90.24</span></span><span style="display:none"> (<span class="fn org">St. Louis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">76
</th>
<td align="left"><a href="/wiki/Chandler,_Arizona" title="Chandler, Arizona">Chandler</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">280,711
</td>
<td style="text-align:right;">275,987
</td>
<td style="text-align:right;"><span data-sort-value="7000171000000000000♠" style="display:none"></span><span style="color:green">+1.71%</span>
</td>
<td data-sort-value="7008169126223604940" style="text-align:right;">65.3 sq mi
</td>
<td data-sort-value="7008169126223604940" style="text-align:right;">169.1 km<sup>2</sup>
</td>
<td data-sort-value="6997163166772200037" style="text-align:right;">4,226/sq mi
</td>
<td data-sort-value="6997163166772200037" style="text-align:right;">1,632/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.28_N_111.85_W_&title=Chandler"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°17′N</span> <span class="longitude">111°51′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.28°N 111.85°W</span><span style="display:none"> / <span class="geo">33.28; -111.85</span></span><span style="display:none"> (<span class="fn org">Chandler</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">77
</th>
<td align="left"><a href="/wiki/North_Las_Vegas,_Nevada" title="North Las Vegas, Nevada">North Las Vegas</a>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">280,543
</td>
<td style="text-align:right;">262,527
</td>
<td style="text-align:right;"><span data-sort-value="7000686000000000000♠" style="display:none"></span><span style="color:green">+6.86%</span>
</td>
<td data-sort-value="7008262365795577036" style="text-align:right;">101.3 sq mi
</td>
<td data-sort-value="7008262365795577036" style="text-align:right;">262.4 km<sup>2</sup>
</td>
<td data-sort-value="6997100077679494201" style="text-align:right;">2,592/sq mi
</td>
<td data-sort-value="6997100077679494201" style="text-align:right;">1,001/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.28_N_115.09_W_&title=North+Las+Vegas"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°17′N</span> <span class="longitude">115°05′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.28°N 115.09°W</span><span style="display:none"> / <span class="geo">36.28; -115.09</span></span><span style="display:none"> (<span class="fn org">North Las Vegas</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">78
</th>
<td align="left"><a href="/wiki/Chula_Vista,_California" title="Chula Vista, California">Chula Vista</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">279,170
</td>
<td style="text-align:right;">275,487
</td>
<td style="text-align:right;"><span data-sort-value="7000134000000000000♠" style="display:none"></span><span style="color:green">+1.34%</span>
</td>
<td data-sort-value="7008128463410272665" style="text-align:right;">49.6 sq mi
</td>
<td data-sort-value="7008128463410272665" style="text-align:right;">128.5 km<sup>2</sup>
</td>
<td data-sort-value="6997214441138854474" style="text-align:right;">5,554/sq mi
</td>
<td data-sort-value="6997214441138854474" style="text-align:right;">2,144/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.63_N_117.02_W_&title=Chula+Vista"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°38′N</span> <span class="longitude">117°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.63°N 117.02°W</span><span style="display:none"> / <span class="geo">32.63; -117.02</span></span><span style="display:none"> (<span class="fn org">Chula Vista</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">79
</th>
<td align="left"><a href="/wiki/Buffalo,_New_York" title="Buffalo, New York">Buffalo</a>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">276,486
</td>
<td style="text-align:right;">278,349
</td>
<td style="text-align:right;"><span data-sort-value="3000329999999999999♠" style="display:none"></span><span style="color:red">−0.67%</span>
</td>
<td data-sort-value="7008104635519657574" style="text-align:right;">40.4 sq mi
</td>
<td data-sort-value="7008104635519657574" style="text-align:right;">104.6 km<sup>2</sup>
</td>
<td data-sort-value="6997266024387235745" style="text-align:right;">6,890/sq mi
</td>
<td data-sort-value="6997266024387235745" style="text-align:right;">2,660/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.89_N_78.86_W_&title=Buffalo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°53′N</span> <span class="longitude">78°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.89°N 78.86°W</span><span style="display:none"> / <span class="geo">42.89; -78.86</span></span><span style="display:none"> (<span class="fn org">Buffalo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">80
</th>
<td align="left"><a href="/wiki/Gilbert,_Arizona" title="Gilbert, Arizona">Gilbert</a><sup class="reference" id="cite_ref-20"><a href="#cite_note-20">[r]</a></sup>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">275,346
</td>
<td style="text-align:right;">267,918
</td>
<td style="text-align:right;"><span data-sort-value="7000277000000000000♠" style="display:none"></span><span style="color:green">+2.77%</span>
</td>
<td data-sort-value="7008177673184369049" style="text-align:right;">68.6 sq mi
</td>
<td data-sort-value="7008177673184369049" style="text-align:right;">177.7 km<sup>2</sup>
</td>
<td data-sort-value="6997150811503126679" style="text-align:right;">3,906/sq mi
</td>
<td data-sort-value="6997150811503126679" style="text-align:right;">1,508/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.31_N_111.74_W_&title=Gilbert"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°19′N</span> <span class="longitude">111°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.31°N 111.74°W</span><span style="display:none"> / <span class="geo">33.31; -111.74</span></span><span style="display:none"> (<span class="fn org">Gilbert</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">81
</th>
<td align="left"><a href="/wiki/Reno,_Nevada" title="Reno, Nevada">Reno</a>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">273,448
</td>
<td style="text-align:right;">264,165
</td>
<td style="text-align:right;"><span data-sort-value="7000351000000000000♠" style="display:none"></span><span style="color:green">+3.51%</span>
</td>
<td data-sort-value="7008281790706404556" style="text-align:right;">108.8 sq mi
</td>
<td data-sort-value="7008281790706404556" style="text-align:right;">281.8 km<sup>2</sup>
</td>
<td data-sort-value="6996937456040941058" style="text-align:right;">2,428/sq mi
</td>
<td data-sort-value="6996937456040941058" style="text-align:right;">937/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.55_N_119.85_W_&title=Reno"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°33′N</span> <span class="longitude">119°51′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.55°N 119.85°W</span><span style="display:none"> / <span class="geo">39.55; -119.85</span></span><span style="display:none"> (<span class="fn org">Reno</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">82
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Madison,_Wisconsin" title="Madison, Wisconsin">Madison</a></b>
</td>
<td align="left"><a href="/wiki/Wisconsin" title="Wisconsin">Wisconsin</a>
</td>
<td style="text-align:right;">272,903
</td>
<td style="text-align:right;">269,840
</td>
<td style="text-align:right;"><span data-sort-value="7000113999999999999♠" style="display:none"></span><span style="color:green">+1.14%</span>
</td>
<td data-sort-value="7008206163053582745" style="text-align:right;">79.6 sq mi
</td>
<td data-sort-value="7008206163053582745" style="text-align:right;">206.2 km<sup>2</sup>
</td>
<td data-sort-value="6997130888631745889" style="text-align:right;">3,390/sq mi
</td>
<td data-sort-value="6997130888631745889" style="text-align:right;">1,310/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.09_N_89.43_W_&title=Madison"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°05′N</span> <span class="longitude">89°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.09°N 89.43°W</span><span style="display:none"> / <span class="geo">43.09; -89.43</span></span><span style="display:none"> (<span class="fn org">Madison</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">83
</th>
<td align="left"><a href="/wiki/Fort_Wayne,_Indiana" title="Fort Wayne, Indiana">Fort Wayne</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">267,927
</td>
<td style="text-align:right;">263,886
</td>
<td style="text-align:right;"><span data-sort-value="7000153000000000000♠" style="display:none"></span><span style="color:green">+1.53%</span>
</td>
<td data-sort-value="7008286711683814195" style="text-align:right;">110.7 sq mi
</td>
<td data-sort-value="7008286711683814195" style="text-align:right;">286.7 km<sup>2</sup>
</td>
<td data-sort-value="6996920467545965190" style="text-align:right;">2,384/sq mi
</td>
<td data-sort-value="6996920467545965190" style="text-align:right;">920/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.09_N_85.14_W_&title=Fort+Wayne"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°05′N</span> <span class="longitude">85°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.09°N 85.14°W</span><span style="display:none"> / <span class="geo">41.09; -85.14</span></span><span style="display:none"> (<span class="fn org">Fort Wayne</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">84
</th>
<td align="left"><a href="/wiki/Toledo,_Ohio" title="Toledo, Ohio">Toledo</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">266,301
</td>
<td style="text-align:right;">270,871
</td>
<td style="text-align:right;"><span data-sort-value="2999831000000000000♠" style="display:none"></span><span style="color:red">−1.69%</span>
</td>
<td data-sort-value="7008208494042882048" style="text-align:right;">80.5 sq mi
</td>
<td data-sort-value="7008208494042882048" style="text-align:right;">208.5 km<sup>2</sup>
</td>
<td data-sort-value="6997129923376349533" style="text-align:right;">3,365/sq mi
</td>
<td data-sort-value="6997129923376349533" style="text-align:right;">1,299/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.66_N_83.58_W_&title=Toledo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°40′N</span> <span class="longitude">83°35′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.66°N 83.58°W</span><span style="display:none"> / <span class="geo">41.66; -83.58</span></span><span style="display:none"> (<span class="fn org">Toledo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">85
</th>
<td align="left"><a href="/wiki/Lubbock,_Texas" title="Lubbock, Texas">Lubbock</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">263,930
</td>
<td style="text-align:right;">257,141
</td>
<td style="text-align:right;"><span data-sort-value="7000264000000000000♠" style="display:none"></span><span style="color:green">+2.64%</span>
</td>
<td data-sort-value="7008348612399651225" style="text-align:right;">134.6 sq mi
</td>
<td data-sort-value="7008348612399651225" style="text-align:right;">348.6 km<sup>2</sup>
</td>
<td data-sort-value="6996737455122816071" style="text-align:right;">1,910/sq mi
</td>
<td data-sort-value="6996737455122816071" style="text-align:right;">740/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.57_N_101.89_W_&title=Lubbock"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°34′N</span> <span class="longitude">101°53′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.57°N 101.89°W</span><span style="display:none"> / <span class="geo">33.57; -101.89</span></span><span style="display:none"> (<span class="fn org">Lubbock</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">86
</th>
<td align="left"><a href="/wiki/St._Petersburg,_Florida" title="St. Petersburg, Florida">St. Petersburg</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">261,256
</td>
<td style="text-align:right;">258,308
</td>
<td style="text-align:right;"><span data-sort-value="7000113999999999999♠" style="display:none"></span><span style="color:green">+1.14%</span>
</td>
<td data-sort-value="7008160061265218764" style="text-align:right;">61.8 sq mi
</td>
<td data-sort-value="7008160061265218764" style="text-align:right;">160.1 km<sup>2</sup>
</td>
<td data-sort-value="6997161390702270742" style="text-align:right;">4,180/sq mi
</td>
<td data-sort-value="6997161390702270742" style="text-align:right;">1,610/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.77_N_82.64_W_&title=St.+Petersburg"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°46′N</span> <span class="longitude">82°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.77°N 82.64°W</span><span style="display:none"> / <span class="geo">27.77; -82.64</span></span><span style="display:none"> (<span class="fn org">St. Petersburg</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">87
</th>
<td align="left"><a href="/wiki/Laredo,_Texas" title="Laredo, Texas">Laredo</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">256,187
</td>
<td style="text-align:right;">255,205
</td>
<td style="text-align:right;"><span data-sort-value="6999380000000000000♠" style="display:none"></span><span style="color:green">+0.38%</span>
</td>
<td data-sort-value="7008275833733750784" style="text-align:right;">106.5 sq mi
</td>
<td data-sort-value="7008275833733750784" style="text-align:right;">275.8 km<sup>2</sup>
</td>
<td data-sort-value="6996925100771867700" style="text-align:right;">2,396/sq mi
</td>
<td data-sort-value="6996925100771867700" style="text-align:right;">925/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.56_N_99.49_W_&title=Laredo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°34′N</span> <span class="longitude">99°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.56°N 99.49°W</span><span style="display:none"> / <span class="geo">27.56; -99.49</span></span><span style="display:none"> (<span class="fn org">Laredo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">88
</th>
<td align="left"><a href="/wiki/Irving,_Texas" title="Irving, Texas">Irving</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">254,715
</td>
<td style="text-align:right;">256,684
</td>
<td style="text-align:right;"><span data-sort-value="3000229999999999999♠" style="display:none"></span><span style="color:red">−0.77%</span>
</td>
<td data-sort-value="7008173529203392512" style="text-align:right;">67.0 sq mi
</td>
<td data-sort-value="7008173529203392512" style="text-align:right;">173.5 km<sup>2</sup>
</td>
<td data-sort-value="6997147915736937611" style="text-align:right;">3,831/sq mi
</td>
<td data-sort-value="6997147915736937611" style="text-align:right;">1,479/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.86_N_96.97_W_&title=Irving"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°52′N</span> <span class="longitude">96°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.86°N 96.97°W</span><span style="display:none"> / <span class="geo">32.86; -96.97</span></span><span style="display:none"> (<span class="fn org">Irving</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">89
</th>
<td align="left"><a href="/wiki/Chesapeake,_Virginia" title="Chesapeake, Virginia">Chesapeake</a><sup class="reference" id="cite_ref-IndependentCity_15-3"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">252,488
</td>
<td style="text-align:right;">249,422
</td>
<td style="text-align:right;"><span data-sort-value="7000123000000000000♠" style="display:none"></span><span style="color:green">+1.23%</span>
</td>
<td data-sort-value="7008876710975348736" style="text-align:right;">338.5 sq mi
</td>
<td data-sort-value="7008876710975348736" style="text-align:right;">876.7 km<sup>2</sup>
</td>
<td data-sort-value="6996284557290845782" style="text-align:right;">737/sq mi
</td>
<td data-sort-value="6996284557290845782" style="text-align:right;">285/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.68_N_76.30_W_&title=Chesapeake"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°41′N</span> <span class="longitude">76°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.68°N 76.30°W</span><span style="display:none"> / <span class="geo">36.68; -76.30</span></span><span style="display:none"> (<span class="fn org">Chesapeake</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">90
</th>
<td align="left"><a href="/wiki/Glendale,_Arizona" title="Glendale, Arizona">Glendale</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">252,136
</td>
<td style="text-align:right;">248,325
</td>
<td style="text-align:right;"><span data-sort-value="7000153000000000000♠" style="display:none"></span><span style="color:green">+1.53%</span>
</td>
<td data-sort-value="7008159543267596697" style="text-align:right;">61.6 sq mi
</td>
<td data-sort-value="7008159543267596697" style="text-align:right;">159.5 km<sup>2</sup>
</td>
<td data-sort-value="6997155637780108459" style="text-align:right;">4,031/sq mi
</td>
<td data-sort-value="6997155637780108459" style="text-align:right;">1,556/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.53_N_112.19_W_&title=Glendale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°32′N</span> <span class="longitude">112°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.53°N 112.19°W</span><span style="display:none"> / <span class="geo">33.53; -112.19</span></span><span style="display:none"> (<span class="fn org">Glendale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">91
</th>
<td align="left"><a href="/wiki/Winston-Salem,_North_Carolina" title="Winston-Salem, North Carolina">Winston-Salem</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">251,350
</td>
<td style="text-align:right;">249,545
</td>
<td style="text-align:right;"><span data-sort-value="6999720000000000000♠" style="display:none"></span><span style="color:green">+0.72%</span>
</td>
<td data-sort-value="7008343691422241587" style="text-align:right;">132.7 sq mi
</td>
<td data-sort-value="7008343691422241587" style="text-align:right;">343.7 km<sup>2</sup>
</td>
<td data-sort-value="6996726258160218340" style="text-align:right;">1,881/sq mi
</td>
<td data-sort-value="6996726258160218340" style="text-align:right;">726/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.10_N_80.26_W_&title=Winston-Salem"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°06′N</span> <span class="longitude">80°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.10°N 80.26°W</span><span style="display:none"> / <span class="geo">36.10; -80.26</span></span><span style="display:none"> (<span class="fn org">Winston-Salem</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">92
</th>
<td align="left"><a href="/wiki/Scottsdale,_Arizona" title="Scottsdale, Arizona">Scottsdale</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">243,050
</td>
<td style="text-align:right;">241,361
</td>
<td style="text-align:right;"><span data-sort-value="6999700000000000000♠" style="display:none"></span><span style="color:green">+0.70%</span>
</td>
<td data-sort-value="7008476557812301824" style="text-align:right;">184.0 sq mi
</td>
<td data-sort-value="7008476557812301824" style="text-align:right;">476.6 km<sup>2</sup>
</td>
<td data-sort-value="6996506566032007688" style="text-align:right;">1,312/sq mi
</td>
<td data-sort-value="6996506566032007688" style="text-align:right;">507/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.68_N_111.86_W_&title=Scottsdale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°41′N</span> <span class="longitude">111°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.68°N 111.86°W</span><span style="display:none"> / <span class="geo">33.68; -111.86</span></span><span style="display:none"> (<span class="fn org">Scottsdale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">93
</th>
<td align="left"><a href="/wiki/Garland,_Texas" title="Garland, Texas">Garland</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">240,854
</td>
<td style="text-align:right;">246,018
</td>
<td style="text-align:right;"><span data-sort-value="2999790000000000000♠" style="display:none"></span><span style="color:red">−2.10%</span>
</td>
<td data-sort-value="7008147888321100185" style="text-align:right;">57.1 sq mi
</td>
<td data-sort-value="7008147888321100185" style="text-align:right;">147.9 km<sup>2</sup>
</td>
<td data-sort-value="6997166371420115939" style="text-align:right;">4,309/sq mi
</td>
<td data-sort-value="6997166371420115939" style="text-align:right;">1,664/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.91_N_96.63_W_&title=Garland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°55′N</span> <span class="longitude">96°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.91°N 96.63°W</span><span style="display:none"> / <span class="geo">32.91; -96.63</span></span><span style="display:none"> (<span class="fn org">Garland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">94
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Boise,_Idaho" title="Boise, Idaho">Boise</a></b></i><sup class="reference" id="cite_ref-21"><a href="#cite_note-21">[s]</a></sup>
</td>
<td align="left"><a href="/wiki/Idaho" title="Idaho">Idaho</a>
</td>
<td style="text-align:right;">236,634
</td>
<td style="text-align:right;">235,684
</td>
<td style="text-align:right;"><span data-sort-value="6999400000000000000♠" style="display:none"></span><span style="color:green">+0.40%</span>
</td>
<td data-sort-value="7008217559001268224" style="text-align:right;">84.0 sq mi
</td>
<td data-sort-value="7008217559001268224" style="text-align:right;">217.6 km<sup>2</sup>
</td>
<td data-sort-value="6997108340265687010" style="text-align:right;">2,806/sq mi
</td>
<td data-sort-value="6997108340265687010" style="text-align:right;">1,083/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.60_N_116.23_W_&title=Boise"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°36′N</span> <span class="longitude">116°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.60°N 116.23°W</span><span style="display:none"> / <span class="geo">43.60; -116.23</span></span><span style="display:none"> (<span class="fn org">Boise</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">95
</th>
<td align="left"><a href="/wiki/Norfolk,_Virginia" title="Norfolk, Virginia">Norfolk</a><sup class="reference" id="cite_ref-IndependentCity_15-4"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">232,995
</td>
<td style="text-align:right;">238,005
</td>
<td style="text-align:right;"><span data-sort-value="2999790000000000000♠" style="display:none"></span><span style="color:red">−2.10%</span>
</td>
<td data-sort-value="7008138046366280908" style="text-align:right;">53.3 sq mi
</td>
<td data-sort-value="7008138046366280908" style="text-align:right;">138.0 km<sup>2</sup>
</td>
<td data-sort-value="6997172394613789202" style="text-align:right;">4,465/sq mi
</td>
<td data-sort-value="6997172394613789202" style="text-align:right;">1,724/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.92_N_76.24_W_&title=Norfolk"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°55′N</span> <span class="longitude">76°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.92°N 76.24°W</span><span style="display:none"> / <span class="geo">36.92; -76.24</span></span><span style="display:none"> (<span class="fn org">Norfolk</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">96
</th>
<td align="left"><a href="/wiki/Port_St._Lucie,_Florida" title="Port St. Lucie, Florida">Port St. Lucie</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">231,790
</td>
<td style="text-align:right;">204,851
</td>
<td style="text-align:right;"><span data-sort-value="7001131500000000000♠" style="display:none"></span><span style="color:green">+13.15%</span>
</td>
<td data-sort-value="7008308726582752051" style="text-align:right;">119.2 sq mi
</td>
<td data-sort-value="7008308726582752051" style="text-align:right;">308.7 km<sup>2</sup>
</td>
<td data-sort-value="6996663709610534464" style="text-align:right;">1,719/sq mi
</td>
<td data-sort-value="6996663709610534464" style="text-align:right;">664/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.28_N_80.39_W_&title=Port+St.+Lucie"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°17′N</span> <span class="longitude">80°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.28°N 80.39°W</span><span style="display:none"> / <span class="geo">27.28; -80.39</span></span><span style="display:none"> (<span class="fn org">Port St. Lucie</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">97
</th>
<td align="left"><a href="/wiki/Spokane,_Washington" title="Spokane, Washington">Spokane</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">230,160
</td>
<td style="text-align:right;">228,989
</td>
<td style="text-align:right;"><span data-sort-value="6999510000000000000♠" style="display:none"></span><span style="color:green">+0.51%</span>
</td>
<td data-sort-value="7008178191181991116" style="text-align:right;">68.8 sq mi
</td>
<td data-sort-value="7008178191181991116" style="text-align:right;">178.2 km<sup>2</sup>
</td>
<td data-sort-value="6997128494798362925" style="text-align:right;">3,328/sq mi
</td>
<td data-sort-value="6997128494798362925" style="text-align:right;">1,285/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.67_N_117.43_W_&title=Spokane"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°40′N</span> <span class="longitude">117°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.67°N 117.43°W</span><span style="display:none"> / <span class="geo">47.67; -117.43</span></span><span style="display:none"> (<span class="fn org">Spokane</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">98
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Richmond,_Virginia" title="Richmond, Virginia">Richmond</a></b><sup class="reference" id="cite_ref-IndependentCity_15-5"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">229,395
</td>
<td style="text-align:right;">226,610
</td>
<td style="text-align:right;"><span data-sort-value="7000123000000000000♠" style="display:none"></span><span style="color:green">+1.23%</span>
</td>
<td data-sort-value="7008155140287809126" style="text-align:right;">59.9 sq mi
</td>
<td data-sort-value="7008155140287809126" style="text-align:right;">155.1 km<sup>2</sup>
</td>
<td data-sort-value="6997146062446576607" style="text-align:right;">3,783/sq mi
</td>
<td data-sort-value="6997146062446576607" style="text-align:right;">1,461/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.53_N_77.48_W_&title=Richmond"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°32′N</span> <span class="longitude">77°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.53°N 77.48°W</span><span style="display:none"> / <span class="geo">37.53; -77.48</span></span><span style="display:none"> (<span class="fn org">Richmond</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">99
</th>
<td align="left"><a href="/wiki/Fremont,_California" title="Fremont, California">Fremont</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">223,871
</td>
<td style="text-align:right;">230,504
</td>
<td style="text-align:right;"><span data-sort-value="2999712000000000000♠" style="display:none"></span><span style="color:red">−2.88%</span>
</td>
<td data-sort-value="7008202796069039308" style="text-align:right;">78.3 sq mi
</td>
<td data-sort-value="7008202796069039308" style="text-align:right;">202.8 km<sup>2</sup>
</td>
<td data-sort-value="6997113668475474896" style="text-align:right;">2,944/sq mi
</td>
<td data-sort-value="6997113668475474896" style="text-align:right;">1,137/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.49_N_121.94_W_&title=Fremont"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°29′N</span> <span class="longitude">121°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.49°N 121.94°W</span><span style="display:none"> / <span class="geo">37.49; -121.94</span></span><span style="display:none"> (<span class="fn org">Fremont</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">100
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Huntsville,_Alabama" title="Huntsville, Alabama">Huntsville</a></i>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">221,933
</td>
<td style="text-align:right;">215,006
</td>
<td style="text-align:right;"><span data-sort-value="7000322000000000000♠" style="display:none"></span><span style="color:green">+3.22%</span>
</td>
<td data-sort-value="7008564876406864281" style="text-align:right;">218.1 sq mi
</td>
<td data-sort-value="7008564876406864281" style="text-align:right;">564.9 km<sup>2</sup>
</td>
<td data-sort-value="6996380696728322851" style="text-align:right;">986/sq mi
</td>
<td data-sort-value="6996380696728322851" style="text-align:right;">381/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.78_N_86.53_W_&title=Huntsville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°47′N</span> <span class="longitude">86°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.78°N 86.53°W</span><span style="display:none"> / <span class="geo">34.78; -86.53</span></span><span style="display:none"> (<span class="fn org">Huntsville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">101
</th>
<td align="left"><a href="/wiki/Tacoma,_Washington" title="Tacoma, Washington">Tacoma</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">221,776
</td>
<td style="text-align:right;">219,346
</td>
<td style="text-align:right;"><span data-sort-value="7000111000000000000♠" style="display:none"></span><span style="color:green">+1.11%</span>
</td>
<td data-sort-value="7008128722409083699" style="text-align:right;">49.7 sq mi
</td>
<td data-sort-value="7008128722409083699" style="text-align:right;">128.7 km<sup>2</sup>
</td>
<td data-sort-value="6997170386882564781" style="text-align:right;">4,413/sq mi
</td>
<td data-sort-value="6997170386882564781" style="text-align:right;">1,704/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.25_N_122.46_W_&title=Tacoma"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°15′N</span> <span class="longitude">122°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.25°N 122.46°W</span><span style="display:none"> / <span class="geo">47.25; -122.46</span></span><span style="display:none"> (<span class="fn org">Tacoma</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">102
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Baton_Rouge,_Louisiana" title="Baton Rouge, Louisiana">Baton Rouge</a></b><sup class="reference" id="cite_ref-22"><a href="#cite_note-22">[t]</a></sup>
</td>
<td align="left"><a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>
</td>
<td style="text-align:right;">221,453
</td>
<td style="text-align:right;">227,470
</td>
<td style="text-align:right;"><span data-sort-value="2999735000000000000♠" style="display:none"></span><span style="color:red">−2.65%</span>
</td>
<td data-sort-value="7008223515973921996" style="text-align:right;">86.3 sq mi
</td>
<td data-sort-value="7008223515973921996" style="text-align:right;">223.5 km<sup>2</sup>
</td>
<td data-sort-value="6997101776528991788" style="text-align:right;">2,636/sq mi
</td>
<td data-sort-value="6997101776528991788" style="text-align:right;">1,018/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.44_N_91.13_W_&title=Baton+Rouge"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°26′N</span> <span class="longitude">91°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.44°N 91.13°W</span><span style="display:none"> / <span class="geo">30.44; -91.13</span></span><span style="display:none"> (<span class="fn org">Baton Rouge</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">103
</th>
<td align="left"><a href="/wiki/Santa_Clarita,_California" title="Santa Clarita, California">Santa Clarita</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">221,345
</td>
<td style="text-align:right;">228,673
</td>
<td style="text-align:right;"><span data-sort-value="2999680000000000000♠" style="display:none"></span><span style="color:red">−3.20%</span>
</td>
<td data-sort-value="7008183371158211788" style="text-align:right;">70.8 sq mi
</td>
<td data-sort-value="7008183371158211788" style="text-align:right;">183.4 km<sup>2</sup>
</td>
<td data-sort-value="6997124710997209209" style="text-align:right;">3,230/sq mi
</td>
<td data-sort-value="6997124710997209209" style="text-align:right;">1,250/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.41_N_118.49_W_&title=Santa+Clarita"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°25′N</span> <span class="longitude">118°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.41°N 118.49°W</span><span style="display:none"> / <span class="geo">34.41; -118.49</span></span><span style="display:none"> (<span class="fn org">Santa Clarita</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">104
</th>
<td align="left"><a href="/wiki/San_Bernardino,_California" title="San Bernardino, California">San Bernardino</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">220,328
</td>
<td style="text-align:right;">222,101
</td>
<td style="text-align:right;"><span data-sort-value="3000199999999999999♠" style="display:none"></span><span style="color:red">−0.80%</span>
</td>
<td data-sort-value="7008160838261651865" style="text-align:right;">62.1 sq mi
</td>
<td data-sort-value="7008160838261651865" style="text-align:right;">160.8 km<sup>2</sup>
</td>
<td data-sort-value="6997138108742110632" style="text-align:right;">3,577/sq mi
</td>
<td data-sort-value="6997138108742110632" style="text-align:right;">1,381/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.14_N_117.29_W_&title=San+Bernardino"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°08′N</span> <span class="longitude">117°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.14°N 117.29°W</span><span style="display:none"> / <span class="geo">34.14; -117.29</span></span><span style="display:none"> (<span class="fn org">San Bernardino</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">105
</th>
<td align="left"><a href="/wiki/Hialeah,_Florida" title="Hialeah, Florida">Hialeah</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">220,292
</td>
<td style="text-align:right;">223,109
</td>
<td style="text-align:right;"><span data-sort-value="2999874000000000000♠" style="display:none"></span><span style="color:red">−1.26%</span>
</td>
<td data-sort-value="7007559437431832576" style="text-align:right;">21.6 sq mi
</td>
<td data-sort-value="7007559437431832576" style="text-align:right;">55.9 km<sup>2</sup>
</td>
<td data-sort-value="6997398804919558492" style="text-align:right;">10,329/sq mi
</td>
<td data-sort-value="6997398804919558492" style="text-align:right;">3,988/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=25.87_N_80.30_W_&title=Hialeah"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">25°52′N</span> <span class="longitude">80°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">25.87°N 80.30°W</span><span style="display:none"> / <span class="geo">25.87; -80.30</span></span><span style="display:none"> (<span class="fn org">Hialeah</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">106
</th>
<td align="left"><a href="/wiki/Frisco,_Texas" title="Frisco, Texas">Frisco</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">219,587
</td>
<td style="text-align:right;">200,509
</td>
<td style="text-align:right;"><span data-sort-value="7000951000000000000♠" style="display:none"></span><span style="color:green">+9.51%</span>
</td>
<td data-sort-value="7008177673184369049" style="text-align:right;">68.6 sq mi
</td>
<td data-sort-value="7008177673184369049" style="text-align:right;">177.7 km<sup>2</sup>
</td>
<td data-sort-value="6997112857660941956" style="text-align:right;">2,923/sq mi
</td>
<td data-sort-value="6997112857660941956" style="text-align:right;">1,129/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.16_N_96.82_W_&title=Frisco"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°10′N</span> <span class="longitude">96°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.16°N 96.82°W</span><span style="display:none"> / <span class="geo">33.16; -96.82</span></span><span style="display:none"> (<span class="fn org">Frisco</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">107
</th>
<td align="left"><a href="/wiki/Modesto,_California" title="Modesto, California">Modesto</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">218,069
</td>
<td style="text-align:right;">218,464
</td>
<td style="text-align:right;"><span data-sort-value="3000820000000000000♠" style="display:none"></span><span style="color:red">−0.18%</span>
</td>
<td data-sort-value="7008111369488744448" style="text-align:right;">43.0 sq mi
</td>
<td data-sort-value="7008111369488744448" style="text-align:right;">111.4 km<sup>2</sup>
</td>
<td data-sort-value="6997196178506755416" style="text-align:right;">5,081/sq mi
</td>
<td data-sort-value="6997196178506755416" style="text-align:right;">1,962/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.64_N_121.00_W_&title=Modesto"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°38′N</span> <span class="longitude">121°00′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.64°N 121.00°W</span><span style="display:none"> / <span class="geo">37.64; -121.00</span></span><span style="display:none"> (<span class="fn org">Modesto</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">108
</th>
<td align="left"><a href="/wiki/Cape_Coral,_Florida" title="Cape Coral, Florida">Cape Coral</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">216,992
</td>
<td style="text-align:right;">194,016
</td>
<td style="text-align:right;"><span data-sort-value="7001118400000000000♠" style="display:none"></span><span style="color:green">+11.84%</span>
</td>
<td data-sort-value="7008274538739695616" style="text-align:right;">106.0 sq mi
</td>
<td data-sort-value="7008274538739695616" style="text-align:right;">274.5 km<sup>2</sup>
</td>
<td data-sort-value="6996706566950132675" style="text-align:right;">1,830/sq mi
</td>
<td data-sort-value="6996706566950132675" style="text-align:right;">710/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.65_N_81.99_W_&title=Cape+Coral"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°39′N</span> <span class="longitude">81°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.65°N 81.99°W</span><span style="display:none"> / <span class="geo">26.65; -81.99</span></span><span style="display:none"> (<span class="fn org">Cape Coral</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">109
</th>
<td align="left"><a href="/wiki/Fontana,_California" title="Fontana, California">Fontana</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">212,475
</td>
<td style="text-align:right;">208,393
</td>
<td style="text-align:right;"><span data-sort-value="7000196000000000000♠" style="display:none"></span><span style="color:green">+1.96%</span>
</td>
<td data-sort-value="7008111628487555481" style="text-align:right;">43.1 sq mi
</td>
<td data-sort-value="7008111628487555481" style="text-align:right;">111.6 km<sup>2</sup>
</td>
<td data-sort-value="6997186680393655272" style="text-align:right;">4,835/sq mi
</td>
<td data-sort-value="6997186680393655272" style="text-align:right;">1,867/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.11_N_117.46_W_&title=Fontana"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°07′N</span> <span class="longitude">117°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.11°N 117.46°W</span><span style="display:none"> / <span class="geo">34.11; -117.46</span></span><span style="display:none"> (<span class="fn org">Fontana</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">110
</th>
<td align="left"><a href="/wiki/Moreno_Valley,_California" title="Moreno Valley, California">Moreno Valley</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">211,924
</td>
<td style="text-align:right;">208,634
</td>
<td style="text-align:right;"><span data-sort-value="7000158000000000000♠" style="display:none"></span><span style="color:green">+1.58%</span>
</td>
<td data-sort-value="7008132866390060236" style="text-align:right;">51.3 sq mi
</td>
<td data-sort-value="7008132866390060236" style="text-align:right;">132.9 km<sup>2</sup>
</td>
<td data-sort-value="6997157027747879212" style="text-align:right;">4,067/sq mi
</td>
<td data-sort-value="6997157027747879212" style="text-align:right;">1,570/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.92_N_117.21_W_&title=Moreno+Valley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°55′N</span> <span class="longitude">117°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.92°N 117.21°W</span><span style="display:none"> / <span class="geo">33.92; -117.21</span></span><span style="display:none"> (<span class="fn org">Moreno Valley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">111
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Des_Moines,_Iowa" title="Des Moines, Iowa">Des Moines</a></b></i>
</td>
<td align="left"><a href="/wiki/Iowa" title="Iowa">Iowa</a>
</td>
<td style="text-align:right;">211,034
</td>
<td style="text-align:right;">214,133
</td>
<td style="text-align:right;"><span data-sort-value="2999855000000000000♠" style="display:none"></span><span style="color:red">−1.45%</span>
</td>
<td data-sort-value="7008228436951331635" style="text-align:right;">88.2 sq mi
</td>
<td data-sort-value="7008228436951331635" style="text-align:right;">228.4 km<sup>2</sup>
</td>
<td data-sort-value="6996937456040941058" style="text-align:right;">2,428/sq mi
</td>
<td data-sort-value="6996937456040941058" style="text-align:right;">937/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.57_N_93.61_W_&title=Des+Moines"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°34′N</span> <span class="longitude">93°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.57°N 93.61°W</span><span style="display:none"> / <span class="geo">41.57; -93.61</span></span><span style="display:none"> (<span class="fn org">Des Moines</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">112
</th>
<td align="left"><a href="/wiki/Rochester,_New_York" title="Rochester, New York">Rochester</a>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">209,352
</td>
<td style="text-align:right;">211,328
</td>
<td style="text-align:right;"><span data-sort-value="3000060000000000000♠" style="display:none"></span><span style="color:red">−0.94%</span>
</td>
<td data-sort-value="7007927215743500288" style="text-align:right;">35.8 sq mi
</td>
<td data-sort-value="7007927215743500288" style="text-align:right;">92.7 km<sup>2</sup>
</td>
<td data-sort-value="6997227916104187605" style="text-align:right;">5,903/sq mi
</td>
<td data-sort-value="6997227916104187605" style="text-align:right;">2,279/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.17_N_77.62_W_&title=Rochester"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°10′N</span> <span class="longitude">77°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.17°N 77.62°W</span><span style="display:none"> / <span class="geo">43.17; -77.62</span></span><span style="display:none"> (<span class="fn org">Rochester</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">113
</th>
<td align="left"><a href="/wiki/Fayetteville,_North_Carolina" title="Fayetteville, North Carolina">Fayetteville</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">208,873
</td>
<td style="text-align:right;">208,501
</td>
<td style="text-align:right;"><span data-sort-value="6999180000000000000♠" style="display:none"></span><span style="color:green">+0.18%</span>
</td>
<td data-sort-value="7008384095236762828" style="text-align:right;">148.3 sq mi
</td>
<td data-sort-value="7008384095236762828" style="text-align:right;">384.1 km<sup>2</sup>
</td>
<td data-sort-value="6996542859634910678" style="text-align:right;">1,406/sq mi
</td>
<td data-sort-value="6996542859634910678" style="text-align:right;">543/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.08_N_78.97_W_&title=Fayetteville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°05′N</span> <span class="longitude">78°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.08°N 78.97°W</span><span style="display:none"> / <span class="geo">35.08; -78.97</span></span><span style="display:none"> (<span class="fn org">Fayetteville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">114
</th>
<td align="left"><a href="/wiki/Yonkers,_New_York" title="Yonkers, New York">Yonkers</a>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">208,121
</td>
<td style="text-align:right;">211,569
</td>
<td style="text-align:right;"><span data-sort-value="2999837000000000000♠" style="display:none"></span><span style="color:red">−1.63%</span>
</td>
<td data-sort-value="7007466197859860480" style="text-align:right;">18.0 sq mi
</td>
<td data-sort-value="7007466197859860480" style="text-align:right;">46.6 km<sup>2</sup>
</td>
<td data-sort-value="6997453824477150790" style="text-align:right;">11,754/sq mi
</td>
<td data-sort-value="6997453824477150790" style="text-align:right;">4,538/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.95_N_73.87_W_&title=Yonkers"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°57′N</span> <span class="longitude">73°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.95°N 73.87°W</span><span style="display:none"> / <span class="geo">40.95; -73.87</span></span><span style="display:none"> (<span class="fn org">Yonkers</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">115
</th>
<td align="left"><a href="/wiki/McKinney,_Texas" title="McKinney, Texas">McKinney</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">207,507
</td>
<td style="text-align:right;">195,308
</td>
<td style="text-align:right;"><span data-sort-value="7000625000000000000♠" style="display:none"></span><span style="color:green">+6.25%</span>
</td>
<td data-sort-value="7008173529203392512" style="text-align:right;">67.0 sq mi
</td>
<td data-sort-value="7008173529203392512" style="text-align:right;">173.5 km<sup>2</sup>
</td>
<td data-sort-value="6997112548779215122" style="text-align:right;">2,915/sq mi
</td>
<td data-sort-value="6997112548779215122" style="text-align:right;">1,125/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.20_N_96.66_W_&title=McKinney"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°12′N</span> <span class="longitude">96°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.20°N 96.66°W</span><span style="display:none"> / <span class="geo">33.20; -96.66</span></span><span style="display:none"> (<span class="fn org">McKinney</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">116
</th>
<td align="left"><a href="/wiki/Worcester,_Massachusetts" title="Worcester, Massachusetts">Worcester</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">205,319
</td>
<td style="text-align:right;">206,518
</td>
<td style="text-align:right;"><span data-sort-value="3000420000000000000♠" style="display:none"></span><span style="color:red">−0.58%</span>
</td>
<td data-sort-value="7007968655553265664" style="text-align:right;">37.4 sq mi
</td>
<td data-sort-value="7007968655553265664" style="text-align:right;">96.9 km<sup>2</sup>
</td>
<td data-sort-value="6997213205611947138" style="text-align:right;">5,522/sq mi
</td>
<td data-sort-value="6997213205611947138" style="text-align:right;">2,132/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.27_N_71.81_W_&title=Worcester"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°16′N</span> <span class="longitude">71°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.27°N 71.81°W</span><span style="display:none"> / <span class="geo">42.27; -71.81</span></span><span style="display:none"> (<span class="fn org">Worcester</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">117
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Salt_Lake_City" title="Salt Lake City">Salt Lake City</a></b></i>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">204,657
</td>
<td style="text-align:right;">199,723
</td>
<td style="text-align:right;"><span data-sort-value="7000247000000000000♠" style="display:none"></span><span style="color:green">+2.47%</span>
</td>
<td data-sort-value="7008285675688570060" style="text-align:right;">110.3 sq mi
</td>
<td data-sort-value="7008285675688570060" style="text-align:right;">285.7 km<sup>2</sup>
</td>
<td data-sort-value="6996699231009120369" style="text-align:right;">1,811/sq mi
</td>
<td data-sort-value="6996699231009120369" style="text-align:right;">699/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.78_N_111.93_W_&title=Salt+Lake+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°47′N</span> <span class="longitude">111°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.78°N 111.93°W</span><span style="display:none"> / <span class="geo">40.78; -111.93</span></span><span style="display:none"> (<span class="fn org">Salt Lake City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">118
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Little_Rock,_Arkansas" title="Little Rock, Arkansas">Little Rock</a></b></i>
</td>
<td align="left"><a href="/wiki/Arkansas" title="Arkansas">Arkansas</a>
</td>
<td style="text-align:right;">202,864
</td>
<td style="text-align:right;">202,591
</td>
<td style="text-align:right;"><span data-sort-value="6999130000000000000♠" style="display:none"></span><span style="color:green">+0.13%</span>
</td>
<td data-sort-value="7008310798573240320" style="text-align:right;">120.0 sq mi
</td>
<td data-sort-value="7008310798573240320" style="text-align:right;">310.8 km<sup>2</sup>
</td>
<td data-sort-value="6996651740443619648" style="text-align:right;">1,688/sq mi
</td>
<td data-sort-value="6996651740443619648" style="text-align:right;">652/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.72_N_92.36_W_&title=Little+Rock"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°43′N</span> <span class="longitude">92°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.72°N 92.36°W</span><span style="display:none"> / <span class="geo">34.72; -92.36</span></span><span style="display:none"> (<span class="fn org">Little Rock</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">119
</th>
<td align="left"><a href="/wiki/Columbus,_Georgia" title="Columbus, Georgia">Columbus</a><sup class="reference" id="cite_ref-23"><a href="#cite_note-23">[u]</a></sup>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">202,616
</td>
<td style="text-align:right;">206,922
</td>
<td style="text-align:right;"><span data-sort-value="2999792000000000000♠" style="display:none"></span><span style="color:red">−2.08%</span>
</td>
<td data-sort-value="7008560732425887744" style="text-align:right;">216.5 sq mi
</td>
<td data-sort-value="7008560732425887744" style="text-align:right;">560.7 km<sup>2</sup>
</td>
<td data-sort-value="6996369113663566578" style="text-align:right;">956/sq mi
</td>
<td data-sort-value="6996369113663566578" style="text-align:right;">369/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.51_N_84.87_W_&title=Columbus"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°31′N</span> <span class="longitude">84°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.51°N 84.87°W</span><span style="display:none"> / <span class="geo">32.51; -84.87</span></span><span style="display:none"> (<span class="fn org">Columbus</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">120
</th>
<td align="left"><a href="/wiki/Augusta,_Georgia" title="Augusta, Georgia">Augusta</a><sup class="reference" id="cite_ref-24"><a href="#cite_note-24">[v]</a></sup>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">202,096
</td>
<td style="text-align:right;">202,081
</td>
<td style="text-align:right;"><span data-sort-value="6998100000000000000♠" style="display:none"></span><span style="color:green">+0.01%</span>
</td>
<td data-sort-value="7008782953405754572" style="text-align:right;">302.3 sq mi
</td>
<td data-sort-value="7008782953405754572" style="text-align:right;">783.0 km<sup>2</sup>
</td>
<td data-sort-value="6996257916241906353" style="text-align:right;">668/sq mi
</td>
<td data-sort-value="6996257916241906353" style="text-align:right;">258/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.37_N_82.07_W_&title=Augusta"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°22′N</span> <span class="longitude">82°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.37°N 82.07°W</span><span style="display:none"> / <span class="geo">33.37; -82.07</span></span><span style="display:none"> (<span class="fn org">Augusta</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">121
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Sioux_Falls,_South_Dakota" title="Sioux Falls, South Dakota">Sioux Falls</a></i>
</td>
<td align="left"><a href="/wiki/South_Dakota" title="South Dakota">South Dakota</a>
</td>
<td style="text-align:right;">202,078
</td>
<td style="text-align:right;">192,517
</td>
<td style="text-align:right;"><span data-sort-value="7000497000000000000♠" style="display:none"></span><span style="color:green">+4.97%</span>
</td>
<td data-sort-value="7008204868059527577" style="text-align:right;">79.1 sq mi
</td>
<td data-sort-value="7008204868059527577" style="text-align:right;">204.9 km<sup>2</sup>
</td>
<td data-sort-value="6996939772653892313" style="text-align:right;">2,434/sq mi
</td>
<td data-sort-value="6996939772653892313" style="text-align:right;">940/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.54_N_96.73_W_&title=Sioux+Falls"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°32′N</span> <span class="longitude">96°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.54°N 96.73°W</span><span style="display:none"> / <span class="geo">43.54; -96.73</span></span><span style="display:none"> (<span class="fn org">Sioux Falls</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">122
</th>
<td align="left"><a href="/wiki/Grand_Prairie,_Texas" title="Grand Prairie, Texas">Grand Prairie</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">201,843
</td>
<td style="text-align:right;">196,100
</td>
<td style="text-align:right;"><span data-sort-value="7000293000000000000♠" style="display:none"></span><span style="color:green">+2.93%</span>
</td>
<td data-sort-value="7008188033136810393" style="text-align:right;">72.6 sq mi
</td>
<td data-sort-value="7008188033136810393" style="text-align:right;">188.0 km<sup>2</sup>
</td>
<td data-sort-value="6997104286193022314" style="text-align:right;">2,701/sq mi
</td>
<td data-sort-value="6997104286193022314" style="text-align:right;">1,043/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.69_N_97.02_W_&title=Grand+Prairie"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°41′N</span> <span class="longitude">97°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.69°N 97.02°W</span><span style="display:none"> / <span class="geo">32.69; -97.02</span></span><span style="display:none"> (<span class="fn org">Grand Prairie</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">123
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Tallahassee,_Florida" title="Tallahassee, Florida">Tallahassee</a></b>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">201,731
</td>
<td style="text-align:right;">196,169
</td>
<td style="text-align:right;"><span data-sort-value="7000284000000000000♠" style="display:none"></span><span style="color:green">+2.84%</span>
</td>
<td data-sort-value="7008261329800332902" style="text-align:right;">100.9 sq mi
</td>
<td data-sort-value="7008261329800332902" style="text-align:right;">261.3 km<sup>2</sup>
</td>
<td data-sort-value="6996750582596206514" style="text-align:right;">1,944/sq mi
</td>
<td data-sort-value="6996750582596206514" style="text-align:right;">751/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.46_N_84.25_W_&title=Tallahassee"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°28′N</span> <span class="longitude">84°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.46°N 84.25°W</span><span style="display:none"> / <span class="geo">30.46; -84.25</span></span><span style="display:none"> (<span class="fn org">Tallahassee</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">124
</th>
<td align="left"><a href="/wiki/Amarillo,_Texas" title="Amarillo, Texas">Amarillo</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">201,291
</td>
<td style="text-align:right;">200,393
</td>
<td style="text-align:right;"><span data-sort-value="6999450000000000000♠" style="display:none"></span><span style="color:green">+0.45%</span>
</td>
<td data-sort-value="7008264955783687372" style="text-align:right;">102.3 sq mi
</td>
<td data-sort-value="7008264955783687372" style="text-align:right;">265.0 km<sup>2</sup>
</td>
<td data-sort-value="6996756374128584651" style="text-align:right;">1,959/sq mi
</td>
<td data-sort-value="6996756374128584651" style="text-align:right;">756/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.20_N_101.83_W_&title=Amarillo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°12′N</span> <span class="longitude">101°50′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.20°N 101.83°W</span><span style="display:none"> / <span class="geo">35.20; -101.83</span></span><span style="display:none"> (<span class="fn org">Amarillo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">125
</th>
<td align="left"><a href="/wiki/Oxnard,_California" title="Oxnard, California">Oxnard</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">200,415
</td>
<td style="text-align:right;">202,063
</td>
<td style="text-align:right;"><span data-sort-value="3000180000000000000♠" style="display:none"></span><span style="color:red">−0.82%</span>
</td>
<td data-sort-value="7007686346849239040" style="text-align:right;">26.5 sq mi
</td>
<td data-sort-value="7007686346849239040" style="text-align:right;">68.6 km<sup>2</sup>
</td>
<td data-sort-value="6997294402895888614" style="text-align:right;">7,625/sq mi
</td>
<td data-sort-value="6997294402895888614" style="text-align:right;">2,944/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.20_N_119.21_W_&title=Oxnard"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°12′N</span> <span class="longitude">119°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.20°N 119.21°W</span><span style="display:none"> / <span class="geo">34.20; -119.21</span></span><span style="display:none"> (<span class="fn org">Oxnard</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">126
</th>
<td align="left"><a href="/wiki/Peoria,_Arizona" title="Peoria, Arizona">Peoria</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">197,866
</td>
<td style="text-align:right;">190,985
</td>
<td style="text-align:right;"><span data-sort-value="7000360000000000000♠" style="display:none"></span><span style="color:green">+3.60%</span>
</td>
<td data-sort-value="7008456096906230169" style="text-align:right;">176.1 sq mi
</td>
<td data-sort-value="7008456096906230169" style="text-align:right;">456.1 km<sup>2</sup>
</td>
<td data-sort-value="6996418920842018553" style="text-align:right;">1,085/sq mi
</td>
<td data-sort-value="6996418920842018553" style="text-align:right;">419/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.79_N_112.31_W_&title=Peoria"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°47′N</span> <span class="longitude">112°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.79°N 112.31°W</span><span style="display:none"> / <span class="geo">33.79; -112.31</span></span><span style="display:none"> (<span class="fn org">Peoria</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">127
</th>
<td align="left"><a href="/wiki/Overland_Park,_Kansas" title="Overland Park, Kansas">Overland Park</a>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">197,726
</td>
<td style="text-align:right;">197,238
</td>
<td style="text-align:right;"><span data-sort-value="6999250000000000000♠" style="display:none"></span><span style="color:green">+0.25%</span>
</td>
<td data-sort-value="7008194767105897267" style="text-align:right;">75.2 sq mi
</td>
<td data-sort-value="7008194767105897267" style="text-align:right;">194.8 km<sup>2</sup>
</td>
<td data-sort-value="6997101274596185683" style="text-align:right;">2,623/sq mi
</td>
<td data-sort-value="6997101274596185683" style="text-align:right;">1,013/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.89_N_94.69_W_&title=Overland+Park"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°53′N</span> <span class="longitude">94°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.89°N 94.69°W</span><span style="display:none"> / <span class="geo">38.89; -94.69</span></span><span style="display:none"> (<span class="fn org">Overland Park</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">128
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Montgomery,_Alabama" title="Montgomery, Alabama">Montgomery</a></b>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">196,986
</td>
<td style="text-align:right;">200,603
</td>
<td style="text-align:right;"><span data-sort-value="2999819999999999999♠" style="display:none"></span><span style="color:red">−1.80%</span>
</td>
<td data-sort-value="7008414139098842726" style="text-align:right;">159.9 sq mi
</td>
<td data-sort-value="7008414139098842726" style="text-align:right;">414.1 km<sup>2</sup>
</td>
<td data-sort-value="6996484558208970769" style="text-align:right;">1,255/sq mi
</td>
<td data-sort-value="6996484558208970769" style="text-align:right;">485/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.35_N_86.27_W_&title=Montgomery"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°21′N</span> <span class="longitude">86°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.35°N 86.27°W</span><span style="display:none"> / <span class="geo">32.35; -86.27</span></span><span style="display:none"> (<span class="fn org">Montgomery</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">129
</th>
<td align="left"><a href="/wiki/Birmingham,_Alabama" title="Birmingham, Alabama">Birmingham</a>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">196,910
</td>
<td style="text-align:right;">200,733
</td>
<td style="text-align:right;"><span data-sort-value="2999810000000000000♠" style="display:none"></span><span style="color:red">−1.90%</span>
</td>
<td data-sort-value="7008380728252219392" style="text-align:right;">147.0 sq mi
</td>
<td data-sort-value="7008380728252219392" style="text-align:right;">380.7 km<sup>2</sup>
</td>
<td data-sort-value="6996527415548568981" style="text-align:right;">1,366/sq mi
</td>
<td data-sort-value="6996527415548568981" style="text-align:right;">527/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.53_N_86.80_W_&title=Birmingham"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°32′N</span> <span class="longitude">86°48′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.53°N 86.80°W</span><span style="display:none"> / <span class="geo">33.53; -86.80</span></span><span style="display:none"> (<span class="fn org">Birmingham</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">130
</th>
<td align="left"><a href="/wiki/Grand_Rapids,_Michigan" title="Grand Rapids, Michigan">Grand Rapids</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">196,908
</td>
<td style="text-align:right;">198,917
</td>
<td style="text-align:right;"><span data-sort-value="2999899000000000000♠" style="display:none"></span><span style="color:red">−1.01%</span>
</td>
<td data-sort-value="7008116031467343052" style="text-align:right;">44.8 sq mi
</td>
<td data-sort-value="7008116031467343052" style="text-align:right;">116.0 km<sup>2</sup>
</td>
<td data-sort-value="6997171429358392845" style="text-align:right;">4,440/sq mi
</td>
<td data-sort-value="6997171429358392845" style="text-align:right;">1,710/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.96_N_85.66_W_&title=Grand+Rapids"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°58′N</span> <span class="longitude">85°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.96°N 85.66°W</span><span style="display:none"> / <span class="geo">42.96; -85.66</span></span><span style="display:none"> (<span class="fn org">Grand Rapids</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">131
</th>
<td align="left"><a href="/wiki/Knoxville,_Tennessee" title="Knoxville, Tennessee">Knoxville</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">195,889
</td>
<td style="text-align:right;">190,740
</td>
<td style="text-align:right;"><span data-sort-value="7000270000000000000♠" style="display:none"></span><span style="color:green">+2.70%</span>
</td>
<td data-sort-value="7008255631826490163" style="text-align:right;">98.7 sq mi
</td>
<td data-sort-value="7008255631826490163" style="text-align:right;">255.6 km<sup>2</sup>
</td>
<td data-sort-value="6996746335472462547" style="text-align:right;">1,933/sq mi
</td>
<td data-sort-value="6996746335472462547" style="text-align:right;">746/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.97_N_83.95_W_&title=Knoxville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°58′N</span> <span class="longitude">83°57′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.97°N 83.95°W</span><span style="display:none"> / <span class="geo">35.97; -83.95</span></span><span style="display:none"> (<span class="fn org">Knoxville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">132
</th>
<td align="left"><a href="/wiki/Vancouver,_Washington" title="Vancouver, Washington">Vancouver</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">194,512
</td>
<td style="text-align:right;">190,915
</td>
<td style="text-align:right;"><span data-sort-value="7000188000000000000♠" style="display:none"></span><span style="color:green">+1.88%</span>
</td>
<td data-sort-value="7008126132420973363" style="text-align:right;">48.7 sq mi
</td>
<td data-sort-value="7008126132420973363" style="text-align:right;">126.1 km<sup>2</sup>
</td>
<td data-sort-value="6997151352046148638" style="text-align:right;">3,920/sq mi
</td>
<td data-sort-value="6997151352046148638" style="text-align:right;">1,510/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.64_N_122.60_W_&title=Vancouver"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°38′N</span> <span class="longitude">122°36′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.64°N 122.60°W</span><span style="display:none"> / <span class="geo">45.64; -122.60</span></span><span style="display:none"> (<span class="fn org">Vancouver</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">133
</th>
<td align="left"><a href="/wiki/Huntington_Beach,_California" title="Huntington Beach, California">Huntington Beach</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">194,310
</td>
<td style="text-align:right;">198,711
</td>
<td style="text-align:right;"><span data-sort-value="2999779000000000000♠" style="display:none"></span><span style="color:red">−2.21%</span>
</td>
<td data-sort-value="7007699296789790720" style="text-align:right;">27.0 sq mi
</td>
<td data-sort-value="7007699296789790720" style="text-align:right;">69.9 km<sup>2</sup>
</td>
<td data-sort-value="6997284171188687240" style="text-align:right;">7,360/sq mi
</td>
<td data-sort-value="6997284171188687240" style="text-align:right;">2,840/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.70_N_118.00_W_&title=Huntington+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°42′N</span> <span class="longitude">118°00′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.70°N 118.00°W</span><span style="display:none"> / <span class="geo">33.70; -118.00</span></span><span style="display:none"> (<span class="fn org">Huntington Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">134
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Providence,_Rhode_Island" title="Providence, Rhode Island">Providence</a></b></i>
</td>
<td align="left"><a href="/wiki/Rhode_Island" title="Rhode Island">Rhode Island</a>
</td>
<td style="text-align:right;">189,563
</td>
<td style="text-align:right;">190,934
</td>
<td style="text-align:right;"><span data-sort-value="3000280000000000000♠" style="display:none"></span><span style="color:red">−0.72%</span>
</td>
<td data-sort-value="7007476557812301824" style="text-align:right;">18.4 sq mi
</td>
<td data-sort-value="7007476557812301824" style="text-align:right;">47.7 km<sup>2</sup>
</td>
<td data-sort-value="6997400658209919496" style="text-align:right;">10,377/sq mi
</td>
<td data-sort-value="6997400658209919496" style="text-align:right;">4,007/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.82_N_71.42_W_&title=Providence"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°49′N</span> <span class="longitude">71°25′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.82°N 71.42°W</span><span style="display:none"> / <span class="geo">41.82; -71.42</span></span><span style="display:none"> (<span class="fn org">Providence</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">135
</th>
<td align="left"><a href="/wiki/Brownsville,_Texas" title="Brownsville, Texas">Brownsville</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">189,382
</td>
<td style="text-align:right;">186,738
</td>
<td style="text-align:right;"><span data-sort-value="7000142000000000000♠" style="display:none"></span><span style="color:green">+1.42%</span>
</td>
<td data-sort-value="7008340583436509184" style="text-align:right;">131.5 sq mi
</td>
<td data-sort-value="7008340583436509184" style="text-align:right;">340.6 km<sup>2</sup>
</td>
<td data-sort-value="6996548265065130273" style="text-align:right;">1,420/sq mi
</td>
<td data-sort-value="6996548265065130273" style="text-align:right;">550/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.00_N_97.45_W_&title=Brownsville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°00′N</span> <span class="longitude">97°27′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.00°N 97.45°W</span><span style="display:none"> / <span class="geo">26.00; -97.45</span></span><span style="display:none"> (<span class="fn org">Brownsville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">136
</th>
<td align="left"><a href="/wiki/Glendale,_California" title="Glendale, California">Glendale</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">189,221
</td>
<td style="text-align:right;">196,543
</td>
<td style="text-align:right;"><span data-sort-value="2999627000000000000♠" style="display:none"></span><span style="color:red">−3.73%</span>
</td>
<td data-sort-value="7007789946373652480" style="text-align:right;">30.5 sq mi
</td>
<td data-sort-value="7007789946373652480" style="text-align:right;">79.0 km<sup>2</sup>
</td>
<td data-sort-value="6997248804230964752" style="text-align:right;">6,444/sq mi
</td>
<td data-sort-value="6997248804230964752" style="text-align:right;">2,488/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.18_N_118.25_W_&title=Glendale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°11′N</span> <span class="longitude">118°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.18°N 118.25°W</span><span style="display:none"> / <span class="geo">34.18; -118.25</span></span><span style="display:none"> (<span class="fn org">Glendale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">137
</th>
<td align="left"><a href="/wiki/Akron,_Ohio" title="Akron, Ohio">Akron</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">188,509
</td>
<td style="text-align:right;">190,469
</td>
<td style="text-align:right;"><span data-sort-value="2999897000000000000♠" style="display:none"></span><span style="color:red">−1.03%</span>
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">61.9 sq mi
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">160.3 km<sup>2</sup>
</td>
<td data-sort-value="6997118803634183510" style="text-align:right;">3,077/sq mi
</td>
<td data-sort-value="6997118803634183510" style="text-align:right;">1,188/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.08_N_81.52_W_&title=Akron"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°05′N</span> <span class="longitude">81°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.08°N 81.52°W</span><span style="display:none"> / <span class="geo">41.08; -81.52</span></span><span style="display:none"> (<span class="fn org">Akron</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">138
</th>
<td align="left"><a href="/wiki/Tempe,_Arizona" title="Tempe, Arizona">Tempe</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">185,950
</td>
<td style="text-align:right;">180,587
</td>
<td style="text-align:right;"><span data-sort-value="7000297000000000000♠" style="display:none"></span><span style="color:green">+2.97%</span>
</td>
<td data-sort-value="7008103340525602406" style="text-align:right;">39.9 sq mi
</td>
<td data-sort-value="7008103340525602406" style="text-align:right;">103.3 km<sup>2</sup>
</td>
<td data-sort-value="6997174749836956310" style="text-align:right;">4,526/sq mi
</td>
<td data-sort-value="6997174749836956310" style="text-align:right;">1,747/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.39_N_111.93_W_&title=Tempe"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°23′N</span> <span class="longitude">111°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.39°N 111.93°W</span><span style="display:none"> / <span class="geo">33.39; -111.93</span></span><span style="display:none"> (<span class="fn org">Tempe</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">139
</th>
<td align="left"><a href="/wiki/Newport_News,_Virginia" title="Newport News, Virginia">Newport News</a><sup class="reference" id="cite_ref-IndependentCity_15-6"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">184,306
</td>
<td style="text-align:right;">186,247
</td>
<td style="text-align:right;"><span data-sort-value="2999896000000000000♠" style="display:none"></span><span style="color:red">−1.04%</span>
</td>
<td data-sort-value="7008178709179613184" style="text-align:right;">69.0 sq mi
</td>
<td data-sort-value="7008178709179613184" style="text-align:right;">178.7 km<sup>2</sup>
</td>
<td data-sort-value="6997104208972590606" style="text-align:right;">2,699/sq mi
</td>
<td data-sort-value="6997104208972590606" style="text-align:right;">1,042/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.08_N_76.52_W_&title=Newport+News"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°05′N</span> <span class="longitude">76°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.08°N 76.52°W</span><span style="display:none"> / <span class="geo">37.08; -76.52</span></span><span style="display:none"> (<span class="fn org">Newport News</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">140
</th>
<td align="left"><a href="/wiki/Chattanooga,_Tennessee" title="Chattanooga, Tennessee">Chattanooga</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">184,086
</td>
<td style="text-align:right;">181,099
</td>
<td style="text-align:right;"><span data-sort-value="7000165000000000000♠" style="display:none"></span><span style="color:green">+1.65%</span>
</td>
<td data-sort-value="7008368814306911846" style="text-align:right;">142.4 sq mi
</td>
<td data-sort-value="7008368814306911846" style="text-align:right;">368.8 km<sup>2</sup>
</td>
<td data-sort-value="6996491121945665991" style="text-align:right;">1,272/sq mi
</td>
<td data-sort-value="6996491121945665991" style="text-align:right;">491/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.07_N_85.25_W_&title=Chattanooga"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°04′N</span> <span class="longitude">85°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.07°N 85.25°W</span><span style="display:none"> / <span class="geo">35.07; -85.25</span></span><span style="display:none"> (<span class="fn org">Chattanooga</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">141
</th>
<td align="left"><a href="/wiki/Mobile,_Alabama" title="Mobile, Alabama">Mobile</a>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">183,289
</td>
<td style="text-align:right;">187,041
</td>
<td style="text-align:right;"><span data-sort-value="2999799000000000000♠" style="display:none"></span><span style="color:red">−2.01%</span>
</td>
<td data-sort-value="7008361303341391872" style="text-align:right;">139.5 sq mi
</td>
<td data-sort-value="7008361303341391872" style="text-align:right;">361.3 km<sup>2</sup>
</td>
<td data-sort-value="6996517762994605419" style="text-align:right;">1,341/sq mi
</td>
<td data-sort-value="6996517762994605419" style="text-align:right;">518/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.67_N_88.10_W_&title=Mobile"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°40′N</span> <span class="longitude">88°06′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.67°N 88.10°W</span><span style="display:none"> / <span class="geo">30.67; -88.10</span></span><span style="display:none"> (<span class="fn org">Mobile</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">142
</th>
<td align="left"><a href="/wiki/Fort_Lauderdale,_Florida" title="Fort Lauderdale, Florida">Fort Lauderdale</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">183,146
</td>
<td style="text-align:right;">182,760
</td>
<td style="text-align:right;"><span data-sort-value="6999210000000000000♠" style="display:none"></span><span style="color:green">+0.21%</span>
</td>
<td data-sort-value="7007896135886176256" style="text-align:right;">34.6 sq mi
</td>
<td data-sort-value="7007896135886176256" style="text-align:right;">89.6 km<sup>2</sup>
</td>
<td data-sort-value="6997203939160142119" style="text-align:right;">5,282/sq mi
</td>
<td data-sort-value="6997203939160142119" style="text-align:right;">2,039/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.14_N_80.15_W_&title=Fort+Lauderdale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°08′N</span> <span class="longitude">80°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.14°N 80.15°W</span><span style="display:none"> / <span class="geo">26.14; -80.15</span></span><span style="display:none"> (<span class="fn org">Fort Lauderdale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">143
</th>
<td align="left"><a href="/wiki/Cary,_North_Carolina" title="Cary, North Carolina">Cary</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">180,388
</td>
<td style="text-align:right;">174,721
</td>
<td style="text-align:right;"><span data-sort-value="7000324000000000000♠" style="display:none"></span><span style="color:green">+3.24%</span>
</td>
<td data-sort-value="7008153327296131891" style="text-align:right;">59.2 sq mi
</td>
<td data-sort-value="7008153327296131891" style="text-align:right;">153.3 km<sup>2</sup>
</td>
<td data-sort-value="6997113938746985875" style="text-align:right;">2,951/sq mi
</td>
<td data-sort-value="6997113938746985875" style="text-align:right;">1,139/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.78_N_78.82_W_&title=Cary"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°47′N</span> <span class="longitude">78°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.78°N 78.82°W</span><span style="display:none"> / <span class="geo">35.78; -78.82</span></span><span style="display:none"> (<span class="fn org">Cary</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">144
</th>
<td align="left"><a href="/wiki/Shreveport,_Louisiana" title="Shreveport, Louisiana">Shreveport</a>
</td>
<td align="left"><a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>
</td>
<td style="text-align:right;">180,153
</td>
<td style="text-align:right;">187,593
</td>
<td style="text-align:right;"><span data-sort-value="2999602999999999999♠" style="display:none"></span><span style="color:red">−3.97%</span>
</td>
<td data-sort-value="7008279200718294220" style="text-align:right;">107.8 sq mi
</td>
<td data-sort-value="7008279200718294220" style="text-align:right;">279.2 km<sup>2</sup>
</td>
<td data-sort-value="6996671817755863855" style="text-align:right;">1,740/sq mi
</td>
<td data-sort-value="6996671817755863855" style="text-align:right;">670/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.47_N_93.79_W_&title=Shreveport"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°28′N</span> <span class="longitude">93°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.47°N 93.79°W</span><span style="display:none"> / <span class="geo">32.47; -93.79</span></span><span style="display:none"> (<span class="fn org">Shreveport</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">145
</th>
<td align="left"><a href="/wiki/Ontario,_California" title="Ontario, California">Ontario</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">179,061
</td>
<td style="text-align:right;">175,265
</td>
<td style="text-align:right;"><span data-sort-value="7000217000000000000♠" style="display:none"></span><span style="color:green">+2.17%</span>
</td>
<td data-sort-value="7008129499405516800" style="text-align:right;">50.0 sq mi
</td>
<td data-sort-value="7008129499405516800" style="text-align:right;">129.5 km<sup>2</sup>
</td>
<td data-sort-value="6997135328806569127" style="text-align:right;">3,505/sq mi
</td>
<td data-sort-value="6997135328806569127" style="text-align:right;">1,353/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.04_N_117.60_W_&title=Ontario"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°02′N</span> <span class="longitude">117°36′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.04°N 117.60°W</span><span style="display:none"> / <span class="geo">34.04; -117.60</span></span><span style="display:none"> (<span class="fn org">Ontario</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">146
</th>
<td align="left"><a href="/wiki/Eugene,_Oregon" title="Eugene, Oregon">Eugene</a>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">177,923
</td>
<td style="text-align:right;">176,654
</td>
<td style="text-align:right;"><span data-sort-value="6999720000000000000♠" style="display:none"></span><span style="color:green">+0.72%</span>
</td>
<td data-sort-value="7008114477474476851" style="text-align:right;">44.2 sq mi
</td>
<td data-sort-value="7008114477474476851" style="text-align:right;">114.5 km<sup>2</sup>
</td>
<td data-sort-value="6997154325032769415" style="text-align:right;">3,997/sq mi
</td>
<td data-sort-value="6997154325032769415" style="text-align:right;">1,543/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.06_N_123.12_W_&title=Eugene"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°04′N</span> <span class="longitude">123°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.06°N 123.12°W</span><span style="display:none"> / <span class="geo">44.06; -123.12</span></span><span style="display:none"> (<span class="fn org">Eugene</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">147
</th>
<td align="left"><a href="/wiki/Aurora,_Illinois" title="Aurora, Illinois">Aurora</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">177,866
</td>
<td style="text-align:right;">180,542
</td>
<td style="text-align:right;"><span data-sort-value="2999852000000000000♠" style="display:none"></span><span style="color:red">−1.48%</span>
</td>
<td data-sort-value="7008116549464965120" style="text-align:right;">45.0 sq mi
</td>
<td data-sort-value="7008116549464965120" style="text-align:right;">116.5 km<sup>2</sup>
</td>
<td data-sort-value="6997154904186007229" style="text-align:right;">4,012/sq mi
</td>
<td data-sort-value="6997154904186007229" style="text-align:right;">1,549/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.76_N_88.29_W_&title=Aurora"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°46′N</span> <span class="longitude">88°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.76°N 88.29°W</span><span style="display:none"> / <span class="geo">41.76; -88.29</span></span><span style="display:none"> (<span class="fn org">Aurora</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">148
</th>
<td align="left"><a href="/wiki/Elk_Grove,_California" title="Elk Grove, California">Elk Grove</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">177,558
</td>
<td style="text-align:right;">176,124
</td>
<td style="text-align:right;"><span data-sort-value="6999810000000000000♠" style="display:none"></span><span style="color:green">+0.81%</span>
</td>
<td data-sort-value="7008108779500634112" style="text-align:right;">42.0 sq mi
</td>
<td data-sort-value="7008108779500634112" style="text-align:right;">108.8 km<sup>2</sup>
</td>
<td data-sort-value="6997161892635076847" style="text-align:right;">4,193/sq mi
</td>
<td data-sort-value="6997161892635076847" style="text-align:right;">1,619/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.41_N_121.38_W_&title=Elk+Grove"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°25′N</span> <span class="longitude">121°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.41°N 121.38°W</span><span style="display:none"> / <span class="geo">38.41; -121.38</span></span><span style="display:none"> (<span class="fn org">Elk Grove</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">149
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Salem,_Oregon" title="Salem, Oregon">Salem</a></b>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">177,487
</td>
<td style="text-align:right;">175,535
</td>
<td style="text-align:right;"><span data-sort-value="7000111000000000000♠" style="display:none"></span><span style="color:green">+1.11%</span>
</td>
<td data-sort-value="7008126391419784396" style="text-align:right;">48.8 sq mi
</td>
<td data-sort-value="7008126391419784396" style="text-align:right;">126.4 km<sup>2</sup>
</td>
<td data-sort-value="6997138880946427717" style="text-align:right;">3,597/sq mi
</td>
<td data-sort-value="6997138880946427717" style="text-align:right;">1,389/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.92_N_123.02_W_&title=Salem"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°55′N</span> <span class="longitude">123°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.92°N 123.02°W</span><span style="display:none"> / <span class="geo">44.92; -123.02</span></span><span style="display:none"> (<span class="fn org">Salem</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">150
</th>
<td align="left"><a href="/wiki/Santa_Rosa,_California" title="Santa Rosa, California">Santa Rosa</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">177,181
</td>
<td style="text-align:right;">178,127
</td>
<td style="text-align:right;"><span data-sort-value="3000470000000000000♠" style="display:none"></span><span style="color:red">−0.53%</span>
</td>
<td data-sort-value="7008110074494689280" style="text-align:right;">42.5 sq mi
</td>
<td data-sort-value="7008110074494689280" style="text-align:right;">110.1 km<sup>2</sup>
</td>
<td data-sort-value="6997161815414645139" style="text-align:right;">4,191/sq mi
</td>
<td data-sort-value="6997161815414645139" style="text-align:right;">1,618/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.45_N_122.71_W_&title=Santa+Rosa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°27′N</span> <span class="longitude">122°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.45°N 122.71°W</span><span style="display:none"> / <span class="geo">38.45; -122.71</span></span><span style="display:none"> (<span class="fn org">Santa Rosa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">151
</th>
<td align="left"><a href="/wiki/Clarksville,_Tennessee" title="Clarksville, Tennessee">Clarksville</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">176,974
</td>
<td style="text-align:right;">166,722
</td>
<td style="text-align:right;"><span data-sort-value="7000615000000000000♠" style="display:none"></span><span style="color:green">+6.15%</span>
</td>
<td data-sort-value="7008257444818167398" style="text-align:right;">99.4 sq mi
</td>
<td data-sort-value="7008257444818167398" style="text-align:right;">257.4 km<sup>2</sup>
</td>
<td data-sort-value="6996647493319875681" style="text-align:right;">1,677/sq mi
</td>
<td data-sort-value="6996647493319875681" style="text-align:right;">647/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.57_N_87.35_W_&title=Clarksville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°34′N</span> <span class="longitude">87°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.57°N 87.35°W</span><span style="display:none"> / <span class="geo">36.57; -87.35</span></span><span style="display:none"> (<span class="fn org">Clarksville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">152
</th>
<td align="left"><a href="/wiki/Rancho_Cucamonga,_California" title="Rancho Cucamonga, California">Rancho Cucamonga</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">176,336
</td>
<td style="text-align:right;">174,453
</td>
<td style="text-align:right;"><span data-sort-value="7000108000000000000♠" style="display:none"></span><span style="color:green">+1.08%</span>
</td>
<td data-sort-value="7008103858523224473" style="text-align:right;">40.1 sq mi
</td>
<td data-sort-value="7008103858523224473" style="text-align:right;">103.9 km<sup>2</sup>
</td>
<td data-sort-value="6997167954438965963" style="text-align:right;">4,350/sq mi
</td>
<td data-sort-value="6997167954438965963" style="text-align:right;">1,680/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.12_N_117.56_W_&title=Rancho+Cucamonga"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°07′N</span> <span class="longitude">117°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.12°N 117.56°W</span><span style="display:none"> / <span class="geo">34.12; -117.56</span></span><span style="display:none"> (<span class="fn org">Rancho Cucamonga</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">153
</th>
<td align="left"><a href="/wiki/Oceanside,_California" title="Oceanside, California">Oceanside</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">172,199
</td>
<td style="text-align:right;">174,068
</td>
<td style="text-align:right;"><span data-sort-value="2999893000000000000♠" style="display:none"></span><span style="color:red">−1.07%</span>
</td>
<td data-sort-value="7008106966508956876" style="text-align:right;">41.3 sq mi
</td>
<td data-sort-value="7008106966508956876" style="text-align:right;">107.0 km<sup>2</sup>
</td>
<td data-sort-value="6997162742059825640" style="text-align:right;">4,215/sq mi
</td>
<td data-sort-value="6997162742059825640" style="text-align:right;">1,627/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.22_N_117.31_W_&title=Oceanside"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°13′N</span> <span class="longitude">117°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.22°N 117.31°W</span><span style="display:none"> / <span class="geo">33.22; -117.31</span></span><span style="display:none"> (<span class="fn org">Oceanside</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">154
</th>
<td align="left"><a href="/wiki/Springfield,_Missouri" title="Springfield, Missouri">Springfield</a>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">170,067
</td>
<td style="text-align:right;">169,176
</td>
<td style="text-align:right;"><span data-sort-value="6999530000000000000♠" style="display:none"></span><span style="color:green">+0.53%</span>
</td>
<td data-sort-value="7008213415020291686" style="text-align:right;">82.4 sq mi
</td>
<td data-sort-value="7008213415020291686" style="text-align:right;">213.4 km<sup>2</sup>
</td>
<td data-sort-value="6996792667731487641" style="text-align:right;">2,053/sq mi
</td>
<td data-sort-value="6996792667731487641" style="text-align:right;">793/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.19_N_93.29_W_&title=Springfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°11′N</span> <span class="longitude">93°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.19°N 93.29°W</span><span style="display:none"> / <span class="geo">37.19; -93.29</span></span><span style="display:none"> (<span class="fn org">Springfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">155
</th>
<td align="left"><a href="/wiki/Pembroke_Pines,_Florida" title="Pembroke Pines, Florida">Pembroke Pines</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">169,876
</td>
<td style="text-align:right;">171,178
</td>
<td style="text-align:right;"><span data-sort-value="3000240000000000000♠" style="display:none"></span><span style="color:red">−0.76%</span>
</td>
<td data-sort-value="7007846926112079872" style="text-align:right;">32.7 sq mi
</td>
<td data-sort-value="7007846926112079872" style="text-align:right;">84.7 km<sup>2</sup>
</td>
<td data-sort-value="6997202124479996970" style="text-align:right;">5,235/sq mi
</td>
<td data-sort-value="6997202124479996970" style="text-align:right;">2,021/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.01_N_80.34_W_&title=Pembroke+Pines"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°01′N</span> <span class="longitude">80°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.01°N 80.34°W</span><span style="display:none"> / <span class="geo">26.01; -80.34</span></span><span style="display:none"> (<span class="fn org">Pembroke Pines</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">156
</th>
<td align="left"><a href="/wiki/Garden_Grove,_California" title="Garden Grove, California">Garden Grove</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">169,254
</td>
<td style="text-align:right;">171,949
</td>
<td style="text-align:right;"><span data-sort-value="2999843000000000000♠" style="display:none"></span><span style="color:red">−1.57%</span>
</td>
<td data-sort-value="7007466197859860480" style="text-align:right;">18.0 sq mi
</td>
<td data-sort-value="7007466197859860480" style="text-align:right;">46.6 km<sup>2</sup>
</td>
<td data-sort-value="6997368843392055598" style="text-align:right;">9,553/sq mi
</td>
<td data-sort-value="6997368843392055598" style="text-align:right;">3,688/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.78_N_117.96_W_&title=Garden+Grove"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°47′N</span> <span class="longitude">117°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.78°N 117.96°W</span><span style="display:none"> / <span class="geo">33.78; -117.96</span></span><span style="display:none"> (<span class="fn org">Garden Grove</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">157
</th>
<td align="left"><a href="/wiki/Fort_Collins,_Colorado" title="Fort Collins, Colorado">Fort Collins</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">169,249
</td>
<td style="text-align:right;">169,810
</td>
<td style="text-align:right;"><span data-sort-value="3000669999999999999♠" style="display:none"></span><span style="color:red">−0.33%</span>
</td>
<td data-sort-value="7008148147319911219" style="text-align:right;">57.2 sq mi
</td>
<td data-sort-value="7008148147319911219" style="text-align:right;">148.1 km<sup>2</sup>
</td>
<td data-sort-value="6997114633730871252" style="text-align:right;">2,969/sq mi
</td>
<td data-sort-value="6997114633730871252" style="text-align:right;">1,146/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.55_N_105.06_W_&title=Fort+Collins"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°33′N</span> <span class="longitude">105°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.55°N 105.06°W</span><span style="display:none"> / <span class="geo">40.55; -105.06</span></span><span style="display:none"> (<span class="fn org">Fort Collins</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">158
</th>
<td align="left"><a href="/wiki/Lancaster,_California" title="Lancaster, California">Lancaster</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">169,185
</td>
<td style="text-align:right;">173,516
</td>
<td style="text-align:right;"><span data-sort-value="2999750000000000000♠" style="display:none"></span><span style="color:red">−2.50%</span>
</td>
<td data-sort-value="7008244235878804684" style="text-align:right;">94.3 sq mi
</td>
<td data-sort-value="7008244235878804684" style="text-align:right;">244.2 km<sup>2</sup>
</td>
<td data-sort-value="6996710427971718100" style="text-align:right;">1,840/sq mi
</td>
<td data-sort-value="6996710427971718100" style="text-align:right;">710/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.69_N_118.18_W_&title=Lancaster"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°41′N</span> <span class="longitude">118°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.69°N 118.18°W</span><span style="display:none"> / <span class="geo">34.69; -118.18</span></span><span style="display:none"> (<span class="fn org">Lancaster</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">159
</th>
<td align="left"><a href="/wiki/Palmdale,_California" title="Palmdale, California">Palmdale</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">163,463
</td>
<td style="text-align:right;">169,450
</td>
<td style="text-align:right;"><span data-sort-value="2999647000000000000♠" style="display:none"></span><span style="color:red">−3.53%</span>
</td>
<td data-sort-value="7008274797738506649" style="text-align:right;">106.1 sq mi
</td>
<td data-sort-value="7008274797738506649" style="text-align:right;">274.8 km<sup>2</sup>
</td>
<td data-sort-value="6996616605147192286" style="text-align:right;">1,597/sq mi
</td>
<td data-sort-value="6996616605147192286" style="text-align:right;">617/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.59_N_118.11_W_&title=Palmdale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°35′N</span> <span class="longitude">118°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.59°N 118.11°W</span><span style="display:none"> / <span class="geo">34.59; -118.11</span></span><span style="display:none"> (<span class="fn org">Palmdale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">160
</th>
<td align="left"><a href="/wiki/Murfreesboro,_Tennessee" title="Murfreesboro, Tennessee">Murfreesboro</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">162,398
</td>
<td style="text-align:right;">152,769
</td>
<td style="text-align:right;"><span data-sort-value="7000630000000000000♠" style="display:none"></span><span style="color:green">+6.30%</span>
</td>
<td data-sort-value="7008162910252140134" style="text-align:right;">62.9 sq mi
</td>
<td data-sort-value="7008162910252140134" style="text-align:right;">162.9 km<sup>2</sup>
</td>
<td data-sort-value="6996937842143099600" style="text-align:right;">2,429/sq mi
</td>
<td data-sort-value="6996937842143099600" style="text-align:right;">938/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.85_N_86.42_W_&title=Murfreesboro"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°51′N</span> <span class="longitude">86°25′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.85°N 86.42°W</span><span style="display:none"> / <span class="geo">35.85; -86.42</span></span><span style="display:none"> (<span class="fn org">Murfreesboro</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">161
</th>
<td align="left"><a href="/wiki/Salinas,_California" title="Salinas, California">Salinas</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">161,020
</td>
<td style="text-align:right;">163,542
</td>
<td style="text-align:right;"><span data-sort-value="2999846000000000000♠" style="display:none"></span><span style="color:red">−1.54%</span>
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">23.5 sq mi
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">60.9 km<sup>2</sup>
</td>
<td data-sort-value="6997268688492129688" style="text-align:right;">6,959/sq mi
</td>
<td data-sort-value="6997268688492129688" style="text-align:right;">2,687/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.69_N_121.63_W_&title=Salinas"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°41′N</span> <span class="longitude">121°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.69°N 121.63°W</span><span style="display:none"> / <span class="geo">36.69; -121.63</span></span><span style="display:none"> (<span class="fn org">Salinas</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">162
</th>
<td align="left"><a href="/wiki/Corona,_California" title="Corona, California">Corona</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">159,567
</td>
<td style="text-align:right;">157,136
</td>
<td style="text-align:right;"><span data-sort-value="7000155000000000000♠" style="display:none"></span><span style="color:green">+1.55%</span>
</td>
<td data-sort-value="7008103340525602406" style="text-align:right;">39.9 sq mi
</td>
<td data-sort-value="7008103340525602406" style="text-align:right;">103.3 km<sup>2</sup>
</td>
<td data-sort-value="6997152047030034015" style="text-align:right;">3,938/sq mi
</td>
<td data-sort-value="6997152047030034015" style="text-align:right;">1,520/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.86_N_117.57_W_&title=Corona"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°52′N</span> <span class="longitude">117°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.86°N 117.57°W</span><span style="display:none"> / <span class="geo">33.86; -117.57</span></span><span style="display:none"> (<span class="fn org">Corona</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">163
</th>
<td align="left"><a href="/wiki/Killeen,_Texas" title="Killeen, Texas">Killeen</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">159,172
</td>
<td style="text-align:right;">153,095
</td>
<td style="text-align:right;"><span data-sort-value="7000397000000000000♠" style="display:none"></span><span style="color:green">+3.97%</span>
</td>
<td data-sort-value="7008141931348446412" style="text-align:right;">54.8 sq mi
</td>
<td data-sort-value="7008141931348446412" style="text-align:right;">141.9 km<sup>2</sup>
</td>
<td data-sort-value="6997107876943096759" style="text-align:right;">2,794/sq mi
</td>
<td data-sort-value="6997107876943096759" style="text-align:right;">1,079/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=31.08_N_97.73_W_&title=Killeen"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">31°05′N</span> <span class="longitude">97°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">31.08°N 97.73°W</span><span style="display:none"> / <span class="geo">31.08; -97.73</span></span><span style="display:none"> (<span class="fn org">Killeen</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">164
</th>
<td align="left"><a href="/wiki/Hayward,_California" title="Hayward, California">Hayward</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">156,754
</td>
<td style="text-align:right;">162,954
</td>
<td style="text-align:right;"><span data-sort-value="2999620000000000000♠" style="display:none"></span><span style="color:red">−3.80%</span>
</td>
<td data-sort-value="7008118621455453388" style="text-align:right;">45.8 sq mi
</td>
<td data-sort-value="7008118621455453388" style="text-align:right;">118.6 km<sup>2</sup>
</td>
<td data-sort-value="6997137375148009402" style="text-align:right;">3,558/sq mi
</td>
<td data-sort-value="6997137375148009402" style="text-align:right;">1,374/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.63_N_122.10_W_&title=Hayward"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°38′N</span> <span class="longitude">122°06′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.63°N 122.10°W</span><span style="display:none"> / <span class="geo">37.63; -122.10</span></span><span style="display:none"> (<span class="fn org">Hayward</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">165
</th>
<td align="left"><a href="/wiki/Paterson,_New_Jersey" title="Paterson, New Jersey">Paterson</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">156,661
</td>
<td style="text-align:right;">159,732
</td>
<td style="text-align:right;"><span data-sort-value="2999808000000000000♠" style="display:none"></span><span style="color:red">−1.92%</span>
</td>
<td data-sort-value="7007217559001268224" style="text-align:right;">8.4 sq mi
</td>
<td data-sort-value="7007217559001268224" style="text-align:right;">21.8 km<sup>2</sup>
</td>
<td data-sort-value="6997734211864684314" style="text-align:right;">19,016/sq mi
</td>
<td data-sort-value="6997734211864684314" style="text-align:right;">7,342/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.91_N_74.16_W_&title=Paterson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°55′N</span> <span class="longitude">74°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.91°N 74.16°W</span><span style="display:none"> / <span class="geo">40.91; -74.16</span></span><span style="display:none"> (<span class="fn org">Paterson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">166
</th>
<td align="left"><a href="/wiki/Macon,_Georgia" title="Macon, Georgia">Macon</a><sup class="reference" id="cite_ref-25"><a href="#cite_note-25">[w]</a></sup>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">156,197
</td>
<td style="text-align:right;">157,346
</td>
<td style="text-align:right;"><span data-sort-value="3000270000000000000♠" style="display:none"></span><span style="color:red">−0.73%</span>
</td>
<td data-sort-value="7008645943034717798" style="text-align:right;">249.4 sq mi
</td>
<td data-sort-value="7008645943034717798" style="text-align:right;">645.9 km<sup>2</sup>
</td>
<td data-sort-value="6996243630462040283" style="text-align:right;">631/sq mi
</td>
<td data-sort-value="6996243630462040283" style="text-align:right;">244/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.81_N_83.69_W_&title=Macon"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°49′N</span> <span class="longitude">83°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.81°N 83.69°W</span><span style="display:none"> / <span class="geo">32.81; -83.69</span></span><span style="display:none"> (<span class="fn org">Macon</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">167
</th>
<td align="left"><a href="/wiki/Lakewood,_Colorado" title="Lakewood, Colorado">Lakewood</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">156,120
</td>
<td style="text-align:right;">155,984
</td>
<td style="text-align:right;"><span data-sort-value="6998900000000000000♠" style="display:none"></span><span style="color:green">+0.09%</span>
</td>
<td data-sort-value="7008112664482799616" style="text-align:right;">43.5 sq mi
</td>
<td data-sort-value="7008112664482799616" style="text-align:right;">112.7 km<sup>2</sup>
</td>
<td data-sort-value="6997138456234053321" style="text-align:right;">3,586/sq mi
</td>
<td data-sort-value="6997138456234053321" style="text-align:right;">1,385/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.70_N_105.12_W_&title=Lakewood"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°42′N</span> <span class="longitude">105°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.70°N 105.12°W</span><span style="display:none"> / <span class="geo">39.70; -105.12</span></span><span style="display:none"> (<span class="fn org">Lakewood</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">168
</th>
<td align="left"><a href="/wiki/Alexandria,_Virginia" title="Alexandria, Virginia">Alexandria</a><sup class="reference" id="cite_ref-IndependentCity_15-7"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">155,525
</td>
<td style="text-align:right;">159,467
</td>
<td style="text-align:right;"><span data-sort-value="2999752999999999999♠" style="display:none"></span><span style="color:red">−2.47%</span>
</td>
<td data-sort-value="7007385908228440064" style="text-align:right;">14.9 sq mi
</td>
<td data-sort-value="7007385908228440064" style="text-align:right;">38.6 km<sup>2</sup>
</td>
<td data-sort-value="6997413206530072125" style="text-align:right;">10,702/sq mi
</td>
<td data-sort-value="6997413206530072125" style="text-align:right;">4,132/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.82_N_77.08_W_&title=Alexandria"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°49′N</span> <span class="longitude">77°05′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.82°N 77.08°W</span><span style="display:none"> / <span class="geo">38.82; -77.08</span></span><span style="display:none"> (<span class="fn org">Alexandria</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">169
</th>
<td align="left"><a href="/wiki/Roseville,_California" title="Roseville, California">Roseville</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">154,817
</td>
<td style="text-align:right;">147,773
</td>
<td style="text-align:right;"><span data-sort-value="7000476999999999999♠" style="display:none"></span><span style="color:green">+4.77%</span>
</td>
<td data-sort-value="7008114218475665817" style="text-align:right;">44.1 sq mi
</td>
<td data-sort-value="7008114218475665817" style="text-align:right;">114.2 km<sup>2</sup>
</td>
<td data-sort-value="6997129382833327573" style="text-align:right;">3,351/sq mi
</td>
<td data-sort-value="6997129382833327573" style="text-align:right;">1,294/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.77_N_121.32_W_&title=Roseville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°46′N</span> <span class="longitude">121°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.77°N 121.32°W</span><span style="display:none"> / <span class="geo">38.77; -121.32</span></span><span style="display:none"> (<span class="fn org">Roseville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">170
</th>
<td align="left"><a href="/wiki/Surprise,_Arizona" title="Surprise, Arizona">Surprise</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">154,198
</td>
<td style="text-align:right;">143,148
</td>
<td style="text-align:right;"><span data-sort-value="7000772000000000000♠" style="display:none"></span><span style="color:green">+7.72%</span>
</td>
<td data-sort-value="7008285675688570060" style="text-align:right;">110.3 sq mi
</td>
<td data-sort-value="7008285675688570060" style="text-align:right;">285.7 km<sup>2</sup>
</td>
<td data-sort-value="6996501160601788094" style="text-align:right;">1,298/sq mi
</td>
<td data-sort-value="6996501160601788094" style="text-align:right;">501/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.67_N_112.45_W_&title=Surprise"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°40′N</span> <span class="longitude">112°27′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.67°N 112.45°W</span><span style="display:none"> / <span class="geo">33.67; -112.45</span></span><span style="display:none"> (<span class="fn org">Surprise</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">171
</th>
<td align="left"><a href="/wiki/Springfield,_Massachusetts" title="Springfield, Massachusetts">Springfield</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">154,064
</td>
<td style="text-align:right;">155,929
</td>
<td style="text-align:right;"><span data-sort-value="2999880000000000000♠" style="display:none"></span><span style="color:red">−1.20%</span>
</td>
<td data-sort-value="7007826206207197184" style="text-align:right;">31.9 sq mi
</td>
<td data-sort-value="7007826206207197184" style="text-align:right;">82.6 km<sup>2</sup>
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">4,888/sq mi
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">1,887/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.12_N_72.54_W_&title=Springfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°07′N</span> <span class="longitude">72°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.12°N 72.54°W</span><span style="display:none"> / <span class="geo">42.12; -72.54</span></span><span style="display:none"> (<span class="fn org">Springfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">172
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Charleston,_South_Carolina" title="Charleston, South Carolina">Charleston</a></i>
</td>
<td align="left"><a href="/wiki/South_Carolina" title="South Carolina">South Carolina</a>
</td>
<td style="text-align:right;">153,672
</td>
<td style="text-align:right;">150,227
</td>
<td style="text-align:right;"><span data-sort-value="7000229000000000000♠" style="display:none"></span><span style="color:green">+2.29%</span>
</td>
<td data-sort-value="7008297330635066572" style="text-align:right;">114.8 sq mi
</td>
<td data-sort-value="7008297330635066572" style="text-align:right;">297.3 km<sup>2</sup>
</td>
<td data-sort-value="6996505407725532061" style="text-align:right;">1,309/sq mi
</td>
<td data-sort-value="6996505407725532061" style="text-align:right;">505/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.83_N_79.97_W_&title=Charleston"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°50′N</span> <span class="longitude">79°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.83°N 79.97°W</span><span style="display:none"> / <span class="geo">32.83; -79.97</span></span><span style="display:none"> (<span class="fn org">Charleston</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">173
</th>
<td align="left"><a href="/wiki/Kansas_City,_Kansas" title="Kansas City, Kansas">Kansas City</a><sup class="reference" id="cite_ref-26"><a href="#cite_note-26">[x]</a></sup>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">153,345
</td>
<td style="text-align:right;">156,607
</td>
<td style="text-align:right;"><span data-sort-value="2999792000000000000♠" style="display:none"></span><span style="color:red">−2.08%</span>
</td>
<td data-sort-value="7008322971517358899" style="text-align:right;">124.7 sq mi
</td>
<td data-sort-value="7008322971517358899" style="text-align:right;">323.0 km<sup>2</sup>
</td>
<td data-sort-value="6996484944311129311" style="text-align:right;">1,256/sq mi
</td>
<td data-sort-value="6996484944311129311" style="text-align:right;">485/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.12_N_94.74_W_&title=Kansas+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°07′N</span> <span class="longitude">94°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.12°N 94.74°W</span><span style="display:none"> / <span class="geo">39.12; -94.74</span></span><span style="display:none"> (<span class="fn org">Kansas City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">174
</th>
<td align="left"><a href="/wiki/Sunnyvale,_California" title="Sunnyvale, California">Sunnyvale</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">153,091
</td>
<td style="text-align:right;">155,805
</td>
<td style="text-align:right;"><span data-sort-value="2999826000000000000♠" style="display:none"></span><span style="color:red">−1.74%</span>
</td>
<td data-sort-value="7007572387372384256" style="text-align:right;">22.1 sq mi
</td>
<td data-sort-value="7007572387372384256" style="text-align:right;">57.2 km<sup>2</sup>
</td>
<td data-sort-value="6997272202021772424" style="text-align:right;">7,050/sq mi
</td>
<td data-sort-value="6997272202021772424" style="text-align:right;">2,720/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.39_N_122.03_W_&title=Sunnyvale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°23′N</span> <span class="longitude">122°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.39°N 122.03°W</span><span style="display:none"> / <span class="geo">37.39; -122.03</span></span><span style="display:none"> (<span class="fn org">Sunnyvale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">175
</th>
<td align="left"><a href="/wiki/Bellevue,_Washington" title="Bellevue, Washington">Bellevue</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">152,767
</td>
<td style="text-align:right;">151,854
</td>
<td style="text-align:right;"><span data-sort-value="6999600000000000000♠" style="display:none"></span><span style="color:green">+0.60%</span>
</td>
<td data-sort-value="7007867646016962560" style="text-align:right;">33.5 sq mi
</td>
<td data-sort-value="7007867646016962560" style="text-align:right;">86.8 km<sup>2</sup>
</td>
<td data-sort-value="6997175020108467290" style="text-align:right;">4,533/sq mi
</td>
<td data-sort-value="6997175020108467290" style="text-align:right;">1,750/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.60_N_122.16_W_&title=Bellevue"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°36′N</span> <span class="longitude">122°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.60°N 122.16°W</span><span style="display:none"> / <span class="geo">47.60; -122.16</span></span><span style="display:none"> (<span class="fn org">Bellevue</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">176
</th>
<td align="left"><a href="/wiki/Hollywood,_Florida" title="Hollywood, Florida">Hollywood</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">152,650
</td>
<td style="text-align:right;">153,067
</td>
<td style="text-align:right;"><span data-sort-value="3000730000000000000♠" style="display:none"></span><span style="color:red">−0.27%</span>
</td>
<td data-sort-value="7007707066754121728" style="text-align:right;">27.3 sq mi
</td>
<td data-sort-value="7007707066754121728" style="text-align:right;">70.7 km<sup>2</sup>
</td>
<td data-sort-value="6997216487480294749" style="text-align:right;">5,607/sq mi
</td>
<td data-sort-value="6997216487480294749" style="text-align:right;">2,165/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.03_N_80.16_W_&title=Hollywood"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°02′N</span> <span class="longitude">80°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.03°N 80.16°W</span><span style="display:none"> / <span class="geo">26.03; -80.16</span></span><span style="display:none"> (<span class="fn org">Hollywood</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">177
</th>
<td align="left"><a href="/wiki/Denton,_Texas" title="Denton, Texas">Denton</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">150,353
</td>
<td style="text-align:right;">139,869
</td>
<td style="text-align:right;"><span data-sort-value="7000750000000000000♠" style="display:none"></span><span style="color:green">+7.50%</span>
</td>
<td data-sort-value="7008249674853836390" style="text-align:right;">96.4 sq mi
</td>
<td data-sort-value="7008249674853836390" style="text-align:right;">249.7 km<sup>2</sup>
</td>
<td data-sort-value="6996560234232045088" style="text-align:right;">1,451/sq mi
</td>
<td data-sort-value="6996560234232045088" style="text-align:right;">560/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.22_N_97.14_W_&title=Denton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°13′N</span> <span class="longitude">97°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.22°N 97.14°W</span><span style="display:none"> / <span class="geo">33.22; -97.14</span></span><span style="display:none"> (<span class="fn org">Denton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">178
</th>
<td align="left"><a href="/wiki/Escondido,_California" title="Escondido, California">Escondido</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">150,270
</td>
<td style="text-align:right;">151,038
</td>
<td style="text-align:right;"><span data-sort-value="3000490000000000000♠" style="display:none"></span><span style="color:red">−0.51%</span>
</td>
<td data-sort-value="7007966065565155327" style="text-align:right;">37.3 sq mi
</td>
<td data-sort-value="7007966065565155327" style="text-align:right;">96.6 km<sup>2</sup>
</td>
<td data-sort-value="6997156332763993836" style="text-align:right;">4,049/sq mi
</td>
<td data-sort-value="6997156332763993836" style="text-align:right;">1,563/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.13_N_117.07_W_&title=Escondido"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°08′N</span> <span class="longitude">117°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.13°N 117.07°W</span><span style="display:none"> / <span class="geo">33.13; -117.07</span></span><span style="display:none"> (<span class="fn org">Escondido</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">179
</th>
<td align="left"><a href="/wiki/Joliet,_Illinois" title="Joliet, Illinois">Joliet</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">150,033
</td>
<td style="text-align:right;">150,362
</td>
<td style="text-align:right;"><span data-sort-value="3000780000000000000♠" style="display:none"></span><span style="color:red">−0.22%</span>
</td>
<td data-sort-value="7008167054233116672" style="text-align:right;">64.5 sq mi
</td>
<td data-sort-value="7008167054233116672" style="text-align:right;">167.1 km<sup>2</sup>
</td>
<td data-sort-value="6996900004131562441" style="text-align:right;">2,331/sq mi
</td>
<td data-sort-value="6996900004131562441" style="text-align:right;">900/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.52_N_88.15_W_&title=Joliet"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°31′N</span> <span class="longitude">88°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.52°N 88.15°W</span><span style="display:none"> / <span class="geo">41.52; -88.15</span></span><span style="display:none"> (<span class="fn org">Joliet</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">180
</th>
<td align="left"><a href="/wiki/Naperville,_Illinois" title="Naperville, Illinois">Naperville</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">149,936
</td>
<td style="text-align:right;">149,540
</td>
<td style="text-align:right;"><span data-sort-value="6999260000000000000♠" style="display:none"></span><span style="color:green">+0.26%</span>
</td>
<td data-sort-value="7008101268535114137" style="text-align:right;">39.1 sq mi
</td>
<td data-sort-value="7008101268535114137" style="text-align:right;">101.3 km<sup>2</sup>
</td>
<td data-sort-value="6997147684075642485" style="text-align:right;">3,825/sq mi
</td>
<td data-sort-value="6997147684075642485" style="text-align:right;">1,477/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.75_N_88.16_W_&title=Naperville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°45′N</span> <span class="longitude">88°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.75°N 88.16°W</span><span style="display:none"> / <span class="geo">41.75; -88.16</span></span><span style="display:none"> (<span class="fn org">Naperville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">181
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Bridgeport,_Connecticut" title="Bridgeport, Connecticut">Bridgeport</a></i>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">148,377
</td>
<td style="text-align:right;">148,654
</td>
<td style="text-align:right;"><span data-sort-value="3000810000000000000♠" style="display:none"></span><span style="color:red">−0.19%</span>
</td>
<td data-sort-value="7007416988085764096" style="text-align:right;">16.1 sq mi
</td>
<td data-sort-value="7007416988085764096" style="text-align:right;">41.7 km<sup>2</sup>
</td>
<td data-sort-value="6997356488122982240" style="text-align:right;">9,233/sq mi
</td>
<td data-sort-value="6997356488122982240" style="text-align:right;">3,565/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.19_N_73.20_W_&title=Bridgeport"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°11′N</span> <span class="longitude">73°12′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.19°N 73.20°W</span><span style="display:none"> / <span class="geo">41.19; -73.20</span></span><span style="display:none"> (<span class="fn org">Bridgeport</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">182
</th>
<td align="left"><a href="/wiki/Savannah,_Georgia" title="Savannah, Georgia">Savannah</a>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">148,004
</td>
<td style="text-align:right;">147,780
</td>
<td style="text-align:right;"><span data-sort-value="6999150000000000000♠" style="display:none"></span><span style="color:green">+0.15%</span>
</td>
<td data-sort-value="7008276610730183884" style="text-align:right;">106.8 sq mi
</td>
<td data-sort-value="7008276610730183884" style="text-align:right;">276.6 km<sup>2</sup>
</td>
<td data-sort-value="6996534365387422745" style="text-align:right;">1,384/sq mi
</td>
<td data-sort-value="6996534365387422745" style="text-align:right;">534/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.00_N_81.15_W_&title=Savannah"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°00′N</span> <span class="longitude">81°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.00°N 81.15°W</span><span style="display:none"> / <span class="geo">32.00; -81.15</span></span><span style="display:none"> (<span class="fn org">Savannah</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">183
</th>
<td align="left"><a href="/wiki/Mesquite,_Texas" title="Mesquite, Texas">Mesquite</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">147,899
</td>
<td style="text-align:right;">150,108
</td>
<td style="text-align:right;"><span data-sort-value="2999852999999999999♠" style="display:none"></span><span style="color:red">−1.47%</span>
</td>
<td data-sort-value="7008125614423351296" style="text-align:right;">48.5 sq mi
</td>
<td data-sort-value="7008125614423351296" style="text-align:right;">125.6 km<sup>2</sup>
</td>
<td data-sort-value="6997119498618068886" style="text-align:right;">3,095/sq mi
</td>
<td data-sort-value="6997119498618068886" style="text-align:right;">1,195/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.76_N_96.59_W_&title=Mesquite"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°46′N</span> <span class="longitude">96°35′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.76°N 96.59°W</span><span style="display:none"> / <span class="geo">32.76; -96.59</span></span><span style="display:none"> (<span class="fn org">Mesquite</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">184
</th>
<td align="left"><a href="/wiki/Pasadena,_Texas" title="Pasadena, Texas">Pasadena</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">147,662
</td>
<td style="text-align:right;">151,950
</td>
<td style="text-align:right;"><span data-sort-value="2999718000000000000♠" style="display:none"></span><span style="color:red">−2.82%</span>
</td>
<td data-sort-value="7008113182480421683" style="text-align:right;">43.7 sq mi
</td>
<td data-sort-value="7008113182480421683" style="text-align:right;">113.2 km<sup>2</sup>
</td>
<td data-sort-value="6997134247720525208" style="text-align:right;">3,477/sq mi
</td>
<td data-sort-value="6997134247720525208" style="text-align:right;">1,342/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.65_N_95.15_W_&title=Pasadena"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°39′N</span> <span class="longitude">95°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.65°N 95.15°W</span><span style="display:none"> / <span class="geo">29.65; -95.15</span></span><span style="display:none"> (<span class="fn org">Pasadena</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">185
</th>
<td align="left"><a href="/wiki/Rockford,_Illinois" title="Rockford, Illinois">Rockford</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">146,713
</td>
<td style="text-align:right;">148,655
</td>
<td style="text-align:right;"><span data-sort-value="2999869000000000000♠" style="display:none"></span><span style="color:red">−1.31%</span>
</td>
<td data-sort-value="7008167054233116672" style="text-align:right;">64.5 sq mi
</td>
<td data-sort-value="7008167054233116672" style="text-align:right;">167.1 km<sup>2</sup>
</td>
<td data-sort-value="6996889965475440337" style="text-align:right;">2,305/sq mi
</td>
<td data-sort-value="6996889965475440337" style="text-align:right;">890/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.26_N_89.06_W_&title=Rockford"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°16′N</span> <span class="longitude">89°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.26°N 89.06°W</span><span style="display:none"> / <span class="geo">42.26; -89.06</span></span><span style="display:none"> (<span class="fn org">Rockford</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">186
</th>
<td align="left"><a href="/wiki/Pomona,_California" title="Pomona, California">Pomona</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">146,017
</td>
<td style="text-align:right;">151,713
</td>
<td style="text-align:right;"><span data-sort-value="2999625000000000000♠" style="display:none"></span><span style="color:red">−3.75%</span>
</td>
<td data-sort-value="7007595697265377280" style="text-align:right;">23.0 sq mi
</td>
<td data-sort-value="7007595697265377280" style="text-align:right;">59.6 km<sup>2</sup>
</td>
<td data-sort-value="6997254672983774597" style="text-align:right;">6,596/sq mi
</td>
<td data-sort-value="6997254672983774597" style="text-align:right;">2,547/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.06_N_117.76_W_&title=Pomona"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°04′N</span> <span class="longitude">117°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.06°N 117.76°W</span><span style="display:none"> / <span class="geo">34.06; -117.76</span></span><span style="display:none"> (<span class="fn org">Pomona</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">187
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Jackson,_Mississippi" title="Jackson, Mississippi">Jackson</a></b></i>
</td>
<td align="left"><a href="/wiki/Mississippi" title="Mississippi">Mississippi</a>
</td>
<td style="text-align:right;">145,995
</td>
<td style="text-align:right;">153,701
</td>
<td style="text-align:right;"><span data-sort-value="2999499000000000000♠" style="display:none"></span><span style="color:red">−5.01%</span>
</td>
<td data-sort-value="7008289301671924531" style="text-align:right;">111.7 sq mi
</td>
<td data-sort-value="7008289301671924531" style="text-align:right;">289.3 km<sup>2</sup>
</td>
<td data-sort-value="6996531276570154405" style="text-align:right;">1,376/sq mi
</td>
<td data-sort-value="6996531276570154405" style="text-align:right;">531/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.32_N_90.21_W_&title=Jackson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°19′N</span> <span class="longitude">90°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.32°N 90.21°W</span><span style="display:none"> / <span class="geo">32.32; -90.21</span></span><span style="display:none"> (<span class="fn org">Jackson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">188
</th>
<td align="left"><a href="/wiki/Olathe,_Kansas" title="Olathe, Kansas">Olathe</a>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">145,616
</td>
<td style="text-align:right;">141,290
</td>
<td style="text-align:right;"><span data-sort-value="7000306000000000000♠" style="display:none"></span><span style="color:green">+3.06%</span>
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">61.9 sq mi
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">160.3 km<sup>2</sup>
</td>
<td data-sort-value="6996881471227952403" style="text-align:right;">2,283/sq mi
</td>
<td data-sort-value="6996881471227952403" style="text-align:right;">881/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.88_N_94.82_W_&title=Olathe"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°53′N</span> <span class="longitude">94°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.88°N 94.82°W</span><span style="display:none"> / <span class="geo">38.88; -94.82</span></span><span style="display:none"> (<span class="fn org">Olathe</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">189
</th>
<td align="left"><a href="/wiki/Gainesville,_Florida" title="Gainesville, Florida">Gainesville</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">145,214
</td>
<td style="text-align:right;">141,085
</td>
<td style="text-align:right;"><span data-sort-value="7000293000000000000♠" style="display:none"></span><span style="color:green">+2.93%</span>
</td>
<td data-sort-value="7008163687248573235" style="text-align:right;">63.2 sq mi
</td>
<td data-sort-value="7008163687248573235" style="text-align:right;">163.7 km<sup>2</sup>
</td>
<td data-sort-value="6996861780017866739" style="text-align:right;">2,232/sq mi
</td>
<td data-sort-value="6996861780017866739" style="text-align:right;">862/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.68_N_82.35_W_&title=Gainesville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°41′N</span> <span class="longitude">82°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.68°N 82.35°W</span><span style="display:none"> / <span class="geo">29.68; -82.35</span></span><span style="display:none"> (<span class="fn org">Gainesville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">190
</th>
<td align="left"><a href="/wiki/McAllen,_Texas" title="McAllen, Texas">McAllen</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">144,579
</td>
<td style="text-align:right;">142,210
</td>
<td style="text-align:right;"><span data-sort-value="7000167000000000000♠" style="display:none"></span><span style="color:green">+1.67%</span>
</td>
<td data-sort-value="7008161356259273932" style="text-align:right;">62.3 sq mi
</td>
<td data-sort-value="7008161356259273932" style="text-align:right;">161.4 km<sup>2</sup>
</td>
<td data-sort-value="6996881471227952403" style="text-align:right;">2,283/sq mi
</td>
<td data-sort-value="6996881471227952403" style="text-align:right;">881/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.22_N_98.25_W_&title=McAllen"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°13′N</span> <span class="longitude">98°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.22°N 98.25°W</span><span style="display:none"> / <span class="geo">26.22; -98.25</span></span><span style="display:none"> (<span class="fn org">McAllen</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">191
</th>
<td align="left"><a href="/wiki/Syracuse,_New_York" title="Syracuse, New York">Syracuse</a>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">144,451
</td>
<td style="text-align:right;">148,620
</td>
<td style="text-align:right;"><span data-sort-value="2999719000000000000♠" style="display:none"></span><span style="color:red">−2.81%</span>
</td>
<td data-sort-value="7007650087015694336" style="text-align:right;">25.1 sq mi
</td>
<td data-sort-value="7007650087015694336" style="text-align:right;">65.0 km<sup>2</sup>
</td>
<td data-sort-value="6997228611088072982" style="text-align:right;">5,921/sq mi
</td>
<td data-sort-value="6997228611088072982" style="text-align:right;">2,286/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.04_N_76.14_W_&title=Syracuse"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°02′N</span> <span class="longitude">76°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.04°N 76.14°W</span><span style="display:none"> / <span class="geo">43.04; -76.14</span></span><span style="display:none"> (<span class="fn org">Syracuse</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">192
</th>
<td align="left"><a href="/wiki/Waco,_Texas" title="Waco, Texas">Waco</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">143,984
</td>
<td style="text-align:right;">138,486
</td>
<td style="text-align:right;"><span data-sort-value="7000397000000000000♠" style="display:none"></span><span style="color:green">+3.97%</span>
</td>
<td data-sort-value="7008229731945386803" style="text-align:right;">88.7 sq mi
</td>
<td data-sort-value="7008229731945386803" style="text-align:right;">229.7 km<sup>2</sup>
</td>
<td data-sort-value="6996602705469484758" style="text-align:right;">1,561/sq mi
</td>
<td data-sort-value="6996602705469484758" style="text-align:right;">603/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=31.56_N_97.19_W_&title=Waco"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">31°34′N</span> <span class="longitude">97°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">31.56°N 97.19°W</span><span style="display:none"> / <span class="geo">31.56; -97.19</span></span><span style="display:none"> (<span class="fn org">Waco</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">193
</th>
<td align="left"><a href="/wiki/Visalia,_California" title="Visalia, California">Visalia</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">143,966
</td>
<td style="text-align:right;">141,384
</td>
<td style="text-align:right;"><span data-sort-value="7000183000000000000♠" style="display:none"></span><span style="color:green">+1.83%</span>
</td>
<td data-sort-value="7007981605493817344" style="text-align:right;">37.9 sq mi
</td>
<td data-sort-value="7007981605493817344" style="text-align:right;">98.2 km<sup>2</sup>
</td>
<td data-sort-value="6997144016105136332" style="text-align:right;">3,730/sq mi
</td>
<td data-sort-value="6997144016105136332" style="text-align:right;">1,440/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.33_N_119.33_W_&title=Visalia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°20′N</span> <span class="longitude">119°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.33°N 119.33°W</span><span style="display:none"> / <span class="geo">36.33; -119.33</span></span><span style="display:none"> (<span class="fn org">Visalia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">194
</th>
<td align="left"><a href="/wiki/Thornton,_Colorado" title="Thornton, Colorado">Thornton</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">143,282
</td>
<td style="text-align:right;">141,867
</td>
<td style="text-align:right;"><span data-sort-value="7000100000000000000♠" style="display:none"></span><span style="color:green">+1.00%</span>
</td>
<td data-sort-value="7007929805731610624" style="text-align:right;">35.9 sq mi
</td>
<td data-sort-value="7007929805731610624" style="text-align:right;">93.0 km<sup>2</sup>
</td>
<td data-sort-value="6997152587573055974" style="text-align:right;">3,952/sq mi
</td>
<td data-sort-value="6997152587573055974" style="text-align:right;">1,526/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.92_N_104.94_W_&title=Thornton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°55′N</span> <span class="longitude">104°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.92°N 104.94°W</span><span style="display:none"> / <span class="geo">39.92; -104.94</span></span><span style="display:none"> (<span class="fn org">Thornton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">195
</th>
<td align="left"><a href="/wiki/Torrance,_California" title="Torrance, California">Torrance</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">141,126
</td>
<td style="text-align:right;">147,067
</td>
<td style="text-align:right;"><span data-sort-value="2999596000000000000♠" style="display:none"></span><span style="color:red">−4.04%</span>
</td>
<td data-sort-value="7007530947562618880" style="text-align:right;">20.5 sq mi
</td>
<td data-sort-value="7007530947562618880" style="text-align:right;">53.1 km<sup>2</sup>
</td>
<td data-sort-value="6997276989688538350" style="text-align:right;">7,174/sq mi
</td>
<td data-sort-value="6997276989688538350" style="text-align:right;">2,770/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.83_N_118.36_W_&title=Torrance"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°50′N</span> <span class="longitude">118°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.83°N 118.36°W</span><span style="display:none"> / <span class="geo">33.83; -118.36</span></span><span style="display:none"> (<span class="fn org">Torrance</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">196
</th>
<td align="left"><a href="/wiki/Fullerton,_California" title="Fullerton, California">Fullerton</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">140,541
</td>
<td style="text-align:right;">143,617
</td>
<td style="text-align:right;"><span data-sort-value="2999786000000000000♠" style="display:none"></span><span style="color:red">−2.14%</span>
</td>
<td data-sort-value="7007580157336715264" style="text-align:right;">22.4 sq mi
</td>
<td data-sort-value="7007580157336715264" style="text-align:right;">58.0 km<sup>2</sup>
</td>
<td data-sort-value="6997247530093841562" style="text-align:right;">6,411/sq mi
</td>
<td data-sort-value="6997247530093841562" style="text-align:right;">2,475/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.89_N_117.93_W_&title=Fullerton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°53′N</span> <span class="longitude">117°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.89°N 117.93°W</span><span style="display:none"> / <span class="geo">33.89; -117.93</span></span><span style="display:none"> (<span class="fn org">Fullerton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">197
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Columbia,_South_Carolina" title="Columbia, South Carolina">Columbia</a></b>
</td>
<td align="left"><a href="/wiki/South_Carolina" title="South Carolina">South Carolina</a>
</td>
<td style="text-align:right;">139,698
</td>
<td style="text-align:right;">136,632
</td>
<td style="text-align:right;"><span data-sort-value="7000224000000000000♠" style="display:none"></span><span style="color:green">+2.24%</span>
</td>
<td data-sort-value="7008354310373493964" style="text-align:right;">136.8 sq mi
</td>
<td data-sort-value="7008354310373493964" style="text-align:right;">354.3 km<sup>2</sup>
</td>
<td data-sort-value="6996385716056383903" style="text-align:right;">999/sq mi
</td>
<td data-sort-value="6996385716056383903" style="text-align:right;">386/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.04_N_80.91_W_&title=Columbia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°02′N</span> <span class="longitude">80°55′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.04°N 80.91°W</span><span style="display:none"> / <span class="geo">34.04; -80.91</span></span><span style="display:none"> (<span class="fn org">Columbia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">198
</th>
<td align="left"><a href="/wiki/Lakewood_Township,_New_Jersey" title="Lakewood Township, New Jersey">Lakewood</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">139,506
</td>
<td style="text-align:right;">135,158
</td>
<td style="text-align:right;"><span data-sort-value="7000322000000000000♠" style="display:none"></span><span style="color:green">+3.22%</span>
</td>
<td data-sort-value="7007639727063252992" style="text-align:right;">24.7 sq mi
</td>
<td data-sort-value="7007639727063252992" style="text-align:right;">64.0 km<sup>2</sup>
</td>
<td data-sort-value="6997211275101154426" style="text-align:right;">5,472/sq mi
</td>
<td data-sort-value="6997211275101154426" style="text-align:right;">2,113/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.08_N_74.20_W_&title=Lakewood"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°05′N</span> <span class="longitude">74°12′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.08°N 74.20°W</span><span style="display:none"> / <span class="geo">40.08; -74.20</span></span><span style="display:none"> (<span class="fn org">Lakewood</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">199
</th>
<td align="left"><a href="/wiki/New_Haven,_Connecticut" title="New Haven, Connecticut">New Haven</a>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">138,915
</td>
<td style="text-align:right;">134,023
</td>
<td style="text-align:right;"><span data-sort-value="7000365000000000000♠" style="display:none"></span><span style="color:green">+3.65%</span>
</td>
<td data-sort-value="7007484327776632832" style="text-align:right;">18.7 sq mi
</td>
<td data-sort-value="7007484327776632832" style="text-align:right;">48.4 km<sup>2</sup>
</td>
<td data-sort-value="6997276719417027370" style="text-align:right;">7,167/sq mi
</td>
<td data-sort-value="6997276719417027370" style="text-align:right;">2,767/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.31_N_72.92_W_&title=New+Haven"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°19′N</span> <span class="longitude">72°55′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.31°N 72.92°W</span><span style="display:none"> / <span class="geo">41.31; -72.92</span></span><span style="display:none"> (<span class="fn org">New Haven</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">200
</th>
<td align="left"><a href="/wiki/Hampton,_Virginia" title="Hampton, Virginia">Hampton</a><sup class="reference" id="cite_ref-IndependentCity_15-8"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">138,037
</td>
<td style="text-align:right;">137,148
</td>
<td style="text-align:right;"><span data-sort-value="6999650000000000000♠" style="display:none"></span><span style="color:green">+0.65%</span>
</td>
<td data-sort-value="7008133384387682304" style="text-align:right;">51.5 sq mi
</td>
<td data-sort-value="7008133384387682304" style="text-align:right;">133.4 km<sup>2</sup>
</td>
<td data-sort-value="6997102819004819853" style="text-align:right;">2,663/sq mi
</td>
<td data-sort-value="6997102819004819853" style="text-align:right;">1,028/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.05_N_76.30_W_&title=Hampton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°03′N</span> <span class="longitude">76°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.05°N 76.30°W</span><span style="display:none"> / <span class="geo">37.05; -76.30</span></span><span style="display:none"> (<span class="fn org">Hampton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">201
</th>
<td align="left"><a href="/wiki/Miramar,_Florida" title="Miramar, Florida">Miramar</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">137,228
</td>
<td style="text-align:right;">134,721
</td>
<td style="text-align:right;"><span data-sort-value="7000186000000000000♠" style="display:none"></span><span style="color:green">+1.86%</span>
</td>
<td data-sort-value="7007748506563887104" style="text-align:right;">28.9 sq mi
</td>
<td data-sort-value="7007748506563887104" style="text-align:right;">74.9 km<sup>2</sup>
</td>
<td data-sort-value="6997180000826312488" style="text-align:right;">4,662/sq mi
</td>
<td data-sort-value="6997180000826312488" style="text-align:right;">1,800/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=25.97_N_80.34_W_&title=Miramar"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">25°58′N</span> <span class="longitude">80°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">25.97°N 80.34°W</span><span style="display:none"> / <span class="geo">25.97; -80.34</span></span><span style="display:none"> (<span class="fn org">Miramar</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">202
</th>
<td align="left"><a href="/wiki/Victorville,_California" title="Victorville, California">Victorville</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">137,221
</td>
<td style="text-align:right;">134,810
</td>
<td style="text-align:right;"><span data-sort-value="7000179000000000000♠" style="display:none"></span><span style="color:green">+1.79%</span>
</td>
<td data-sort-value="7008190882123731763" style="text-align:right;">73.7 sq mi
</td>
<td data-sort-value="7008190882123731763" style="text-align:right;">190.9 km<sup>2</sup>
</td>
<td data-sort-value="6996706180847974133" style="text-align:right;">1,829/sq mi
</td>
<td data-sort-value="6996706180847974133" style="text-align:right;">706/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.53_N_117.35_W_&title=Victorville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°32′N</span> <span class="longitude">117°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.53°N 117.35°W</span><span style="display:none"> / <span class="geo">34.53; -117.35</span></span><span style="display:none"> (<span class="fn org">Victorville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">203
</th>
<td align="left"><a href="/wiki/Warren,_Michigan" title="Warren, Michigan">Warren</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">137,107
</td>
<td style="text-align:right;">139,387
</td>
<td style="text-align:right;"><span data-sort-value="2999836000000000000♠" style="display:none"></span><span style="color:red">−1.64%</span>
</td>
<td data-sort-value="7007890955909955584" style="text-align:right;">34.4 sq mi
</td>
<td data-sort-value="7007890955909955584" style="text-align:right;">89.1 km<sup>2</sup>
</td>
<td data-sort-value="6997156448594641399" style="text-align:right;">4,052/sq mi
</td>
<td data-sort-value="6997156448594641399" style="text-align:right;">1,564/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.49_N_83.03_W_&title=Warren"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°29′N</span> <span class="longitude">83°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.49°N 83.03°W</span><span style="display:none"> / <span class="geo">42.49; -83.03</span></span><span style="display:none"> (<span class="fn org">Warren</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">204
</th>
<td align="left"><a href="/wiki/West_Valley_City,_Utah" title="West Valley City, Utah">West Valley City</a>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">136,650
</td>
<td style="text-align:right;">140,230
</td>
<td style="text-align:right;"><span data-sort-value="2999745000000000000♠" style="display:none"></span><span style="color:red">−2.55%</span>
</td>
<td data-sort-value="7007927215743500288" style="text-align:right;">35.8 sq mi
</td>
<td data-sort-value="7007927215743500288" style="text-align:right;">92.7 km<sup>2</sup>
</td>
<td data-sort-value="6997151236215501076" style="text-align:right;">3,917/sq mi
</td>
<td data-sort-value="6997151236215501076" style="text-align:right;">1,512/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.69_N_112.01_W_&title=West+Valley+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°41′N</span> <span class="longitude">112°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.69°N 112.01°W</span><span style="display:none"> / <span class="geo">40.69; -112.01</span></span><span style="display:none"> (<span class="fn org">West Valley City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">205
</th>
<td align="left"><a href="/wiki/Cedar_Rapids,_Iowa" title="Cedar Rapids, Iowa">Cedar Rapids</a>
</td>
<td align="left"><a href="/wiki/Iowa" title="Iowa">Iowa</a>
</td>
<td style="text-align:right;">136,429
</td>
<td style="text-align:right;">137,710
</td>
<td style="text-align:right;"><span data-sort-value="3000069999999999999♠" style="display:none"></span><span style="color:red">−0.93%</span>
</td>
<td data-sort-value="7008186738142755225" style="text-align:right;">72.1 sq mi
</td>
<td data-sort-value="7008186738142755225" style="text-align:right;">186.7 km<sup>2</sup>
</td>
<td data-sort-value="6996737455122816071" style="text-align:right;">1,910/sq mi
</td>
<td data-sort-value="6996737455122816071" style="text-align:right;">740/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.97_N_91.68_W_&title=Cedar+Rapids"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°58′N</span> <span class="longitude">91°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.97°N 91.68°W</span><span style="display:none"> / <span class="geo">41.97; -91.68</span></span><span style="display:none"> (<span class="fn org">Cedar Rapids</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">206
</th>
<td align="left"><a href="/wiki/Stamford,_Connecticut" title="Stamford, Connecticut">Stamford</a>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">136,188
</td>
<td style="text-align:right;">135,470
</td>
<td style="text-align:right;"><span data-sort-value="6999530000000000000♠" style="display:none"></span><span style="color:green">+0.53%</span>
</td>
<td data-sort-value="7007973835529486336" style="text-align:right;">37.6 sq mi
</td>
<td data-sort-value="7007973835529486336" style="text-align:right;">97.4 km<sup>2</sup>
</td>
<td data-sort-value="6997139112607722843" style="text-align:right;">3,603/sq mi
</td>
<td data-sort-value="6997139112607722843" style="text-align:right;">1,391/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.08_N_73.55_W_&title=Stamford"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°05′N</span> <span class="longitude">73°33′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.08°N 73.55°W</span><span style="display:none"> / <span class="geo">41.08; -73.55</span></span><span style="display:none"> (<span class="fn org">Stamford</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">207
</th>
<td align="left"><a href="/wiki/Orange,_California" title="Orange, California">Orange</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">136,178
</td>
<td style="text-align:right;">139,911
</td>
<td style="text-align:right;"><span data-sort-value="2999733000000000000♠" style="display:none"></span><span style="color:red">−2.67%</span>
</td>
<td data-sort-value="7007665626944356352" style="text-align:right;">25.7 sq mi
</td>
<td data-sort-value="7007665626944356352" style="text-align:right;">66.6 km<sup>2</sup>
</td>
<td data-sort-value="6997210194015110507" style="text-align:right;">5,444/sq mi
</td>
<td data-sort-value="6997210194015110507" style="text-align:right;">2,102/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.79_N_117.86_W_&title=Orange"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°47′N</span> <span class="longitude">117°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.79°N 117.86°W</span><span style="display:none"> / <span class="geo">33.79; -117.86</span></span><span style="display:none"> (<span class="fn org">Orange</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">208
</th>
<td align="left"><a href="/wiki/Dayton,_Ohio" title="Dayton, Ohio">Dayton</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">135,944
</td>
<td style="text-align:right;">137,644
</td>
<td style="text-align:right;"><span data-sort-value="2999876000000000000♠" style="display:none"></span><span style="color:red">−1.24%</span>
</td>
<td data-sort-value="7008144521336556748" style="text-align:right;">55.8 sq mi
</td>
<td data-sort-value="7008144521336556748" style="text-align:right;">144.5 km<sup>2</sup>
</td>
<td data-sort-value="6996952514025124213" style="text-align:right;">2,467/sq mi
</td>
<td data-sort-value="6996952514025124213" style="text-align:right;">953/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.78_N_84.20_W_&title=Dayton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°47′N</span> <span class="longitude">84°12′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.78°N 84.20°W</span><span style="display:none"> / <span class="geo">39.78; -84.20</span></span><span style="display:none"> (<span class="fn org">Dayton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">209
</th>
<td align="left"><a href="/wiki/Midland,_Texas" title="Midland, Texas">Midland</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">134,444
</td>
<td style="text-align:right;">132,524
</td>
<td style="text-align:right;"><span data-sort-value="7000145000000000000♠" style="display:none"></span><span style="color:green">+1.45%</span>
</td>
<td data-sort-value="7008195544102330368" style="text-align:right;">75.5 sq mi
</td>
<td data-sort-value="7008195544102330368" style="text-align:right;">195.5 km<sup>2</sup>
</td>
<td data-sort-value="6996677609288241992" style="text-align:right;">1,755/sq mi
</td>
<td data-sort-value="6996677609288241992" style="text-align:right;">678/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.02_N_102.11_W_&title=Midland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°01′N</span> <span class="longitude">102°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.02°N 102.11°W</span><span style="display:none"> / <span class="geo">32.02; -102.11</span></span><span style="display:none"> (<span class="fn org">Midland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">210
</th>
<td align="left"><a href="/wiki/Kent,_Washington" title="Kent, Washington">Kent</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">134,392
</td>
<td style="text-align:right;">136,588
</td>
<td style="text-align:right;"><span data-sort-value="2999839000000000000♠" style="display:none"></span><span style="color:red">−1.61%</span>
</td>
<td data-sort-value="7007875415981293568" style="text-align:right;">33.8 sq mi
</td>
<td data-sort-value="7007875415981293568" style="text-align:right;">87.5 km<sup>2</sup>
</td>
<td data-sort-value="6997156023882267002" style="text-align:right;">4,041/sq mi
</td>
<td data-sort-value="6997156023882267002" style="text-align:right;">1,560/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.39_N_122.21_W_&title=Kent"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°23′N</span> <span class="longitude">122°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.39°N 122.21°W</span><span style="display:none"> / <span class="geo">47.39; -122.21</span></span><span style="display:none"> (<span class="fn org">Kent</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">211
</th>
<td align="left"><a href="/wiki/Elizabeth,_New_Jersey" title="Elizabeth, New Jersey">Elizabeth</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">134,283
</td>
<td style="text-align:right;">137,298
</td>
<td style="text-align:right;"><span data-sort-value="2999780000000000000♠" style="display:none"></span><span style="color:red">−2.20%</span>
</td>
<td data-sort-value="7007318568537571328" style="text-align:right;">12.3 sq mi
</td>
<td data-sort-value="7007318568537571328" style="text-align:right;">31.9 km<sup>2</sup>
</td>
<td data-sort-value="6997430967229365078" style="text-align:right;">11,162/sq mi
</td>
<td data-sort-value="6997430967229365078" style="text-align:right;">4,310/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.67_N_74.19_W_&title=Elizabeth"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°40′N</span> <span class="longitude">74°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.67°N 74.19°W</span><span style="display:none"> / <span class="geo">40.67; -74.19</span></span><span style="display:none"> (<span class="fn org">Elizabeth</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">212
</th>
<td align="left"><a href="/wiki/Pasadena,_California" title="Pasadena, California">Pasadena</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">134,211
</td>
<td style="text-align:right;">138,699
</td>
<td style="text-align:right;"><span data-sort-value="2999676000000000000♠" style="display:none"></span><span style="color:red">−3.24%</span>
</td>
<td data-sort-value="7007595697265377280" style="text-align:right;">23.0 sq mi
</td>
<td data-sort-value="7007595697265377280" style="text-align:right;">59.6 km<sup>2</sup>
</td>
<td data-sort-value="6997232819601601094" style="text-align:right;">6,030/sq mi
</td>
<td data-sort-value="6997232819601601094" style="text-align:right;">2,330/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.16_N_118.14_W_&title=Pasadena"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°10′N</span> <span class="longitude">118°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.16°N 118.14°W</span><span style="display:none"> / <span class="geo">34.16; -118.14</span></span><span style="display:none"> (<span class="fn org">Pasadena</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">213
</th>
<td align="left"><a href="/wiki/Carrollton,_Texas" title="Carrollton, Texas">Carrollton</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">133,820
</td>
<td style="text-align:right;">133,434
</td>
<td style="text-align:right;"><span data-sort-value="6999290000000000000♠" style="display:none"></span><span style="color:green">+0.29%</span>
</td>
<td data-sort-value="7007950525636493312" style="text-align:right;">36.7 sq mi
</td>
<td data-sort-value="7007950525636493312" style="text-align:right;">95.1 km<sup>2</sup>
</td>
<td data-sort-value="6997140386744846033" style="text-align:right;">3,636/sq mi
</td>
<td data-sort-value="6997140386744846033" style="text-align:right;">1,404/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.99_N_96.90_W_&title=Carrollton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°59′N</span> <span class="longitude">96°54′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.99°N 96.90°W</span><span style="display:none"> / <span class="geo">32.99; -96.90</span></span><span style="display:none"> (<span class="fn org">Carrollton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">214
</th>
<td align="left"><a href="/wiki/Coral_Springs,_Florida" title="Coral Springs, Florida">Coral Springs</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">133,369
</td>
<td style="text-align:right;">134,394
</td>
<td style="text-align:right;"><span data-sort-value="3000240000000000000♠" style="display:none"></span><span style="color:red">−0.76%</span>
</td>
<td data-sort-value="7007593107277266944" style="text-align:right;">22.9 sq mi
</td>
<td data-sort-value="7007593107277266944" style="text-align:right;">59.3 km<sup>2</sup>
</td>
<td data-sort-value="6997226603356848561" style="text-align:right;">5,869/sq mi
</td>
<td data-sort-value="6997226603356848561" style="text-align:right;">2,266/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.27_N_80.26_W_&title=Coral+Springs"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°16′N</span> <span class="longitude">80°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.27°N 80.26°W</span><span style="display:none"> / <span class="geo">26.27; -80.26</span></span><span style="display:none"> (<span class="fn org">Coral Springs</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">215
</th>
<td align="left"><a href="/wiki/Sterling_Heights,_Michigan" title="Sterling Heights, Michigan">Sterling Heights</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">132,567
</td>
<td style="text-align:right;">134,346
</td>
<td style="text-align:right;"><span data-sort-value="2999868000000000000♠" style="display:none"></span><span style="color:red">−1.32%</span>
</td>
<td data-sort-value="7007942755672162304" style="text-align:right;">36.4 sq mi
</td>
<td data-sort-value="7007942755672162304" style="text-align:right;">94.3 km<sup>2</sup>
</td>
<td data-sort-value="6997142510306718016" style="text-align:right;">3,691/sq mi
</td>
<td data-sort-value="6997142510306718016" style="text-align:right;">1,425/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.58_N_83.03_W_&title=Sterling+Heights"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°35′N</span> <span class="longitude">83°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.58°N 83.03°W</span><span style="display:none"> / <span class="geo">42.58; -83.03</span></span><span style="display:none"> (<span class="fn org">Sterling Heights</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">216
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Fargo,_North_Dakota" title="Fargo, North Dakota">Fargo</a></i>
</td>
<td align="left"><a href="/wiki/North_Dakota" title="North Dakota">North Dakota</a>
</td>
<td style="text-align:right;">131,444
</td>
<td style="text-align:right;">125,990
</td>
<td style="text-align:right;"><span data-sort-value="7000433000000000000♠" style="display:none"></span><span style="color:green">+4.33%</span>
</td>
<td data-sort-value="7008128981407894732" style="text-align:right;">49.8 sq mi
</td>
<td data-sort-value="7008128981407894732" style="text-align:right;">129.0 km<sup>2</sup>
</td>
<td data-sort-value="6996976838461112387" style="text-align:right;">2,530/sq mi
</td>
<td data-sort-value="6996976838461112387" style="text-align:right;">980/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=46.86_N_96.83_W_&title=Fargo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">46°52′N</span> <span class="longitude">96°50′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">46.86°N 96.83°W</span><span style="display:none"> / <span class="geo">46.86; -96.83</span></span><span style="display:none"> (<span class="fn org">Fargo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">217
</th>
<td align="left"><a href="/wiki/Lewisville,_Texas" title="Lewisville, Texas">Lewisville</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">131,215
</td>
<td style="text-align:right;">111,822
</td>
<td style="text-align:right;"><span data-sort-value="7001173400000000000♠" style="display:none"></span><span style="color:green">+17.34%</span>
</td>
<td data-sort-value="7007958295600824320" style="text-align:right;">37.0 sq mi
</td>
<td data-sort-value="7007958295600824320" style="text-align:right;">95.8 km<sup>2</sup>
</td>
<td data-sort-value="6997116680072311527" style="text-align:right;">3,022/sq mi
</td>
<td data-sort-value="6997116680072311527" style="text-align:right;">1,167/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.05_N_96.98_W_&title=Lewisville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°03′N</span> <span class="longitude">96°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.05°N 96.98°W</span><span style="display:none"> / <span class="geo">33.05; -96.98</span></span><span style="display:none"> (<span class="fn org">Lewisville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">218
</th>
<td align="left"><a href="/wiki/Meridian,_Idaho" title="Meridian, Idaho">Meridian</a>
</td>
<td align="left"><a href="/wiki/Idaho" title="Idaho">Idaho</a>
</td>
<td style="text-align:right;">129,736
</td>
<td style="text-align:right;">117,635
</td>
<td style="text-align:right;"><span data-sort-value="7001102899999999999♠" style="display:none"></span><span style="color:green">+10.29%</span>
</td>
<td data-sort-value="7007909085826727936" style="text-align:right;">35.1 sq mi
</td>
<td data-sort-value="7007909085826727936" style="text-align:right;">90.9 km<sup>2</sup>
</td>
<td data-sort-value="6997129382833327573" style="text-align:right;">3,351/sq mi
</td>
<td data-sort-value="6997129382833327573" style="text-align:right;">1,294/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.61_N_116.40_W_&title=Meridian"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°37′N</span> <span class="longitude">116°24′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.61°N 116.40°W</span><span style="display:none"> / <span class="geo">43.61; -116.40</span></span><span style="display:none"> (<span class="fn org">Meridian</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">219
</th>
<td align="left"><a href="/wiki/Norman,_Oklahoma" title="Norman, Oklahoma">Norman</a>
</td>
<td align="left"><a href="/wiki/Oklahoma" title="Oklahoma">Oklahoma</a>
</td>
<td style="text-align:right;">129,627
</td>
<td style="text-align:right;">128,026
</td>
<td style="text-align:right;"><span data-sort-value="7000125000000000000♠" style="display:none"></span><span style="color:green">+1.25%</span>
</td>
<td data-sort-value="7008463089874128076" style="text-align:right;">178.8 sq mi
</td>
<td data-sort-value="7008463089874128076" style="text-align:right;">463.1 km<sup>2</sup>
</td>
<td data-sort-value="6996276449145516391" style="text-align:right;">716/sq mi
</td>
<td data-sort-value="6996276449145516391" style="text-align:right;">276/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.24_N_97.35_W_&title=Norman"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°14′N</span> <span class="longitude">97°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.24°N 97.35°W</span><span style="display:none"> / <span class="geo">35.24; -97.35</span></span><span style="display:none"> (<span class="fn org">Norman</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">220
</th>
<td align="left"><a href="/wiki/Palm_Bay,_Florida" title="Palm Bay, Florida">Palm Bay</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">129,234
</td>
<td style="text-align:right;">119,760
</td>
<td style="text-align:right;"><span data-sort-value="7000791000000000000♠" style="display:none"></span><span style="color:green">+7.91%</span>
</td>
<td data-sort-value="7008223774972733030" style="text-align:right;">86.4 sq mi
</td>
<td data-sort-value="7008223774972733030" style="text-align:right;">223.8 km<sup>2</sup>
</td>
<td data-sort-value="6996535137591739829" style="text-align:right;">1,386/sq mi
</td>
<td data-sort-value="6996535137591739829" style="text-align:right;">535/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.96_N_80.66_W_&title=Palm+Bay"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°58′N</span> <span class="longitude">80°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.96°N 80.66°W</span><span style="display:none"> / <span class="geo">27.96; -80.66</span></span><span style="display:none"> (<span class="fn org">Palm Bay</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">221
</th>
<td align="left"><a href="/wiki/Athens,_Georgia" title="Athens, Georgia">Athens</a><sup class="reference" id="cite_ref-27"><a href="#cite_note-27">[y]</a></sup>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">128,561
</td>
<td style="text-align:right;">127,315
</td>
<td style="text-align:right;"><span data-sort-value="6999980000000000000♠" style="display:none"></span><span style="color:green">+0.98%</span>
</td>
<td data-sort-value="7008301215617232076" style="text-align:right;">116.3 sq mi
</td>
<td data-sort-value="7008301215617232076" style="text-align:right;">301.2 km<sup>2</sup>
</td>
<td data-sort-value="6996422781863603978" style="text-align:right;">1,095/sq mi
</td>
<td data-sort-value="6996422781863603978" style="text-align:right;">423/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.95_N_83.37_W_&title=Athens"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°57′N</span> <span class="longitude">83°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.95°N 83.37°W</span><span style="display:none"> / <span class="geo">33.95; -83.37</span></span><span style="display:none"> (<span class="fn org">Athens</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">222
</th>
<td align="left"><a href="/wiki/Columbia,_Missouri" title="Columbia, Missouri">Columbia</a>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">128,555
</td>
<td style="text-align:right;">126,254
</td>
<td style="text-align:right;"><span data-sort-value="7000182000000000000♠" style="display:none"></span><span style="color:green">+1.82%</span>
</td>
<td data-sort-value="7008172234209337344" style="text-align:right;">66.5 sq mi
</td>
<td data-sort-value="7008172234209337344" style="text-align:right;">172.2 km<sup>2</sup>
</td>
<td data-sort-value="6996733207999072104" style="text-align:right;">1,899/sq mi
</td>
<td data-sort-value="6996733207999072104" style="text-align:right;">733/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.95_N_92.33_W_&title=Columbia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°57′N</span> <span class="longitude">92°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.95°N 92.33°W</span><span style="display:none"> / <span class="geo">38.95; -92.33</span></span><span style="display:none"> (<span class="fn org">Columbia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">223
</th>
<td align="left"><a href="/wiki/Abilene,_Texas" title="Abilene, Texas">Abilene</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">127,385
</td>
<td style="text-align:right;">125,182
</td>
<td style="text-align:right;"><span data-sort-value="7000176000000000000♠" style="display:none"></span><span style="color:green">+1.76%</span>
</td>
<td data-sort-value="7008276351731372851" style="text-align:right;">106.7 sq mi
</td>
<td data-sort-value="7008276351731372851" style="text-align:right;">276.4 km<sup>2</sup>
</td>
<td data-sort-value="6996452897831970288" style="text-align:right;">1,173/sq mi
</td>
<td data-sort-value="6996452897831970288" style="text-align:right;">453/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.45_N_99.74_W_&title=Abilene"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°27′N</span> <span class="longitude">99°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.45°N 99.74°W</span><span style="display:none"> / <span class="geo">32.45; -99.74</span></span><span style="display:none"> (<span class="fn org">Abilene</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">224
</th>
<td align="left"><a href="/wiki/Pearland,_Texas" title="Pearland, Texas">Pearland</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">126,949
</td>
<td style="text-align:right;">125,828
</td>
<td style="text-align:right;"><span data-sort-value="6999890000000000000♠" style="display:none"></span><span style="color:green">+0.89%</span>
</td>
<td data-sort-value="7008126132420973363" style="text-align:right;">48.7 sq mi
</td>
<td data-sort-value="7008126132420973363" style="text-align:right;">126.1 km<sup>2</sup>
</td>
<td data-sort-value="6996997687977673680" style="text-align:right;">2,584/sq mi
</td>
<td data-sort-value="6996997687977673680" style="text-align:right;">998/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.56_N_95.32_W_&title=Pearland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°34′N</span> <span class="longitude">95°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.56°N 95.32°W</span><span style="display:none"> / <span class="geo">29.56; -95.32</span></span><span style="display:none"> (<span class="fn org">Pearland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">225
</th>
<td align="left"><a href="/wiki/Santa_Clara,_California" title="Santa Clara, California">Santa Clara</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">126,930
</td>
<td style="text-align:right;">127,647
</td>
<td style="text-align:right;"><span data-sort-value="3000439999999999999♠" style="display:none"></span><span style="color:red">−0.56%</span>
</td>
<td data-sort-value="7007473967824191488" style="text-align:right;">18.3 sq mi
</td>
<td data-sort-value="7007473967824191488" style="text-align:right;">47.4 km<sup>2</sup>
</td>
<td data-sort-value="6997269306255583355" style="text-align:right;">6,975/sq mi
</td>
<td data-sort-value="6997269306255583355" style="text-align:right;">2,693/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.36_N_121.97_W_&title=Santa+Clara"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°22′N</span> <span class="longitude">121°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.36°N 121.97°W</span><span style="display:none"> / <span class="geo">37.36; -121.97</span></span><span style="display:none"> (<span class="fn org">Santa Clara</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">226
</th>
<td align="left"><a href="/wiki/Round_Rock,_Texas" title="Round Rock, Texas">Round Rock</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">126,697
</td>
<td style="text-align:right;">119,468
</td>
<td style="text-align:right;"><span data-sort-value="7000605000000000000♠" style="display:none"></span><span style="color:green">+6.05%</span>
</td>
<td data-sort-value="7007973835529486336" style="text-align:right;">37.6 sq mi
</td>
<td data-sort-value="7007973835529486336" style="text-align:right;">97.4 km<sup>2</sup>
</td>
<td data-sort-value="6997122664655768935" style="text-align:right;">3,177/sq mi
</td>
<td data-sort-value="6997122664655768935" style="text-align:right;">1,227/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.53_N_97.66_W_&title=Round+Rock"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°32′N</span> <span class="longitude">97°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.53°N 97.66°W</span><span style="display:none"> / <span class="geo">30.53; -97.66</span></span><span style="display:none"> (<span class="fn org">Round Rock</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">227
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Topeka,_Kansas" title="Topeka, Kansas">Topeka</a></b>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">125,449
</td>
<td style="text-align:right;">126,587
</td>
<td style="text-align:right;"><span data-sort-value="3000099999999999999♠" style="display:none"></span><span style="color:red">−0.90%</span>
</td>
<td data-sort-value="7008159025269974630" style="text-align:right;">61.4 sq mi
</td>
<td data-sort-value="7008159025269974630" style="text-align:right;">159.0 km<sup>2</sup>
</td>
<td data-sort-value="6996796142650914523" style="text-align:right;">2,062/sq mi
</td>
<td data-sort-value="6996796142650914523" style="text-align:right;">796/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.03_N_95.69_W_&title=Topeka"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°02′N</span> <span class="longitude">95°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.03°N 95.69°W</span><span style="display:none"> / <span class="geo">39.03; -95.69</span></span><span style="display:none"> (<span class="fn org">Topeka</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">228
</th>
<td align="left"><a href="/wiki/Allentown,_Pennsylvania" title="Allentown, Pennsylvania">Allentown</a>
</td>
<td align="left"><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td style="text-align:right;">125,094
</td>
<td style="text-align:right;">125,845
</td>
<td style="text-align:right;"><span data-sort-value="3000400000000000000♠" style="display:none"></span><span style="color:red">−0.60%</span>
</td>
<td data-sort-value="7007455837907419136" style="text-align:right;">17.6 sq mi
</td>
<td data-sort-value="7007455837907419136" style="text-align:right;">45.6 km<sup>2</sup>
</td>
<td data-sort-value="6997276063043357848" style="text-align:right;">7,150/sq mi
</td>
<td data-sort-value="6997276063043357848" style="text-align:right;">2,760/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.59_N_75.48_W_&title=Allentown"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°35′N</span> <span class="longitude">75°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.59°N 75.48°W</span><span style="display:none"> / <span class="geo">40.59; -75.48</span></span><span style="display:none"> (<span class="fn org">Allentown</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">229
</th>
<td align="left"><a href="/wiki/Clovis,_California" title="Clovis, California">Clovis</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">124,556
</td>
<td style="text-align:right;">120,124
</td>
<td style="text-align:right;"><span data-sort-value="7000369000000000000♠" style="display:none"></span><span style="color:green">+3.69%</span>
</td>
<td data-sort-value="7007657856980025344" style="text-align:right;">25.4 sq mi
</td>
<td data-sort-value="7007657856980025344" style="text-align:right;">65.8 km<sup>2</sup>
</td>
<td data-sort-value="6997182587710774722" style="text-align:right;">4,729/sq mi
</td>
<td data-sort-value="6997182587710774722" style="text-align:right;">1,826/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.83_N_119.68_W_&title=Clovis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°50′N</span> <span class="longitude">119°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.83°N 119.68°W</span><span style="display:none"> / <span class="geo">36.83; -119.68</span></span><span style="display:none"> (<span class="fn org">Clovis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">230
</th>
<td align="left"><a href="/wiki/Simi_Valley,_California" title="Simi Valley, California">Simi Valley</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">124,398
</td>
<td style="text-align:right;">126,356
</td>
<td style="text-align:right;"><span data-sort-value="2999844999999999999♠" style="display:none"></span><span style="color:red">−1.55%</span>
</td>
<td data-sort-value="7008107484506578944" style="text-align:right;">41.5 sq mi
</td>
<td data-sort-value="7008107484506578944" style="text-align:right;">107.5 km<sup>2</sup>
</td>
<td data-sort-value="6997117568107276174" style="text-align:right;">3,045/sq mi
</td>
<td data-sort-value="6997117568107276174" style="text-align:right;">1,176/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.27_N_118.75_W_&title=Simi+Valley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°16′N</span> <span class="longitude">118°45′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.27°N 118.75°W</span><span style="display:none"> / <span class="geo">34.27; -118.75</span></span><span style="display:none"> (<span class="fn org">Simi Valley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">231
</th>
<td align="left"><a href="/wiki/College_Station,_Texas" title="College Station, Texas">College Station</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">124,319
</td>
<td style="text-align:right;">120,511
</td>
<td style="text-align:right;"><span data-sort-value="7000316000000000000♠" style="display:none"></span><span style="color:green">+3.16%</span>
</td>
<td data-sort-value="7008132607391249203" style="text-align:right;">51.2 sq mi
</td>
<td data-sort-value="7008132607391249203" style="text-align:right;">132.6 km<sup>2</sup>
</td>
<td data-sort-value="6996908884481208917" style="text-align:right;">2,354/sq mi
</td>
<td data-sort-value="6996908884481208917" style="text-align:right;">909/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.59_N_96.30_W_&title=College+Station"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°35′N</span> <span class="longitude">96°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.59°N 96.30°W</span><span style="display:none"> / <span class="geo">30.59; -96.30</span></span><span style="display:none"> (<span class="fn org">College Station</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">232
</th>
<td align="left"><a href="/wiki/Thousand_Oaks,_California" title="Thousand Oaks, California">Thousand Oaks</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">124,265
</td>
<td style="text-align:right;">126,966
</td>
<td style="text-align:right;"><span data-sort-value="2999787000000000000♠" style="display:none"></span><span style="color:red">−2.13%</span>
</td>
<td data-sort-value="7008143226342501580" style="text-align:right;">55.3 sq mi
</td>
<td data-sort-value="7008143226342501580" style="text-align:right;">143.2 km<sup>2</sup>
</td>
<td data-sort-value="6996886490556013455" style="text-align:right;">2,296/sq mi
</td>
<td data-sort-value="6996886490556013455" style="text-align:right;">886/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.19_N_118.87_W_&title=Thousand+Oaks"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°11′N</span> <span class="longitude">118°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.19°N 118.87°W</span><span style="display:none"> / <span class="geo">34.19; -118.87</span></span><span style="display:none"> (<span class="fn org">Thousand Oaks</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">233
</th>
<td align="left"><a href="/wiki/Vallejo,_California" title="Vallejo, California">Vallejo</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">123,564
</td>
<td style="text-align:right;">126,090
</td>
<td style="text-align:right;"><span data-sort-value="2999800000000000000♠" style="display:none"></span><span style="color:red">−2.00%</span>
</td>
<td data-sort-value="7007787356385542144" style="text-align:right;">30.4 sq mi
</td>
<td data-sort-value="7007787356385542144" style="text-align:right;">78.7 km<sup>2</sup>
</td>
<td data-sort-value="6997160155175363406" style="text-align:right;">4,148/sq mi
</td>
<td data-sort-value="6997160155175363406" style="text-align:right;">1,602/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.11_N_122.26_W_&title=Vallejo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°07′N</span> <span class="longitude">122°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.11°N 122.26°W</span><span style="display:none"> / <span class="geo">38.11; -122.26</span></span><span style="display:none"> (<span class="fn org">Vallejo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">234
</th>
<td align="left"><a href="/wiki/Concord,_California" title="Concord, California">Concord</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">122,625
</td>
<td style="text-align:right;">125,410
</td>
<td style="text-align:right;"><span data-sort-value="2999777999999999999♠" style="display:none"></span><span style="color:red">−2.22%</span>
</td>
<td data-sort-value="7007792536361762816" style="text-align:right;">30.6 sq mi
</td>
<td data-sort-value="7007792536361762816" style="text-align:right;">79.3 km<sup>2</sup>
</td>
<td data-sort-value="6997158224664570694" style="text-align:right;">4,098/sq mi
</td>
<td data-sort-value="6997158224664570694" style="text-align:right;">1,582/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.97_N_122.00_W_&title=Concord"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°58′N</span> <span class="longitude">122°00′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.97°N 122.00°W</span><span style="display:none"> / <span class="geo">37.97; -122.00</span></span><span style="display:none"> (<span class="fn org">Concord</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">235
</th>
<td align="left"><a href="/wiki/Rochester,_Minnesota" title="Rochester, Minnesota">Rochester</a>
</td>
<td align="left"><a href="/wiki/Minnesota" title="Minnesota">Minnesota</a>
</td>
<td style="text-align:right;">121,878
</td>
<td style="text-align:right;">121,395
</td>
<td style="text-align:right;"><span data-sort-value="6999400000000000000♠" style="display:none"></span><span style="color:green">+0.40%</span>
</td>
<td data-sort-value="7008143744340123648" style="text-align:right;">55.5 sq mi
</td>
<td data-sort-value="7008143744340123648" style="text-align:right;">143.7 km<sup>2</sup>
</td>
<td data-sort-value="6996844405420732329" style="text-align:right;">2,187/sq mi
</td>
<td data-sort-value="6996844405420732329" style="text-align:right;">844/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.02_N_92.48_W_&title=Rochester"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°01′N</span> <span class="longitude">92°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.02°N 92.48°W</span><span style="display:none"> / <span class="geo">44.02; -92.48</span></span><span style="display:none"> (<span class="fn org">Rochester</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">236
</th>
<td align="left"><a href="/wiki/Arvada,_Colorado" title="Arvada, Colorado">Arvada</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">121,581
</td>
<td style="text-align:right;">124,402
</td>
<td style="text-align:right;"><span data-sort-value="2999773000000000000♠" style="display:none"></span><span style="color:red">−2.27%</span>
</td>
<td data-sort-value="7008100750537492070" style="text-align:right;">38.9 sq mi
</td>
<td data-sort-value="7008100750537492070" style="text-align:right;">100.8 km<sup>2</sup>
</td>
<td data-sort-value="6997123475470301874" style="text-align:right;">3,198/sq mi
</td>
<td data-sort-value="6997123475470301874" style="text-align:right;">1,235/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.83_N_105.15_W_&title=Arvada"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°50′N</span> <span class="longitude">105°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.83°N 105.15°W</span><span style="display:none"> / <span class="geo">39.83; -105.15</span></span><span style="display:none"> (<span class="fn org">Arvada</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">237
</th>
<td align="left"><a href="/wiki/Lafayette,_Louisiana" title="Lafayette, Louisiana">Lafayette</a><sup class="reference" id="cite_ref-28"><a href="#cite_note-28">[z]</a></sup>
</td>
<td align="left"><a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>
</td>
<td style="text-align:right;">121,389
</td>
<td style="text-align:right;">121,374
</td>
<td style="text-align:right;"><span data-sort-value="6998100000000000000♠" style="display:none"></span><span style="color:green">+0.01%</span>
</td>
<td data-sort-value="7008144521336556748" style="text-align:right;">55.8 sq mi
</td>
<td data-sort-value="7008144521336556748" style="text-align:right;">144.5 km<sup>2</sup>
</td>
<td data-sort-value="6996839772194829819" style="text-align:right;">2,175/sq mi
</td>
<td data-sort-value="6996839772194829819" style="text-align:right;">840/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.21_N_92.03_W_&title=Lafayette"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°13′N</span> <span class="longitude">92°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.21°N 92.03°W</span><span style="display:none"> / <span class="geo">30.21; -92.03</span></span><span style="display:none"> (<span class="fn org">Lafayette</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">238
</th>
<td align="left"><a href="/wiki/Independence,_Missouri" title="Independence, Missouri">Independence</a>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">121,202
</td>
<td style="text-align:right;">123,011
</td>
<td style="text-align:right;"><span data-sort-value="2999852999999999999♠" style="display:none"></span><span style="color:red">−1.47%</span>
</td>
<td data-sort-value="7008202019072606208" style="text-align:right;">78.0 sq mi
</td>
<td data-sort-value="7008202019072606208" style="text-align:right;">202.0 km<sup>2</sup>
</td>
<td data-sort-value="6996608883104021437" style="text-align:right;">1,577/sq mi
</td>
<td data-sort-value="6996608883104021437" style="text-align:right;">609/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.09_N_94.35_W_&title=Independence"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°05′N</span> <span class="longitude">94°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.09°N 94.35°W</span><span style="display:none"> / <span class="geo">39.09; -94.35</span></span><span style="display:none"> (<span class="fn org">Independence</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">239
</th>
<td align="left"><a href="/wiki/West_Palm_Beach,_Florida" title="West Palm Beach, Florida">West Palm Beach</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">120,932
</td>
<td style="text-align:right;">117,415
</td>
<td style="text-align:right;"><span data-sort-value="7000300000000000000♠" style="display:none"></span><span style="color:green">+3.00%</span>
</td>
<td data-sort-value="7008139341360336076" style="text-align:right;">53.8 sq mi
</td>
<td data-sort-value="7008139341360336076" style="text-align:right;">139.3 km<sup>2</sup>
</td>
<td data-sort-value="6996842474909939616" style="text-align:right;">2,182/sq mi
</td>
<td data-sort-value="6996842474909939616" style="text-align:right;">842/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.75_N_80.13_W_&title=West+Palm+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°45′N</span> <span class="longitude">80°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.75°N 80.13°W</span><span style="display:none"> / <span class="geo">26.75; -80.13</span></span><span style="display:none"> (<span class="fn org">West Palm Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">240
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Hartford,_Connecticut" title="Hartford, Connecticut">Hartford</a></b>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">120,686
</td>
<td style="text-align:right;">121,054
</td>
<td style="text-align:right;"><span data-sort-value="3000700000000000000♠" style="display:none"></span><span style="color:red">−0.30%</span>
</td>
<td data-sort-value="7007450657931198463" style="text-align:right;">17.4 sq mi
</td>
<td data-sort-value="7007450657931198463" style="text-align:right;">45.1 km<sup>2</sup>
</td>
<td data-sort-value="6997268611271697979" style="text-align:right;">6,957/sq mi
</td>
<td data-sort-value="6997268611271697979" style="text-align:right;">2,686/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.77_N_72.68_W_&title=Hartford"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°46′N</span> <span class="longitude">72°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.77°N 72.68°W</span><span style="display:none"> / <span class="geo">41.77; -72.68</span></span><span style="display:none"> (<span class="fn org">Hartford</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">241
</th>
<td align="left"><a href="/wiki/Wilmington,_North_Carolina" title="Wilmington, North Carolina">Wilmington</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">120,324
</td>
<td style="text-align:right;">115,451
</td>
<td style="text-align:right;"><span data-sort-value="7000422000000000000♠" style="display:none"></span><span style="color:green">+4.22%</span>
</td>
<td data-sort-value="7008133125388871270" style="text-align:right;">51.4 sq mi
</td>
<td data-sort-value="7008133125388871270" style="text-align:right;">133.1 km<sup>2</sup>
</td>
<td data-sort-value="6996867185448086333" style="text-align:right;">2,246/sq mi
</td>
<td data-sort-value="6996867185448086333" style="text-align:right;">867/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.21_N_77.89_W_&title=Wilmington"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°13′N</span> <span class="longitude">77°53′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.21°N 77.89°W</span><span style="display:none"> / <span class="geo">34.21; -77.89</span></span><span style="display:none"> (<span class="fn org">Wilmington</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">242
</th>
<td align="left"><a href="/wiki/Lakeland,_Florida" title="Lakeland, Florida">Lakeland</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">120,071
</td>
<td style="text-align:right;">112,641
</td>
<td style="text-align:right;"><span data-sort-value="7000660000000000000♠" style="display:none"></span><span style="color:green">+6.60%</span>
</td>
<td data-sort-value="7008171457212904243" style="text-align:right;">66.2 sq mi
</td>
<td data-sort-value="7008171457212904243" style="text-align:right;">171.5 km<sup>2</sup>
</td>
<td data-sort-value="6996657145873839242" style="text-align:right;">1,702/sq mi
</td>
<td data-sort-value="6996657145873839242" style="text-align:right;">657/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=28.06_N_81.95_W_&title=Lakeland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">28°04′N</span> <span class="longitude">81°57′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">28.06°N 81.95°W</span><span style="display:none"> / <span class="geo">28.06; -81.95</span></span><span style="display:none"> (<span class="fn org">Lakeland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">243
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Billings,_Montana" title="Billings, Montana">Billings</a></i>
</td>
<td align="left"><a href="/wiki/Montana" title="Montana">Montana</a>
</td>
<td style="text-align:right;">119,960
</td>
<td style="text-align:right;">117,116
</td>
<td style="text-align:right;"><span data-sort-value="7000243000000000000♠" style="display:none"></span><span style="color:green">+2.43%</span>
</td>
<td data-sort-value="7008116031467343052" style="text-align:right;">44.8 sq mi
</td>
<td data-sort-value="7008116031467343052" style="text-align:right;">116.0 km<sup>2</sup>
</td>
<td data-sort-value="6997100927104242995" style="text-align:right;">2,614/sq mi
</td>
<td data-sort-value="6997100927104242995" style="text-align:right;">1,009/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.79_N_108.55_W_&title=Billings"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°47′N</span> <span class="longitude">108°33′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.79°N 108.55°W</span><span style="display:none"> / <span class="geo">45.79; -108.55</span></span><span style="display:none"> (<span class="fn org">Billings</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">244
</th>
<td align="left"><a href="/wiki/Ann_Arbor,_Michigan" title="Ann Arbor, Michigan">Ann Arbor</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">119,875
</td>
<td style="text-align:right;">123,851
</td>
<td style="text-align:right;"><span data-sort-value="2999679000000000000♠" style="display:none"></span><span style="color:red">−3.21%</span>
</td>
<td data-sort-value="7007730376647114752" style="text-align:right;">28.2 sq mi
</td>
<td data-sort-value="7007730376647114752" style="text-align:right;">73.0 km<sup>2</sup>
</td>
<td data-sort-value="6997169576068031842" style="text-align:right;">4,392/sq mi
</td>
<td data-sort-value="6997169576068031842" style="text-align:right;">1,696/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.28_N_83.73_W_&title=Ann+Arbor"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°17′N</span> <span class="longitude">83°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.28°N 83.73°W</span><span style="display:none"> / <span class="geo">42.28; -83.73</span></span><span style="display:none"> (<span class="fn org">Ann Arbor</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">245
</th>
<td align="left"><a href="/wiki/Fairfield,_California" title="Fairfield, California">Fairfield</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">119,338
</td>
<td style="text-align:right;">119,881
</td>
<td style="text-align:right;"><span data-sort-value="3000550000000000000♠" style="display:none"></span><span style="color:red">−0.45%</span>
</td>
<td data-sort-value="7008107743505389977" style="text-align:right;">41.6 sq mi
</td>
<td data-sort-value="7008107743505389977" style="text-align:right;">107.7 km<sup>2</sup>
</td>
<td data-sort-value="6997111274642091932" style="text-align:right;">2,882/sq mi
</td>
<td data-sort-value="6997111274642091932" style="text-align:right;">1,113/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.26_N_122.03_W_&title=Fairfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°16′N</span> <span class="longitude">122°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.26°N 122.03°W</span><span style="display:none"> / <span class="geo">38.26; -122.03</span></span><span style="display:none"> (<span class="fn org">Fairfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">246
</th>
<td align="left"><a href="/wiki/Berkeley,_California" title="Berkeley, California">Berkeley</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">118,950
</td>
<td style="text-align:right;">124,321
</td>
<td style="text-align:right;"><span data-sort-value="2999568000000000000♠" style="display:none"></span><span style="color:red">−4.32%</span>
</td>
<td data-sort-value="7007269358763474944" style="text-align:right;">10.4 sq mi
</td>
<td data-sort-value="7007269358763474944" style="text-align:right;">26.9 km<sup>2</sup>
</td>
<td data-sort-value="6997461546520321639" style="text-align:right;">11,954/sq mi
</td>
<td data-sort-value="6997461546520321639" style="text-align:right;">4,615/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.87_N_122.30_W_&title=Berkeley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°52′N</span> <span class="longitude">122°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.87°N 122.30°W</span><span style="display:none"> / <span class="geo">37.87; -122.30</span></span><span style="display:none"> (<span class="fn org">Berkeley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">247
</th>
<td align="left"><a href="/wiki/Richardson,_Texas" title="Richardson, Texas">Richardson</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">118,802
</td>
<td style="text-align:right;">119,469
</td>
<td style="text-align:right;"><span data-sort-value="3000439999999999999♠" style="display:none"></span><span style="color:red">−0.56%</span>
</td>
<td data-sort-value="7007740736599556096" style="text-align:right;">28.6 sq mi
</td>
<td data-sort-value="7007740736599556096" style="text-align:right;">74.1 km<sup>2</sup>
</td>
<td data-sort-value="6997161274871623179" style="text-align:right;">4,177/sq mi
</td>
<td data-sort-value="6997161274871623179" style="text-align:right;">1,613/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.97_N_96.71_W_&title=Richardson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°58′N</span> <span class="longitude">96°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.97°N 96.71°W</span><span style="display:none"> / <span class="geo">32.97; -96.71</span></span><span style="display:none"> (<span class="fn org">Richardson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">248
</th>
<td align="left"><a href="/wiki/North_Charleston,_South_Carolina" title="North Charleston, South Carolina">North Charleston</a>
</td>
<td align="left"><a href="/wiki/South_Carolina" title="South Carolina">South Carolina</a>
</td>
<td style="text-align:right;">118,608
</td>
<td style="text-align:right;">114,852
</td>
<td style="text-align:right;"><span data-sort-value="7000327000000000000♠" style="display:none"></span><span style="color:green">+3.27%</span>
</td>
<td data-sort-value="7008200983077362073" style="text-align:right;">77.6 sq mi
</td>
<td data-sort-value="7008200983077362073" style="text-align:right;">201.0 km<sup>2</sup>
</td>
<td data-sort-value="6996571431194642819" style="text-align:right;">1,480/sq mi
</td>
<td data-sort-value="6996571431194642819" style="text-align:right;">570/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.92_N_80.07_W_&title=North+Charleston"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°55′N</span> <span class="longitude">80°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.92°N 80.07°W</span><span style="display:none"> / <span class="geo">32.92; -80.07</span></span><span style="display:none"> (<span class="fn org">North Charleston</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">249
</th>
<td align="left"><a href="/wiki/Cambridge,_Massachusetts" title="Cambridge, Massachusetts">Cambridge</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">118,488
</td>
<td style="text-align:right;">118,403
</td>
<td style="text-align:right;"><span data-sort-value="6998700000000000000♠" style="display:none"></span><span style="color:green">+0.07%</span>
</td>
<td data-sort-value="7007165759239061504" style="text-align:right;">6.4 sq mi
</td>
<td data-sort-value="7007165759239061504" style="text-align:right;">16.6 km<sup>2</sup>
</td>
<td data-sort-value="6997714288993303524" style="text-align:right;">18,500/sq mi
</td>
<td data-sort-value="6997714288993303524" style="text-align:right;">7,100/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.38_N_71.12_W_&title=Cambridge"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°23′N</span> <span class="longitude">71°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.38°N 71.12°W</span><span style="display:none"> / <span class="geo">42.38; -71.12</span></span><span style="display:none"> (<span class="fn org">Cambridge</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">250
</th>
<td align="left"><a href="/wiki/Broken_Arrow,_Oklahoma" title="Broken Arrow, Oklahoma">Broken Arrow</a>
</td>
<td align="left"><a href="/wiki/Oklahoma" title="Oklahoma">Oklahoma</a>
</td>
<td style="text-align:right;">117,911
</td>
<td style="text-align:right;">113,540
</td>
<td style="text-align:right;"><span data-sort-value="7000385000000000000♠" style="display:none"></span><span style="color:green">+3.85%</span>
</td>
<td data-sort-value="7008163169250951168" style="text-align:right;">63.0 sq mi
</td>
<td data-sort-value="7008163169250951168" style="text-align:right;">163.2 km<sup>2</sup>
</td>
<td data-sort-value="6996695756089693487" style="text-align:right;">1,802/sq mi
</td>
<td data-sort-value="6996695756089693487" style="text-align:right;">696/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.04_N_95.78_W_&title=Broken+Arrow"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°02′N</span> <span class="longitude">95°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.04°N 95.78°W</span><span style="display:none"> / <span class="geo">36.04; -95.78</span></span><span style="display:none"> (<span class="fn org">Broken Arrow</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">251
</th>
<td align="left"><a href="/wiki/Clearwater,_Florida" title="Clearwater, Florida">Clearwater</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">117,027
</td>
<td style="text-align:right;">117,292
</td>
<td style="text-align:right;"><span data-sort-value="3000770000000000000♠" style="display:none"></span><span style="color:red">−0.23%</span>
</td>
<td data-sort-value="7007675986896797696" style="text-align:right;">26.1 sq mi
</td>
<td data-sort-value="7007675986896797696" style="text-align:right;">67.6 km<sup>2</sup>
</td>
<td data-sort-value="6997173514310048975" style="text-align:right;">4,494/sq mi
</td>
<td data-sort-value="6997173514310048975" style="text-align:right;">1,735/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.98_N_82.77_W_&title=Clearwater"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°59′N</span> <span class="longitude">82°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.98°N 82.77°W</span><span style="display:none"> / <span class="geo">27.98; -82.77</span></span><span style="display:none"> (<span class="fn org">Clearwater</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">252
</th>
<td align="left"><a href="/wiki/West_Jordan,_Utah" title="West Jordan, Utah">West Jordan</a>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">116,664
</td>
<td style="text-align:right;">116,961
</td>
<td style="text-align:right;"><span data-sort-value="3000750000000000000♠" style="display:none"></span><span style="color:red">−0.25%</span>
</td>
<td data-sort-value="7007836566159638527" style="text-align:right;">32.3 sq mi
</td>
<td data-sort-value="7007836566159638527" style="text-align:right;">83.7 km<sup>2</sup>
</td>
<td data-sort-value="6997139807591608219" style="text-align:right;">3,621/sq mi
</td>
<td data-sort-value="6997139807591608219" style="text-align:right;">1,398/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.60_N_112.00_W_&title=West+Jordan"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°36′N</span> <span class="longitude">112°00′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.60°N 112.00°W</span><span style="display:none"> / <span class="geo">40.60; -112.00</span></span><span style="display:none"> (<span class="fn org">West Jordan</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">253
</th>
<td align="left"><a href="/wiki/Evansville,_Indiana" title="Evansville, Indiana">Evansville</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">115,749
</td>
<td style="text-align:right;">117,298
</td>
<td style="text-align:right;"><span data-sort-value="2999868000000000000♠" style="display:none"></span><span style="color:red">−1.32%</span>
</td>
<td data-sort-value="7008122765436429926" style="text-align:right;">47.4 sq mi
</td>
<td data-sort-value="7008122765436429926" style="text-align:right;">122.8 km<sup>2</sup>
</td>
<td data-sort-value="6996955602842392553" style="text-align:right;">2,475/sq mi
</td>
<td data-sort-value="6996955602842392553" style="text-align:right;">956/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.99_N_87.53_W_&title=Evansville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°59′N</span> <span class="longitude">87°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.99°N 87.53°W</span><span style="display:none"> / <span class="geo">37.99; -87.53</span></span><span style="display:none"> (<span class="fn org">Evansville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">254
</th>
<td align="left"><a href="/wiki/League_City,_Texas" title="League City, Texas">League City</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">115,418
</td>
<td style="text-align:right;">114,392
</td>
<td style="text-align:right;"><span data-sort-value="6999900000000000000♠" style="display:none"></span><span style="color:green">+0.90%</span>
</td>
<td data-sort-value="7008132866390060236" style="text-align:right;">51.3 sq mi
</td>
<td data-sort-value="7008132866390060236" style="text-align:right;">132.9 km<sup>2</sup>
</td>
<td data-sort-value="6996861007813549654" style="text-align:right;">2,230/sq mi
</td>
<td data-sort-value="6996861007813549654" style="text-align:right;">860/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.49_N_95.11_W_&title=League+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°29′N</span> <span class="longitude">95°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.49°N 95.11°W</span><span style="display:none"> / <span class="geo">29.49; -95.11</span></span><span style="display:none"> (<span class="fn org">League City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">255
</th>
<td align="left"><a href="/wiki/Antioch,_California" title="Antioch, California">Antioch</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">115,264
</td>
<td style="text-align:right;">115,291
</td>
<td style="text-align:right;"><span data-sort-value="3001800000000000000♠" style="display:none"></span><span style="color:red">−0.02%</span>
</td>
<td data-sort-value="7007756276528218112" style="text-align:right;">29.2 sq mi
</td>
<td data-sort-value="7007756276528218112" style="text-align:right;">75.6 km<sup>2</sup>
</td>
<td data-sort-value="6997152433132192557" style="text-align:right;">3,948/sq mi
</td>
<td data-sort-value="6997152433132192557" style="text-align:right;">1,524/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.98_N_121.80_W_&title=Antioch"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°59′N</span> <span class="longitude">121°48′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.98°N 121.80°W</span><span style="display:none"> / <span class="geo">37.98; -121.80</span></span><span style="display:none"> (<span class="fn org">Antioch</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">256
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Manchester,_New_Hampshire" title="Manchester, New Hampshire">Manchester</a></i>
</td>
<td align="left"><a href="/wiki/New_Hampshire" title="New Hampshire">New Hampshire</a>
</td>
<td style="text-align:right;">115,141
</td>
<td style="text-align:right;">115,644
</td>
<td style="text-align:right;"><span data-sort-value="3000570000000000000♠" style="display:none"></span><span style="color:red">−0.43%</span>
</td>
<td data-sort-value="7007857286064521216" style="text-align:right;">33.1 sq mi
</td>
<td data-sort-value="7007857286064521216" style="text-align:right;">85.7 km<sup>2</sup>
</td>
<td data-sort-value="6997134904094194730" style="text-align:right;">3,494/sq mi
</td>
<td data-sort-value="6997134904094194730" style="text-align:right;">1,349/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.98_N_71.44_W_&title=Manchester"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°59′N</span> <span class="longitude">71°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.98°N 71.44°W</span><span style="display:none"> / <span class="geo">42.98; -71.44</span></span><span style="display:none"> (<span class="fn org">Manchester</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">257
</th>
<td align="left"><a href="/wiki/High_Point,_North_Carolina" title="High Point, North Carolina">High Point</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">115,067
</td>
<td style="text-align:right;">114,059
</td>
<td style="text-align:right;"><span data-sort-value="6999880000000000000♠" style="display:none"></span><span style="color:green">+0.88%</span>
</td>
<td data-sort-value="7008146075329422950" style="text-align:right;">56.4 sq mi
</td>
<td data-sort-value="7008146075329422950" style="text-align:right;">146.1 km<sup>2</sup>
</td>
<td data-sort-value="6996780698564572825" style="text-align:right;">2,022/sq mi
</td>
<td data-sort-value="6996780698564572825" style="text-align:right;">781/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.99_N_79.99_W_&title=High+Point"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°59′N</span> <span class="longitude">79°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.99°N 79.99°W</span><span style="display:none"> / <span class="geo">35.99; -79.99</span></span><span style="display:none"> (<span class="fn org">High Point</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">258
</th>
<td align="left"><a href="/wiki/Waterbury,_Connecticut" title="Waterbury, Connecticut">Waterbury</a>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">115,016
</td>
<td style="text-align:right;">114,403
</td>
<td style="text-align:right;"><span data-sort-value="6999540000000000000♠" style="display:none"></span><span style="color:green">+0.54%</span>
</td>
<td data-sort-value="7007738146611445760" style="text-align:right;">28.5 sq mi
</td>
<td data-sort-value="7007738146611445760" style="text-align:right;">73.8 km<sup>2</sup>
</td>
<td data-sort-value="6997154981406438937" style="text-align:right;">4,014/sq mi
</td>
<td data-sort-value="6997154981406438937" style="text-align:right;">1,550/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.56_N_73.04_W_&title=Waterbury"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°34′N</span> <span class="longitude">73°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.56°N 73.04°W</span><span style="display:none"> / <span class="geo">41.56; -73.04</span></span><span style="display:none"> (<span class="fn org">Waterbury</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">259
</th>
<td align="left"><a href="/wiki/Westminster,_Colorado" title="Westminster, Colorado">Westminster</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">114,533
</td>
<td style="text-align:right;">116,317
</td>
<td style="text-align:right;"><span data-sort-value="2999847000000000000♠" style="display:none"></span><span style="color:red">−1.53%</span>
</td>
<td data-sort-value="7007818436242866176" style="text-align:right;">31.6 sq mi
</td>
<td data-sort-value="7007818436242866176" style="text-align:right;">81.8 km<sup>2</sup>
</td>
<td data-sort-value="6997142124204559474" style="text-align:right;">3,681/sq mi
</td>
<td data-sort-value="6997142124204559474" style="text-align:right;">1,421/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.88_N_105.06_W_&title=Westminster"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°53′N</span> <span class="longitude">105°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.88°N 105.06°W</span><span style="display:none"> / <span class="geo">39.88; -105.06</span></span><span style="display:none"> (<span class="fn org">Westminster</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">260
</th>
<td align="left"><a href="/wiki/Richmond,_California" title="Richmond, California">Richmond</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">114,301
</td>
<td style="text-align:right;">116,448
</td>
<td style="text-align:right;"><span data-sort-value="2999816000000000000♠" style="display:none"></span><span style="color:red">−1.84%</span>
</td>
<td data-sort-value="7007779586421211136" style="text-align:right;">30.1 sq mi
</td>
<td data-sort-value="7007779586421211136" style="text-align:right;">78.0 km<sup>2</sup>
</td>
<td data-sort-value="6997149382925140072" style="text-align:right;">3,869/sq mi
</td>
<td data-sort-value="6997149382925140072" style="text-align:right;">1,494/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.95_N_122.36_W_&title=Richmond"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°57′N</span> <span class="longitude">122°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.95°N 122.36°W</span><span style="display:none"> / <span class="geo">37.95; -122.36</span></span><span style="display:none"> (<span class="fn org">Richmond</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">261
</th>
<td align="left"><a href="/wiki/Carlsbad,_California" title="Carlsbad, California">Carlsbad</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">114,160
</td>
<td style="text-align:right;">114,746
</td>
<td style="text-align:right;"><span data-sort-value="3000490000000000000♠" style="display:none"></span><span style="color:red">−0.51%</span>
</td>
<td data-sort-value="7007979015505707008" style="text-align:right;">37.8 sq mi
</td>
<td data-sort-value="7007979015505707008" style="text-align:right;">97.9 km<sup>2</sup>
</td>
<td data-sort-value="6997117220615333486" style="text-align:right;">3,036/sq mi
</td>
<td data-sort-value="6997117220615333486" style="text-align:right;">1,172/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.13_N_117.28_W_&title=Carlsbad"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°08′N</span> <span class="longitude">117°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.13°N 117.28°W</span><span style="display:none"> / <span class="geo">33.13; -117.28</span></span><span style="display:none"> (<span class="fn org">Carlsbad</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">262
</th>
<td align="left"><a href="/wiki/Las_Cruces,_New_Mexico" title="Las Cruces, New Mexico">Las Cruces</a>
</td>
<td align="left"><a href="/wiki/New_Mexico" title="New Mexico">New Mexico</a>
</td>
<td style="text-align:right;">113,888
</td>
<td style="text-align:right;">111,385
</td>
<td style="text-align:right;"><span data-sort-value="7000225000000000000♠" style="display:none"></span><span style="color:green">+2.25%</span>
</td>
<td data-sort-value="7008199170085684838" style="text-align:right;">76.9 sq mi
</td>
<td data-sort-value="7008199170085684838" style="text-align:right;">199.2 km<sup>2</sup>
</td>
<td data-sort-value="6996559075925569461" style="text-align:right;">1,448/sq mi
</td>
<td data-sort-value="6996559075925569461" style="text-align:right;">559/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.33_N_106.79_W_&title=Las+Cruces"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°20′N</span> <span class="longitude">106°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.33°N 106.79°W</span><span style="display:none"> / <span class="geo">32.33; -106.79</span></span><span style="display:none"> (<span class="fn org">Las Cruces</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">263
</th>
<td align="left"><a href="/wiki/Murrieta,_California" title="Murrieta, California">Murrieta</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">113,783
</td>
<td style="text-align:right;">110,949
</td>
<td style="text-align:right;"><span data-sort-value="7000254999999999999♠" style="display:none"></span><span style="color:green">+2.55%</span>
</td>
<td data-sort-value="7007870236005072896" style="text-align:right;">33.6 sq mi
</td>
<td data-sort-value="7007870236005072896" style="text-align:right;">87.0 km<sup>2</sup>
</td>
<td data-sort-value="6997127490932750715" style="text-align:right;">3,302/sq mi
</td>
<td data-sort-value="6997127490932750715" style="text-align:right;">1,275/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.57_N_117.19_W_&title=Murrieta"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°34′N</span> <span class="longitude">117°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.57°N 117.19°W</span><span style="display:none"> / <span class="geo">33.57; -117.19</span></span><span style="display:none"> (<span class="fn org">Murrieta</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">264
</th>
<td align="left"><a href="/wiki/Lowell,_Massachusetts" title="Lowell, Massachusetts">Lowell</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">113,608
</td>
<td style="text-align:right;">115,554
</td>
<td style="text-align:right;"><span data-sort-value="2999832000000000000♠" style="display:none"></span><span style="color:red">−1.68%</span>
</td>
<td data-sort-value="7007352238383005696" style="text-align:right;">13.6 sq mi
</td>
<td data-sort-value="7007352238383005696" style="text-align:right;">35.2 km<sup>2</sup>
</td>
<td data-sort-value="6997328071004113516" style="text-align:right;">8,497/sq mi
</td>
<td data-sort-value="6997328071004113516" style="text-align:right;">3,281/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.64_N_71.32_W_&title=Lowell"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°38′N</span> <span class="longitude">71°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.64°N 71.32°W</span><span style="display:none"> / <span class="geo">42.64; -71.32</span></span><span style="display:none"> (<span class="fn org">Lowell</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">265
</th>
<td align="left"><a href="/wiki/Provo,_Utah" title="Provo, Utah">Provo</a>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">113,523
</td>
<td style="text-align:right;">115,162
</td>
<td style="text-align:right;"><span data-sort-value="2999858000000000000♠" style="display:none"></span><span style="color:red">−1.42%</span>
</td>
<td data-sort-value="7008108002504201011" style="text-align:right;">41.7 sq mi
</td>
<td data-sort-value="7008108002504201011" style="text-align:right;">108.0 km<sup>2</sup>
</td>
<td data-sort-value="6997106641416189423" style="text-align:right;">2,762/sq mi
</td>
<td data-sort-value="6997106641416189423" style="text-align:right;">1,066/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.25_N_111.65_W_&title=Provo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°15′N</span> <span class="longitude">111°39′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.25°N 111.65°W</span><span style="display:none"> / <span class="geo">40.25; -111.65</span></span><span style="display:none"> (<span class="fn org">Provo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">266
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Springfield,_Illinois" title="Springfield, Illinois">Springfield</a></b>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">113,273
</td>
<td style="text-align:right;">114,394
</td>
<td style="text-align:right;"><span data-sort-value="3000020000000000000♠" style="display:none"></span><span style="color:red">−0.98%</span>
</td>
<td data-sort-value="7008158248273541529" style="text-align:right;">61.1 sq mi
</td>
<td data-sort-value="7008158248273541529" style="text-align:right;">158.2 km<sup>2</sup>
</td>
<td data-sort-value="6996722783240791458" style="text-align:right;">1,872/sq mi
</td>
<td data-sort-value="6996722783240791458" style="text-align:right;">723/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.79_N_89.64_W_&title=Springfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°47′N</span> <span class="longitude">89°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.79°N 89.64°W</span><span style="display:none"> / <span class="geo">39.79; -89.64</span></span><span style="display:none"> (<span class="fn org">Springfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">267
</th>
<td align="left"><a href="/wiki/Elgin,_Illinois" title="Elgin, Illinois">Elgin</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">113,177
</td>
<td style="text-align:right;">114,797
</td>
<td style="text-align:right;"><span data-sort-value="2999859000000000000♠" style="display:none"></span><span style="color:red">−1.41%</span>
</td>
<td data-sort-value="7007984195481927680" style="text-align:right;">38.0 sq mi
</td>
<td data-sort-value="7007984195481927680" style="text-align:right;">98.4 km<sup>2</sup>
</td>
<td data-sort-value="6997116641462095672" style="text-align:right;">3,021/sq mi
</td>
<td data-sort-value="6997116641462095672" style="text-align:right;">1,166/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.04_N_88.33_W_&title=Elgin"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°02′N</span> <span class="longitude">88°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.04°N 88.33°W</span><span style="display:none"> / <span class="geo">42.04; -88.33</span></span><span style="display:none"> (<span class="fn org">Elgin</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">268
</th>
<td align="left"><a href="/wiki/Odessa,_Texas" title="Odessa, Texas">Odessa</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">112,906
</td>
<td style="text-align:right;">114,428
</td>
<td style="text-align:right;"><span data-sort-value="2999867000000000000♠" style="display:none"></span><span style="color:red">−1.33%</span>
</td>
<td data-sort-value="7008132348392438169" style="text-align:right;">51.1 sq mi
</td>
<td data-sort-value="7008132348392438169" style="text-align:right;">132.3 km<sup>2</sup>
</td>
<td data-sort-value="6996864482732976536" style="text-align:right;">2,239/sq mi
</td>
<td data-sort-value="6996864482732976536" style="text-align:right;">864/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=31.88_N_102.35_W_&title=Odessa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">31°53′N</span> <span class="longitude">102°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">31.88°N 102.35°W</span><span style="display:none"> / <span class="geo">31.88; -102.35</span></span><span style="display:none"> (<span class="fn org">Odessa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">269
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Lansing,_Michigan" title="Lansing, Michigan">Lansing</a></b>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">112,537
</td>
<td style="text-align:right;">112,644
</td>
<td style="text-align:right;"><span data-sort-value="3001100000000000000♠" style="display:none"></span><span style="color:red">−0.09%</span>
</td>
<td data-sort-value="7008101268535114137" style="text-align:right;">39.1 sq mi
</td>
<td data-sort-value="7008101268535114137" style="text-align:right;">101.3 km<sup>2</sup>
</td>
<td data-sort-value="6997111236031876078" style="text-align:right;">2,881/sq mi
</td>
<td data-sort-value="6997111236031876078" style="text-align:right;">1,112/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.71_N_84.56_W_&title=Lansing"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°43′N</span> <span class="longitude">84°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.71°N 84.56°W</span><span style="display:none"> / <span class="geo">42.71; -84.56</span></span><span style="display:none"> (<span class="fn org">Lansing</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">270
</th>
<td align="left"><a href="/wiki/Pompano_Beach,_Florida" title="Pompano Beach, Florida">Pompano Beach</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">112,302
</td>
<td style="text-align:right;">112,046
</td>
<td style="text-align:right;"><span data-sort-value="6999230000000000000♠" style="display:none"></span><span style="color:green">+0.23%</span>
</td>
<td data-sort-value="7007621597146480640" style="text-align:right;">24.0 sq mi
</td>
<td data-sort-value="7007621597146480640" style="text-align:right;">62.2 km<sup>2</sup>
</td>
<td data-sort-value="6997180271097823467" style="text-align:right;">4,669/sq mi
</td>
<td data-sort-value="6997180271097823467" style="text-align:right;">1,803/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.24_N_80.13_W_&title=Pompano+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°14′N</span> <span class="longitude">80°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.24°N 80.13°W</span><span style="display:none"> / <span class="geo">26.24; -80.13</span></span><span style="display:none"> (<span class="fn org">Pompano Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">271
</th>
<td align="left"><a href="/wiki/Beaumont,_Texas" title="Beaumont, Texas">Beaumont</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">112,089
</td>
<td style="text-align:right;">115,282
</td>
<td style="text-align:right;"><span data-sort-value="2999723000000000000♠" style="display:none"></span><span style="color:red">−2.77%</span>
</td>
<td data-sort-value="7008213674019102720" style="text-align:right;">82.5 sq mi
</td>
<td data-sort-value="7008213674019102720" style="text-align:right;">213.7 km<sup>2</sup>
</td>
<td data-sort-value="6996539384715483796" style="text-align:right;">1,397/sq mi
</td>
<td data-sort-value="6996539384715483796" style="text-align:right;">539/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.08_N_94.15_W_&title=Beaumont"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°05′N</span> <span class="longitude">94°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.08°N 94.15°W</span><span style="display:none"> / <span class="geo">30.08; -94.15</span></span><span style="display:none"> (<span class="fn org">Beaumont</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">272
</th>
<td align="left"><a href="/wiki/Temecula,_California" title="Temecula, California">Temecula</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">111,752
</td>
<td style="text-align:right;">110,003
</td>
<td style="text-align:right;"><span data-sort-value="7000159000000000000♠" style="display:none"></span><span style="color:green">+1.59%</span>
</td>
<td data-sort-value="7007966065565155327" style="text-align:right;">37.3 sq mi
</td>
<td data-sort-value="7007966065565155327" style="text-align:right;">96.6 km<sup>2</sup>
</td>
<td data-sort-value="6997113861526554167" style="text-align:right;">2,949/sq mi
</td>
<td data-sort-value="6997113861526554167" style="text-align:right;">1,139/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.49_N_117.13_W_&title=Temecula"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°29′N</span> <span class="longitude">117°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.49°N 117.13°W</span><span style="display:none"> / <span class="geo">33.49; -117.13</span></span><span style="display:none"> (<span class="fn org">Temecula</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">273
</th>
<td align="left"><a href="/wiki/Gresham,_Oregon" title="Gresham, Oregon">Gresham</a>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">111,621
</td>
<td style="text-align:right;">114,247
</td>
<td style="text-align:right;"><span data-sort-value="2999770000000000000♠" style="display:none"></span><span style="color:red">−2.30%</span>
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">23.5 sq mi
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">60.9 km<sup>2</sup>
</td>
<td data-sort-value="6997187722869483337" style="text-align:right;">4,862/sq mi
</td>
<td data-sort-value="6997187722869483337" style="text-align:right;">1,877/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.50_N_122.44_W_&title=Gresham"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°30′N</span> <span class="longitude">122°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.50°N 122.44°W</span><span style="display:none"> / <span class="geo">45.50; -122.44</span></span><span style="display:none"> (<span class="fn org">Gresham</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">274
</th>
<td align="left"><a href="/wiki/Allen,_Texas" title="Allen, Texas">Allen</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">111,551
</td>
<td style="text-align:right;">104,627
</td>
<td style="text-align:right;"><span data-sort-value="7000662000000000000♠" style="display:none"></span><span style="color:green">+6.62%</span>
</td>
<td data-sort-value="7007683756861128704" style="text-align:right;">26.4 sq mi
</td>
<td data-sort-value="7007683756861128704" style="text-align:right;">68.4 km<sup>2</sup>
</td>
<td data-sort-value="6997153012285430371" style="text-align:right;">3,963/sq mi
</td>
<td data-sort-value="6997153012285430371" style="text-align:right;">1,530/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.11_N_96.67_W_&title=Allen"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°07′N</span> <span class="longitude">96°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.11°N 96.67°W</span><span style="display:none"> / <span class="geo">33.11; -96.67</span></span><span style="display:none"> (<span class="fn org">Allen</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">275
</th>
<td align="left"><a href="/wiki/Pueblo,_Colorado" title="Pueblo, Colorado">Pueblo</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">111,456
</td>
<td style="text-align:right;">111,876
</td>
<td style="text-align:right;"><span data-sort-value="3000620000000000000♠" style="display:none"></span><span style="color:red">−0.38%</span>
</td>
<td data-sort-value="7008143485341312614" style="text-align:right;">55.4 sq mi
</td>
<td data-sort-value="7008143485341312614" style="text-align:right;">143.5 km<sup>2</sup>
</td>
<td data-sort-value="6996779540258097198" style="text-align:right;">2,019/sq mi
</td>
<td data-sort-value="6996779540258097198" style="text-align:right;">780/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.27_N_104.61_W_&title=Pueblo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°16′N</span> <span class="longitude">104°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.27°N 104.61°W</span><span style="display:none"> / <span class="geo">38.27; -104.61</span></span><span style="display:none"> (<span class="fn org">Pueblo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">276
</th>
<td align="left"><a href="/wiki/Everett,_Washington" title="Everett, Washington">Everett</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">111,337
</td>
<td style="text-align:right;">110,629
</td>
<td style="text-align:right;"><span data-sort-value="6999640000000000000♠" style="display:none"></span><span style="color:green">+0.64%</span>
</td>
<td data-sort-value="7007859876052631552" style="text-align:right;">33.2 sq mi
</td>
<td data-sort-value="7007859876052631552" style="text-align:right;">86.0 km<sup>2</sup>
</td>
<td data-sort-value="6997128649239226342" style="text-align:right;">3,332/sq mi
</td>
<td data-sort-value="6997128649239226342" style="text-align:right;">1,286/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.95_N_122.19_W_&title=Everett"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°57′N</span> <span class="longitude">122°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.95°N 122.19°W</span><span style="display:none"> / <span class="geo">47.95; -122.19</span></span><span style="display:none"> (<span class="fn org">Everett</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">277
</th>
<td align="left"><a href="/wiki/South_Fulton,_Georgia" title="South Fulton, Georgia">South Fulton</a>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">111,158
</td>
<td style="text-align:right;">107,436
</td>
<td style="text-align:right;"><span data-sort-value="7000346000000000000♠" style="display:none"></span><span style="color:green">+3.46%</span>
</td>
<td data-sort-value="7008220666987000627" style="text-align:right;">85.2 sq mi
</td>
<td data-sort-value="7008220666987000627" style="text-align:right;">220.7 km<sup>2</sup>
</td>
<td data-sort-value="6996486874821922024" style="text-align:right;">1,261/sq mi
</td>
<td data-sort-value="6996486874821922024" style="text-align:right;">487/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.66_N_84.57_W_&title=South+Fulton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°40′N</span> <span class="longitude">84°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.66°N 84.57°W</span><span style="display:none"> / <span class="geo">33.66; -84.57</span></span><span style="display:none"> (<span class="fn org">South Fulton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">278
</th>
<td align="left"><a href="/wiki/Peoria,_Illinois" title="Peoria, Illinois">Peoria</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">111,021
</td>
<td style="text-align:right;">113,150
</td>
<td style="text-align:right;"><span data-sort-value="2999812000000000000♠" style="display:none"></span><span style="color:red">−1.88%</span>
</td>
<td data-sort-value="7008124319429296128" style="text-align:right;">48.0 sq mi
</td>
<td data-sort-value="7008124319429296128" style="text-align:right;">124.3 km<sup>2</sup>
</td>
<td data-sort-value="6996910042787684544" style="text-align:right;">2,357/sq mi
</td>
<td data-sort-value="6996910042787684544" style="text-align:right;">910/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.75_N_89.62_W_&title=Peoria"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°45′N</span> <span class="longitude">89°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.75°N 89.62°W</span><span style="display:none"> / <span class="geo">40.75; -89.62</span></span><span style="display:none"> (<span class="fn org">Peoria</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">279
</th>
<td align="left"><a href="/wiki/Nampa,_Idaho" title="Nampa, Idaho">Nampa</a>
</td>
<td align="left"><a href="/wiki/Idaho" title="Idaho">Idaho</a>
</td>
<td style="text-align:right;">110,951
</td>
<td style="text-align:right;">100,200
</td>
<td style="text-align:right;"><span data-sort-value="7001107300000000000♠" style="display:none"></span><span style="color:green">+10.73%</span>
</td>
<td data-sort-value="7007867646016962560" style="text-align:right;">33.5 sq mi
</td>
<td data-sort-value="7007867646016962560" style="text-align:right;">86.8 km<sup>2</sup>
</td>
<td data-sort-value="6997115483155620045" style="text-align:right;">2,991/sq mi
</td>
<td data-sort-value="6997115483155620045" style="text-align:right;">1,155/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.58_N_116.56_W_&title=Nampa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°35′N</span> <span class="longitude">116°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.58°N 116.56°W</span><span style="display:none"> / <span class="geo">43.58; -116.56</span></span><span style="display:none"> (<span class="fn org">Nampa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">280
</th>
<td align="left"><a href="/wiki/Tuscaloosa,_Alabama" title="Tuscaloosa, Alabama">Tuscaloosa</a>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">110,602
</td>
<td style="text-align:right;">99,600
</td>
<td style="text-align:right;"><span data-sort-value="7001110500000000000♠" style="display:none"></span><span style="color:green">+11.05%</span>
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">61.9 sq mi
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">160.3 km<sup>2</sup>
</td>
<td data-sort-value="6996621238373094795" style="text-align:right;">1,609/sq mi
</td>
<td data-sort-value="6996621238373094795" style="text-align:right;">621/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.23_N_87.53_W_&title=Tuscaloosa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°14′N</span> <span class="longitude">87°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.23°N 87.53°W</span><span style="display:none"> / <span class="geo">33.23; -87.53</span></span><span style="display:none"> (<span class="fn org">Tuscaloosa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">281
</th>
<td align="left"><a href="/wiki/Miami_Gardens,_Florida" title="Miami Gardens, Florida">Miami Gardens</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">110,497
</td>
<td style="text-align:right;">111,640
</td>
<td style="text-align:right;"><span data-sort-value="2999898000000000000♠" style="display:none"></span><span style="color:red">−1.02%</span>
</td>
<td data-sort-value="7007471377836081152" style="text-align:right;">18.2 sq mi
</td>
<td data-sort-value="7007471377836081152" style="text-align:right;">47.1 km<sup>2</sup>
</td>
<td data-sort-value="6997236835064049936" style="text-align:right;">6,134/sq mi
</td>
<td data-sort-value="6997236835064049936" style="text-align:right;">2,368/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=25.95_N_80.24_W_&title=Miami+Gardens"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">25°57′N</span> <span class="longitude">80°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">25.95°N 80.24°W</span><span style="display:none"> / <span class="geo">25.95; -80.24</span></span><span style="display:none"> (<span class="fn org">Miami Gardens</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">282
</th>
<td align="left"><a href="/wiki/Santa_Maria,_California" title="Santa Maria, California">Santa Maria</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">110,125
</td>
<td style="text-align:right;">109,707
</td>
<td style="text-align:right;"><span data-sort-value="6999380000000000000♠" style="display:none"></span><span style="color:green">+0.38%</span>
</td>
<td data-sort-value="7007590517289156608" style="text-align:right;">22.8 sq mi
</td>
<td data-sort-value="7007590517289156608" style="text-align:right;">59.1 km<sup>2</sup>
</td>
<td data-sort-value="6997185792358690624" style="text-align:right;">4,812/sq mi
</td>
<td data-sort-value="6997185792358690624" style="text-align:right;">1,858/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.93_N_120.44_W_&title=Santa+Maria"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°56′N</span> <span class="longitude">120°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.93°N 120.44°W</span><span style="display:none"> / <span class="geo">34.93; -120.44</span></span><span style="display:none"> (<span class="fn org">Santa Maria</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">283
</th>
<td align="left"><a href="/wiki/Downey,_California" title="Downey, California">Downey</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">109,934
</td>
<td style="text-align:right;">114,355
</td>
<td style="text-align:right;"><span data-sort-value="2999613000000000000♠" style="display:none"></span><span style="color:red">−3.87%</span>
</td>
<td data-sort-value="7007321158525681664" style="text-align:right;">12.4 sq mi
</td>
<td data-sort-value="7007321158525681664" style="text-align:right;">32.1 km<sup>2</sup>
</td>
<td data-sort-value="6997356063410607843" style="text-align:right;">9,222/sq mi
</td>
<td data-sort-value="6997356063410607843" style="text-align:right;">3,561/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.94_N_118.13_W_&title=Downey"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°56′N</span> <span class="longitude">118°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.94°N 118.13°W</span><span style="display:none"> / <span class="geo">33.94; -118.13</span></span><span style="display:none"> (<span class="fn org">Downey</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">284
</th>
<td align="left"><a href="/wiki/Concord,_North_Carolina" title="Concord, North Carolina">Concord</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">109,896
</td>
<td style="text-align:right;">105,240
</td>
<td style="text-align:right;"><span data-sort-value="7000442000000000000♠" style="display:none"></span><span style="color:green">+4.42%</span>
</td>
<td data-sort-value="7008164464245006336" style="text-align:right;">63.5 sq mi
</td>
<td data-sort-value="7008164464245006336" style="text-align:right;">164.5 km<sup>2</sup>
</td>
<td data-sort-value="6996639771276704832" style="text-align:right;">1,657/sq mi
</td>
<td data-sort-value="6996639771276704832" style="text-align:right;">640/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.39_N_80.64_W_&title=Concord"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°23′N</span> <span class="longitude">80°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.39°N 80.64°W</span><span style="display:none"> / <span class="geo">35.39; -80.64</span></span><span style="display:none"> (<span class="fn org">Concord</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">285
</th>
<td align="left"><a href="/wiki/Ventura,_California" title="Ventura, California">Ventura</a><sup class="reference" id="cite_ref-29"><a href="#cite_note-29">[aa]</a></sup>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">109,527
</td>
<td style="text-align:right;">110,763
</td>
<td style="text-align:right;"><span data-sort-value="2999887999999999999♠" style="display:none"></span><span style="color:red">−1.12%</span>
</td>
<td data-sort-value="7007567207396163584" style="text-align:right;">21.9 sq mi
</td>
<td data-sort-value="7007567207396163584" style="text-align:right;">56.7 km<sup>2</sup>
</td>
<td data-sort-value="6997195290471790769" style="text-align:right;">5,058/sq mi
</td>
<td data-sort-value="6997195290471790769" style="text-align:right;">1,953/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.27_N_119.25_W_&title=Ventura"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°16′N</span> <span class="longitude">119°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.27°N 119.25°W</span><span style="display:none"> / <span class="geo">34.27; -119.25</span></span><span style="display:none"> (<span class="fn org">Ventura</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">286
</th>
<td align="left"><a href="/wiki/Costa_Mesa,_California" title="Costa Mesa, California">Costa Mesa</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">109,521
</td>
<td style="text-align:right;">111,918
</td>
<td style="text-align:right;"><span data-sort-value="2999786000000000000♠" style="display:none"></span><span style="color:red">−2.14%</span>
</td>
<td data-sort-value="7007409218121433088" style="text-align:right;">15.8 sq mi
</td>
<td data-sort-value="7007409218121433088" style="text-align:right;">40.9 km<sup>2</sup>
</td>
<td data-sort-value="6997273476158895614" style="text-align:right;">7,083/sq mi
</td>
<td data-sort-value="6997273476158895614" style="text-align:right;">2,735/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.67_N_117.91_W_&title=Costa+Mesa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°40′N</span> <span class="longitude">117°55′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.67°N 117.91°W</span><span style="display:none"> / <span class="geo">33.67; -117.91</span></span><span style="display:none"> (<span class="fn org">Costa Mesa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">287
</th>
<td align="left"><a href="/wiki/Sugar_Land,_Texas" title="Sugar Land, Texas">Sugar Land</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">109,414
</td>
<td style="text-align:right;">111,026
</td>
<td style="text-align:right;"><span data-sort-value="2999855000000000000♠" style="display:none"></span><span style="color:red">−1.45%</span>
</td>
<td data-sort-value="7008104894518468608" style="text-align:right;">40.5 sq mi
</td>
<td data-sort-value="7008104894518468608" style="text-align:right;">104.9 km<sup>2</sup>
</td>
<td data-sort-value="6997105830601656484" style="text-align:right;">2,741/sq mi
</td>
<td data-sort-value="6997105830601656484" style="text-align:right;">1,058/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.59_N_95.63_W_&title=Sugar+Land"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°35′N</span> <span class="longitude">95°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.59°N 95.63°W</span><span style="display:none"> / <span class="geo">29.59; -95.63</span></span><span style="display:none"> (<span class="fn org">Sugar Land</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">288
</th>
<td align="left"><a href="/wiki/Menifee,_California" title="Menifee, California">Menifee</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">109,399
</td>
<td style="text-align:right;">102,527
</td>
<td style="text-align:right;"><span data-sort-value="7000670000000000000♠" style="display:none"></span><span style="color:green">+6.70%</span>
</td>
<td data-sort-value="7008120434447130624" style="text-align:right;">46.5 sq mi
</td>
<td data-sort-value="7008120434447130624" style="text-align:right;">120.4 km<sup>2</sup>
</td>
<td data-sort-value="6996851355259586093" style="text-align:right;">2,205/sq mi
</td>
<td data-sort-value="6996851355259586093" style="text-align:right;">851/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.69_N_117.18_W_&title=Menifee"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°41′N</span> <span class="longitude">117°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.69°N 117.18°W</span><span style="display:none"> / <span class="geo">33.69; -117.18</span></span><span style="display:none"> (<span class="fn org">Menifee</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">289
</th>
<td align="left"><a href="/wiki/Tyler,_Texas" title="Tyler, Texas">Tyler</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">109,286
</td>
<td style="text-align:right;">105,995
</td>
<td style="text-align:right;"><span data-sort-value="7000310000000000000♠" style="display:none"></span><span style="color:green">+3.10%</span>
</td>
<td data-sort-value="7008148924316344320" style="text-align:right;">57.5 sq mi
</td>
<td data-sort-value="7008148924316344320" style="text-align:right;">148.9 km<sup>2</sup>
</td>
<td data-sort-value="6996711586278193727" style="text-align:right;">1,843/sq mi
</td>
<td data-sort-value="6996711586278193727" style="text-align:right;">712/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.32_N_95.31_W_&title=Tyler"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°19′N</span> <span class="longitude">95°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.32°N 95.31°W</span><span style="display:none"> / <span class="geo">32.32; -95.31</span></span><span style="display:none"> (<span class="fn org">Tyler</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">290
</th>
<td align="left"><a href="/wiki/Sparks,_Nevada" title="Sparks, Nevada">Sparks</a>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">109,226
</td>
<td style="text-align:right;">108,445
</td>
<td style="text-align:right;"><span data-sort-value="6999720000000000000♠" style="display:none"></span><span style="color:green">+0.72%</span>
</td>
<td data-sort-value="7007942755672162304" style="text-align:right;">36.4 sq mi
</td>
<td data-sort-value="7007942755672162304" style="text-align:right;">94.3 km<sup>2</sup>
</td>
<td data-sort-value="6997115019833029794" style="text-align:right;">2,979/sq mi
</td>
<td data-sort-value="6997115019833029794" style="text-align:right;">1,150/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.57_N_119.72_W_&title=Sparks"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°34′N</span> <span class="longitude">119°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.57°N 119.72°W</span><span style="display:none"> / <span class="geo">39.57; -119.72</span></span><span style="display:none"> (<span class="fn org">Sparks</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">291
</th>
<td align="left"><a href="/wiki/Greeley,_Colorado" title="Greeley, Colorado">Greeley</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">109,209
</td>
<td style="text-align:right;">108,795
</td>
<td style="text-align:right;"><span data-sort-value="6999380000000000000♠" style="display:none"></span><span style="color:green">+0.38%</span>
</td>
<td data-sort-value="7008126650418595430" style="text-align:right;">48.9 sq mi
</td>
<td data-sort-value="7008126650418595430" style="text-align:right;">126.7 km<sup>2</sup>
</td>
<td data-sort-value="6996859077302756942" style="text-align:right;">2,225/sq mi
</td>
<td data-sort-value="6996859077302756942" style="text-align:right;">859/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.41_N_104.77_W_&title=Greeley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°25′N</span> <span class="longitude">104°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.41°N 104.77°W</span><span style="display:none"> / <span class="geo">40.41; -104.77</span></span><span style="display:none"> (<span class="fn org">Greeley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">292
</th>
<td align="left"><a href="/wiki/Rio_Rancho,_New_Mexico" title="Rio Rancho, New Mexico">Rio Rancho</a>
</td>
<td align="left"><a href="/wiki/New_Mexico" title="New Mexico">New Mexico</a>
</td>
<td style="text-align:right;">108,082
</td>
<td style="text-align:right;">104,046
</td>
<td style="text-align:right;"><span data-sort-value="7000388000000000000♠" style="display:none"></span><span style="color:green">+3.88%</span>
</td>
<td data-sort-value="7008267804770608742" style="text-align:right;">103.4 sq mi
</td>
<td data-sort-value="7008267804770608742" style="text-align:right;">267.8 km<sup>2</sup>
</td>
<td data-sort-value="6996388418771493700" style="text-align:right;">1,006/sq mi
</td>
<td data-sort-value="6996388418771493700" style="text-align:right;">388/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.29_N_106.70_W_&title=Rio+Rancho"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°17′N</span> <span class="longitude">106°42′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.29°N 106.70°W</span><span style="display:none"> / <span class="geo">35.29; -106.70</span></span><span style="display:none"> (<span class="fn org">Rio Rancho</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">293
</th>
<td align="left"><a href="/wiki/Sandy_Springs,_Georgia" title="Sandy Springs, Georgia">Sandy Springs</a>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">107,763
</td>
<td style="text-align:right;">108,080
</td>
<td style="text-align:right;"><span data-sort-value="3000710000000000000♠" style="display:none"></span><span style="color:red">−0.29%</span>
</td>
<td data-sort-value="7007976425517596672" style="text-align:right;">37.7 sq mi
</td>
<td data-sort-value="7007976425517596672" style="text-align:right;">97.6 km<sup>2</sup>
</td>
<td data-sort-value="6997110695488854119" style="text-align:right;">2,867/sq mi
</td>
<td data-sort-value="6997110695488854119" style="text-align:right;">1,107/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.93_N_84.37_W_&title=Sandy+Springs"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°56′N</span> <span class="longitude">84°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.93°N 84.37°W</span><span style="display:none"> / <span class="geo">33.93; -84.37</span></span><span style="display:none"> (<span class="fn org">Sandy Springs</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">294
</th>
<td align="left"><a href="/wiki/Dearborn,_Michigan" title="Dearborn, Michigan">Dearborn</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">107,710
</td>
<td style="text-align:right;">109,976
</td>
<td style="text-align:right;"><span data-sort-value="2999794000000000000♠" style="display:none"></span><span style="color:red">−2.06%</span>
</td>
<td data-sort-value="7007626777122701312" style="text-align:right;">24.2 sq mi
</td>
<td data-sort-value="7007626777122701312" style="text-align:right;">62.7 km<sup>2</sup>
</td>
<td data-sort-value="6997175444820841687" style="text-align:right;">4,544/sq mi
</td>
<td data-sort-value="6997175444820841687" style="text-align:right;">1,754/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.31_N_83.21_W_&title=Dearborn"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°19′N</span> <span class="longitude">83°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.31°N 83.21°W</span><span style="display:none"> / <span class="geo">42.31; -83.21</span></span><span style="display:none"> (<span class="fn org">Dearborn</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">295
</th>
<td align="left"><a href="/wiki/Jurupa_Valley,_California" title="Jurupa Valley, California">Jurupa Valley</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">107,609
</td>
<td style="text-align:right;">105,053
</td>
<td style="text-align:right;"><span data-sort-value="7000243000000000000♠" style="display:none"></span><span style="color:green">+2.43%</span>
</td>
<td data-sort-value="7008111110489933414" style="text-align:right;">42.9 sq mi
</td>
<td data-sort-value="7008111110489933414" style="text-align:right;">111.1 km<sup>2</sup>
</td>
<td data-sort-value="6996945564186270449" style="text-align:right;">2,449/sq mi
</td>
<td data-sort-value="6996945564186270449" style="text-align:right;">946/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.00_N_117.47_W_&title=Jurupa+Valley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°00′N</span> <span class="longitude">117°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.00°N 117.47°W</span><span style="display:none"> / <span class="geo">34.00; -117.47</span></span><span style="display:none"> (<span class="fn org">Jurupa Valley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">296
</th>
<td align="left"><a href="/wiki/Edison,_New_Jersey" title="Edison, New Jersey">Edison</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">107,361
</td>
<td style="text-align:right;">107,588
</td>
<td style="text-align:right;"><span data-sort-value="3000790000000000000♠" style="display:none"></span><span style="color:red">−0.21%</span>
</td>
<td data-sort-value="7007779586421211136" style="text-align:right;">30.1 sq mi
</td>
<td data-sort-value="7007779586421211136" style="text-align:right;">78.0 km<sup>2</sup>
</td>
<td data-sort-value="6997137992911463070" style="text-align:right;">3,574/sq mi
</td>
<td data-sort-value="6997137992911463070" style="text-align:right;">1,380/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.50_N_74.35_W_&title=Edison"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°30′N</span> <span class="longitude">74°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.50°N 74.35°W</span><span style="display:none"> / <span class="geo">40.50; -74.35</span></span><span style="display:none"> (<span class="fn org">Edison</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">297
</th>
<td align="left"><a href="/wiki/Spokane_Valley,_Washington" title="Spokane Valley, Washington">Spokane Valley</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">107,325
</td>
<td style="text-align:right;">102,976
</td>
<td style="text-align:right;"><span data-sort-value="7000422000000000000♠" style="display:none"></span><span style="color:green">+4.22%</span>
</td>
<td data-sort-value="7007976425517596672" style="text-align:right;">37.7 sq mi
</td>
<td data-sort-value="7007976425517596672" style="text-align:right;">97.6 km<sup>2</sup>
</td>
<td data-sort-value="6997105444499497941" style="text-align:right;">2,731/sq mi
</td>
<td data-sort-value="6997105444499497941" style="text-align:right;">1,054/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.66_N_117.23_W_&title=Spokane+Valley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°40′N</span> <span class="longitude">117°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.66°N 117.23°W</span><span style="display:none"> / <span class="geo">47.66; -117.23</span></span><span style="display:none"> (<span class="fn org">Spokane Valley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">298
</th>
<td align="left"><a href="/wiki/Hillsboro,_Oregon" title="Hillsboro, Oregon">Hillsboro</a>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">107,299
</td>
<td style="text-align:right;">106,447
</td>
<td style="text-align:right;"><span data-sort-value="6999800000000000000♠" style="display:none"></span><span style="color:green">+0.80%</span>
</td>
<td data-sort-value="7007665626944356352" style="text-align:right;">25.7 sq mi
</td>
<td data-sort-value="7007665626944356352" style="text-align:right;">66.6 km<sup>2</sup>
</td>
<td data-sort-value="6997159923514068281" style="text-align:right;">4,142/sq mi
</td>
<td data-sort-value="6997159923514068281" style="text-align:right;">1,599/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.53_N_122.94_W_&title=Hillsboro"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°32′N</span> <span class="longitude">122°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.53°N 122.94°W</span><span style="display:none"> / <span class="geo">45.53; -122.94</span></span><span style="display:none"> (<span class="fn org">Hillsboro</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">299
</th>
<td align="left"><a href="/wiki/Davie,_Florida" title="Davie, Florida">Davie</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">106,513
</td>
<td style="text-align:right;">105,691
</td>
<td style="text-align:right;"><span data-sort-value="6999780000000000000♠" style="display:none"></span><span style="color:green">+0.78%</span>
</td>
<td data-sort-value="7007903905850507264" style="text-align:right;">34.9 sq mi
</td>
<td data-sort-value="7007903905850507264" style="text-align:right;">90.4 km<sup>2</sup>
</td>
<td data-sort-value="6997116911733606652" style="text-align:right;">3,028/sq mi
</td>
<td data-sort-value="6997116911733606652" style="text-align:right;">1,169/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.08_N_80.28_W_&title=Davie"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°05′N</span> <span class="longitude">80°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.08°N 80.28°W</span><span style="display:none"> / <span class="geo">26.08; -80.28</span></span><span style="display:none"> (<span class="fn org">Davie</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">300
</th>
<td align="left"><a href="/wiki/Green_Bay,_Wisconsin" title="Green Bay, Wisconsin">Green Bay</a>
</td>
<td align="left"><a href="/wiki/Wisconsin" title="Wisconsin">Wisconsin</a>
</td>
<td style="text-align:right;">106,095
</td>
<td style="text-align:right;">107,395
</td>
<td style="text-align:right;"><span data-sort-value="2999878999999999999♠" style="display:none"></span><span style="color:red">−1.21%</span>
</td>
<td data-sort-value="7008117844459020288" style="text-align:right;">45.5 sq mi
</td>
<td data-sort-value="7008117844459020288" style="text-align:right;">117.8 km<sup>2</sup>
</td>
<td data-sort-value="6996911201094160172" style="text-align:right;">2,360/sq mi
</td>
<td data-sort-value="6996911201094160172" style="text-align:right;">910/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.52_N_87.99_W_&title=Green+Bay"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°31′N</span> <span class="longitude">87°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.52°N 87.99°W</span><span style="display:none"> / <span class="geo">44.52; -87.99</span></span><span style="display:none"> (<span class="fn org">Green Bay</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">301
</th>
<td align="left"><a href="/wiki/Centennial,_Colorado" title="Centennial, Colorado">Centennial</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">105,865
</td>
<td style="text-align:right;">108,418
</td>
<td style="text-align:right;"><span data-sort-value="2999765000000000000♠" style="display:none"></span><span style="color:red">−2.35%</span>
</td>
<td data-sort-value="7007769226468769792" style="text-align:right;">29.7 sq mi
</td>
<td data-sort-value="7007769226468769792" style="text-align:right;">76.9 km<sup>2</sup>
</td>
<td data-sort-value="6997140927287867992" style="text-align:right;">3,650/sq mi
</td>
<td data-sort-value="6997140927287867992" style="text-align:right;">1,410/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.59_N_104.87_W_&title=Centennial"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°35′N</span> <span class="longitude">104°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.59°N 104.87°W</span><span style="display:none"> / <span class="geo">39.59; -104.87</span></span><span style="display:none"> (<span class="fn org">Centennial</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">302
</th>
<td align="left"><a href="/wiki/Buckeye,_Arizona" title="Buckeye, Arizona">Buckeye</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">105,567
</td>
<td style="text-align:right;">91,502
</td>
<td style="text-align:right;"><span data-sort-value="7001153700000000000♠" style="display:none"></span><span style="color:green">+15.37%</span>
</td>
<td data-sort-value="7009101786532736204" style="text-align:right;">393.0 sq mi
</td>
<td data-sort-value="7009101786532736204" style="text-align:right;">1,017.9 km<sup>2</sup>
</td>
<td data-sort-value="6995899618029403898" style="text-align:right;">233/sq mi
</td>
<td data-sort-value="6995899618029403898" style="text-align:right;">90/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.43_N_112.64_W_&title=Buckeye"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°26′N</span> <span class="longitude">112°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.43°N 112.64°W</span><span style="display:none"> / <span class="geo">33.43; -112.64</span></span><span style="display:none"> (<span class="fn org">Buckeye</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">303
</th>
<td align="left"><a href="/wiki/Boulder,_Colorado" title="Boulder, Colorado">Boulder</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">105,485
</td>
<td style="text-align:right;">108,250
</td>
<td style="text-align:right;"><span data-sort-value="2999745000000000000♠" style="display:none"></span><span style="color:red">−2.55%</span>
</td>
<td data-sort-value="7007681166873018368" style="text-align:right;">26.3 sq mi
</td>
<td data-sort-value="7007681166873018368" style="text-align:right;">68.1 km<sup>2</sup>
</td>
<td data-sort-value="6997158919648456070" style="text-align:right;">4,116/sq mi
</td>
<td data-sort-value="6997158919648456070" style="text-align:right;">1,589/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.02_N_105.25_W_&title=Boulder"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°01′N</span> <span class="longitude">105°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.02°N 105.25°W</span><span style="display:none"> / <span class="geo">40.02; -105.25</span></span><span style="display:none"> (<span class="fn org">Boulder</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">304
</th>
<td align="left"><a href="/wiki/Goodyear,_Arizona" title="Goodyear, Arizona">Goodyear</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">105,406
</td>
<td style="text-align:right;">95,294
</td>
<td style="text-align:right;"><span data-sort-value="7001106100000000000♠" style="display:none"></span><span style="color:green">+10.61%</span>
</td>
<td data-sort-value="7008495464725507276" style="text-align:right;">191.3 sq mi
</td>
<td data-sort-value="7008495464725507276" style="text-align:right;">495.5 km<sup>2</sup>
</td>
<td data-sort-value="6996192278874954138" style="text-align:right;">498/sq mi
</td>
<td data-sort-value="6996192278874954138" style="text-align:right;">192/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.25_N_112.37_W_&title=Goodyear"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°15′N</span> <span class="longitude">112°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.25°N 112.37°W</span><span style="display:none"> / <span class="geo">33.25; -112.37</span></span><span style="display:none"> (<span class="fn org">Goodyear</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">305
</th>
<td align="left"><a href="/wiki/El_Monte,_California" title="El Monte, California">El Monte</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">105,312
</td>
<td style="text-align:right;">109,450
</td>
<td style="text-align:right;"><span data-sort-value="2999622000000000000♠" style="display:none"></span><span style="color:red">−3.78%</span>
</td>
<td data-sort-value="7007248638858592256" style="text-align:right;">9.6 sq mi
</td>
<td data-sort-value="7007248638858592256" style="text-align:right;">24.9 km<sup>2</sup>
</td>
<td data-sort-value="6997440195070954242" style="text-align:right;">11,401/sq mi
</td>
<td data-sort-value="6997440195070954242" style="text-align:right;">4,402/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.07_N_118.03_W_&title=El+Monte"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°04′N</span> <span class="longitude">118°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.07°N 118.03°W</span><span style="display:none"> / <span class="geo">34.07; -118.03</span></span><span style="display:none"> (<span class="fn org">El Monte</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">306
</th>
<td align="left"><a href="/wiki/West_Covina,_California" title="West Covina, California">West Covina</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">105,013
</td>
<td style="text-align:right;">109,501
</td>
<td style="text-align:right;"><span data-sort-value="2999590000000000000♠" style="display:none"></span><span style="color:red">−4.10%</span>
</td>
<td data-sort-value="7007414398097653760" style="text-align:right;">16.0 sq mi
</td>
<td data-sort-value="7007414398097653760" style="text-align:right;">41.4 km<sup>2</sup>
</td>
<td data-sort-value="6997264248317306449" style="text-align:right;">6,844/sq mi
</td>
<td data-sort-value="6997264248317306449" style="text-align:right;">2,642/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.06_N_117.91_W_&title=West+Covina"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°04′N</span> <span class="longitude">117°55′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.06°N 117.91°W</span><span style="display:none"> / <span class="geo">34.06; -117.91</span></span><span style="display:none"> (<span class="fn org">West Covina</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">307
</th>
<td align="left"><a href="/wiki/Brockton,_Massachusetts" title="Brockton, Massachusetts">Brockton</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">104,826
</td>
<td style="text-align:right;">105,643
</td>
<td style="text-align:right;"><span data-sort-value="3000229999999999999♠" style="display:none"></span><span style="color:red">−0.77%</span>
</td>
<td data-sort-value="7007551667467501568" style="text-align:right;">21.3 sq mi
</td>
<td data-sort-value="7007551667467501568" style="text-align:right;">55.2 km<sup>2</sup>
</td>
<td data-sort-value="6997191506670637053" style="text-align:right;">4,960/sq mi
</td>
<td data-sort-value="6997191506670637053" style="text-align:right;">1,920/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.08_N_71.02_W_&title=Brockton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°05′N</span> <span class="longitude">71°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.08°N 71.02°W</span><span style="display:none"> / <span class="geo">42.08; -71.02</span></span><span style="display:none"> (<span class="fn org">Brockton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">308
</th>
<td align="left"><a href="/wiki/New_Braunfels,_Texas" title="New Braunfels, Texas">New Braunfels</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">104,707
</td>
<td style="text-align:right;">90,403
</td>
<td style="text-align:right;"><span data-sort-value="7001158200000000000♠" style="display:none"></span><span style="color:green">+15.82%</span>
</td>
<td data-sort-value="7008117067462587187" style="text-align:right;">45.2 sq mi
</td>
<td data-sort-value="7008117067462587187" style="text-align:right;">117.1 km<sup>2</sup>
</td>
<td data-sort-value="6996772204317084891" style="text-align:right;">2,000/sq mi
</td>
<td data-sort-value="6996772204317084891" style="text-align:right;">770/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.70_N_98.12_W_&title=New+Braunfels"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°42′N</span> <span class="longitude">98°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.70°N 98.12°W</span><span style="display:none"> / <span class="geo">29.70; -98.12</span></span><span style="display:none"> (<span class="fn org">New Braunfels</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">309
</th>
<td align="left"><a href="/wiki/El_Cajon,_California" title="El Cajon, California">El Cajon</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">104,414
</td>
<td style="text-align:right;">106,215
</td>
<td style="text-align:right;"><span data-sort-value="2999830000000000000♠" style="display:none"></span><span style="color:red">−1.70%</span>
</td>
<td data-sort-value="7007375548275998720" style="text-align:right;">14.5 sq mi
</td>
<td data-sort-value="7007375548275998720" style="text-align:right;">37.6 km<sup>2</sup>
</td>
<td data-sort-value="6997282819831132341" style="text-align:right;">7,325/sq mi
</td>
<td data-sort-value="6997282819831132341" style="text-align:right;">2,828/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.80_N_116.96_W_&title=El+Cajon"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°48′N</span> <span class="longitude">116°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.80°N 116.96°W</span><span style="display:none"> / <span class="geo">32.80; -116.96</span></span><span style="display:none"> (<span class="fn org">El Cajon</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">310
</th>
<td align="left"><a href="/wiki/Edinburg,_Texas" title="Edinburg, Texas">Edinburg</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">104,294
</td>
<td style="text-align:right;">100,243
</td>
<td style="text-align:right;"><span data-sort-value="7000404000000000000♠" style="display:none"></span><span style="color:green">+4.04%</span>
</td>
<td data-sort-value="7008115772468532019" style="text-align:right;">44.7 sq mi
</td>
<td data-sort-value="7008115772468532019" style="text-align:right;">115.8 km<sup>2</sup>
</td>
<td data-sort-value="6996866027141610705" style="text-align:right;">2,243/sq mi
</td>
<td data-sort-value="6996866027141610705" style="text-align:right;">866/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.32_N_98.16_W_&title=Edinburg"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°19′N</span> <span class="longitude">98°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.32°N 98.16°W</span><span style="display:none"> / <span class="geo">26.32; -98.16</span></span><span style="display:none"> (<span class="fn org">Edinburg</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">311
</th>
<td align="left"><a href="/wiki/Renton,_Washington" title="Renton, Washington">Renton</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">104,047
</td>
<td style="text-align:right;">106,785
</td>
<td style="text-align:right;"><span data-sort-value="2999744000000000000♠" style="display:none"></span><span style="color:red">−2.56%</span>
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">23.5 sq mi
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">60.9 km<sup>2</sup>
</td>
<td data-sort-value="6997175444820841687" style="text-align:right;">4,544/sq mi
</td>
<td data-sort-value="6997175444820841687" style="text-align:right;">1,754/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.48_N_122.19_W_&title=Renton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°29′N</span> <span class="longitude">122°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.48°N 122.19°W</span><span style="display:none"> / <span class="geo">47.48; -122.19</span></span><span style="display:none"> (<span class="fn org">Renton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">312
</th>
<td align="left"><a href="/wiki/Burbank,_California" title="Burbank, California">Burbank</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">103,920
</td>
<td style="text-align:right;">107,337
</td>
<td style="text-align:right;"><span data-sort-value="2999682000000000000♠" style="display:none"></span><span style="color:red">−3.18%</span>
</td>
<td data-sort-value="7007448067943088128" style="text-align:right;">17.3 sq mi
</td>
<td data-sort-value="7007448067943088128" style="text-align:right;">44.8 km<sup>2</sup>
</td>
<td data-sort-value="6997239537779159733" style="text-align:right;">6,204/sq mi
</td>
<td data-sort-value="6997239537779159733" style="text-align:right;">2,395/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.19_N_118.33_W_&title=Burbank"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°11′N</span> <span class="longitude">118°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.19°N 118.33°W</span><span style="display:none"> / <span class="geo">34.19; -118.33</span></span><span style="display:none"> (<span class="fn org">Burbank</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">313
</th>
<td align="left"><a href="/wiki/Inglewood,_California" title="Inglewood, California">Inglewood</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">103,621
</td>
<td style="text-align:right;">107,762
</td>
<td style="text-align:right;"><span data-sort-value="2999616000000000000♠" style="display:none"></span><span style="color:red">−3.84%</span>
</td>
<td data-sort-value="7007235688918040576" style="text-align:right;">9.1 sq mi
</td>
<td data-sort-value="7007235688918040576" style="text-align:right;">23.6 km<sup>2</sup>
</td>
<td data-sort-value="6997457222176145964" style="text-align:right;">11,842/sq mi
</td>
<td data-sort-value="6997457222176145964" style="text-align:right;">4,572/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.96_N_118.34_W_&title=Inglewood"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°58′N</span> <span class="longitude">118°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.96°N 118.34°W</span><span style="display:none"> / <span class="geo">33.96; -118.34</span></span><span style="display:none"> (<span class="fn org">Inglewood</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">314
</th>
<td align="left"><a href="/wiki/Rialto,_California" title="Rialto, California">Rialto</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">103,545
</td>
<td style="text-align:right;">104,026
</td>
<td style="text-align:right;"><span data-sort-value="3000540000000000000♠" style="display:none"></span><span style="color:red">−0.46%</span>
</td>
<td data-sort-value="7007624187134590976" style="text-align:right;">24.1 sq mi
</td>
<td data-sort-value="7007624187134590976" style="text-align:right;">62.4 km<sup>2</sup>
</td>
<td data-sort-value="6997166641691626919" style="text-align:right;">4,316/sq mi
</td>
<td data-sort-value="6997166641691626919" style="text-align:right;">1,666/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.12_N_117.39_W_&title=Rialto"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°07′N</span> <span class="longitude">117°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.12°N 117.39°W</span><span style="display:none"> / <span class="geo">34.12; -117.39</span></span><span style="display:none"> (<span class="fn org">Rialto</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">315
</th>
<td align="left"><a href="/wiki/Lee%27s_Summit,_Missouri" title="Lee's Summit, Missouri">Lee's Summit</a>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">103,465
</td>
<td style="text-align:right;">101,108
</td>
<td style="text-align:right;"><span data-sort-value="7000233000000000000♠" style="display:none"></span><span style="color:green">+2.33%</span>
</td>
<td data-sort-value="7008165500240250470" style="text-align:right;">63.9 sq mi
</td>
<td data-sort-value="7008165500240250470" style="text-align:right;">165.5 km<sup>2</sup>
</td>
<td data-sort-value="6996610813614814149" style="text-align:right;">1,582/sq mi
</td>
<td data-sort-value="6996610813614814149" style="text-align:right;">611/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.92_N_94.38_W_&title=Lee%27s+Summit"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°55′N</span> <span class="longitude">94°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.92°N 94.38°W</span><span style="display:none"> / <span class="geo">38.92; -94.38</span></span><span style="display:none"> (<span class="fn org">Lee's Summit</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">316
</th>
<td align="left"><a href="/wiki/Bend,_Oregon" title="Bend, Oregon">Bend</a>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">103,254
</td>
<td style="text-align:right;">99,178
</td>
<td style="text-align:right;"><span data-sort-value="7000411000000000000♠" style="display:none"></span><span style="color:green">+4.11%</span>
</td>
<td data-sort-value="7007870236005072896" style="text-align:right;">33.6 sq mi
</td>
<td data-sort-value="7007870236005072896" style="text-align:right;">87.0 km<sup>2</sup>
</td>
<td data-sort-value="6997113977357201730" style="text-align:right;">2,952/sq mi
</td>
<td data-sort-value="6997113977357201730" style="text-align:right;">1,140/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.06_N_121.31_W_&title=Bend"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°04′N</span> <span class="longitude">121°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.06°N 121.31°W</span><span style="display:none"> / <span class="geo">44.06; -121.31</span></span><span style="display:none"> (<span class="fn org">Bend</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">317
</th>
<td align="left"><a href="/wiki/Woodbridge_Township,_New_Jersey" title="Woodbridge Township, New Jersey">Woodbridge</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">103,229
</td>
<td style="text-align:right;">103,639
</td>
<td style="text-align:right;"><span data-sort-value="3000600000000000000♠" style="display:none"></span><span style="color:red">−0.40%</span>
</td>
<td data-sort-value="7007603467229708288" style="text-align:right;">23.3 sq mi
</td>
<td data-sort-value="7007603467229708288" style="text-align:right;">60.3 km<sup>2</sup>
</td>
<td data-sort-value="6997171738240119679" style="text-align:right;">4,448/sq mi
</td>
<td data-sort-value="6997171738240119679" style="text-align:right;">1,717/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.56_N_74.29_W_&title=Woodbridge"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°34′N</span> <span class="longitude">74°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.56°N 74.29°W</span><span style="display:none"> / <span class="geo">40.56; -74.29</span></span><span style="display:none"> (<span class="fn org">Woodbridge</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">318
</th>
<td align="left"><a href="/wiki/South_Bend,_Indiana" title="South Bend, Indiana">South Bend</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">103,110
</td>
<td style="text-align:right;">103,453
</td>
<td style="text-align:right;"><span data-sort-value="3000669999999999999♠" style="display:none"></span><span style="color:red">−0.33%</span>
</td>
<td data-sort-value="7008108779500634112" style="text-align:right;">42.0 sq mi
</td>
<td data-sort-value="7008108779500634112" style="text-align:right;">108.8 km<sup>2</sup>
</td>
<td data-sort-value="6996950969616490044" style="text-align:right;">2,463/sq mi
</td>
<td data-sort-value="6996950969616490044" style="text-align:right;">951/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.68_N_86.27_W_&title=South+Bend"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°41′N</span> <span class="longitude">86°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.68°N 86.27°W</span><span style="display:none"> / <span class="geo">41.68; -86.27</span></span><span style="display:none"> (<span class="fn org">South Bend</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">319
</th>
<td align="left"><a href="/wiki/Wichita_Falls,_Texas" title="Wichita Falls, Texas">Wichita Falls</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">102,664
</td>
<td style="text-align:right;">102,316
</td>
<td style="text-align:right;"><span data-sort-value="6999340000000000000♠" style="display:none"></span><span style="color:green">+0.34%</span>
</td>
<td data-sort-value="7008186479143944192" style="text-align:right;">72.0 sq mi
</td>
<td data-sort-value="7008186479143944192" style="text-align:right;">186.5 km<sup>2</sup>
</td>
<td data-sort-value="6996548651167288815" style="text-align:right;">1,421/sq mi
</td>
<td data-sort-value="6996548651167288815" style="text-align:right;">549/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.91_N_98.53_W_&title=Wichita+Falls"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°55′N</span> <span class="longitude">98°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.91°N 98.53°W</span><span style="display:none"> / <span class="geo">33.91; -98.53</span></span><span style="display:none"> (<span class="fn org">Wichita Falls</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">320
</th>
<td align="left"><a href="/wiki/St._George,_Utah" title="St. George, Utah">St. George</a>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">102,519
</td>
<td style="text-align:right;">95,342
</td>
<td style="text-align:right;"><span data-sort-value="7000753000000000000♠" style="display:none"></span><span style="color:green">+7.53%</span>
</td>
<td data-sort-value="7008203314066661376" style="text-align:right;">78.5 sq mi
</td>
<td data-sort-value="7008203314066661376" style="text-align:right;">203.3 km<sup>2</sup>
</td>
<td data-sort-value="6996469114122629071" style="text-align:right;">1,215/sq mi
</td>
<td data-sort-value="6996469114122629071" style="text-align:right;">469/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.08_N_113.56_W_&title=St.+George"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°05′N</span> <span class="longitude">113°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.08°N 113.56°W</span><span style="display:none"> / <span class="geo">37.08; -113.56</span></span><span style="display:none"> (<span class="fn org">St. George</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">321
</th>
<td align="left"><a href="/wiki/Fishers,_Indiana" title="Fishers, Indiana">Fishers</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">101,966
</td>
<td style="text-align:right;">98,977
</td>
<td style="text-align:right;"><span data-sort-value="7000302000000000000♠" style="display:none"></span><span style="color:green">+3.02%</span>
</td>
<td data-sort-value="7007922035767279616" style="text-align:right;">35.6 sq mi
</td>
<td data-sort-value="7007922035767279616" style="text-align:right;">92.2 km<sup>2</sup>
</td>
<td data-sort-value="6997107336400074799" style="text-align:right;">2,780/sq mi
</td>
<td data-sort-value="6997107336400074799" style="text-align:right;">1,070/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.96_N_85.97_W_&title=Fishers"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°58′N</span> <span class="longitude">85°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.96°N 85.97°W</span><span style="display:none"> / <span class="geo">39.96; -85.97</span></span><span style="display:none"> (<span class="fn org">Fishers</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">322
</th>
<td align="left"><a href="/wiki/Carmel,_Indiana" title="Carmel, Indiana">Carmel</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">101,964
</td>
<td style="text-align:right;">99,757
</td>
<td style="text-align:right;"><span data-sort-value="7000221000000000000♠" style="display:none"></span><span style="color:green">+2.21%</span>
</td>
<td data-sort-value="7008127168416217497" style="text-align:right;">49.1 sq mi
</td>
<td data-sort-value="7008127168416217497" style="text-align:right;">127.2 km<sup>2</sup>
</td>
<td data-sort-value="6996784559586158249" style="text-align:right;">2,032/sq mi
</td>
<td data-sort-value="6996784559586158249" style="text-align:right;">785/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.97_N_86.15_W_&title=Carmel"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°58′N</span> <span class="longitude">86°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.97°N 86.15°W</span><span style="display:none"> / <span class="geo">39.97; -86.15</span></span><span style="display:none"> (<span class="fn org">Carmel</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">323
</th>
<td align="left"><a href="/wiki/Vacaville,_California" title="Vacaville, California">Vacaville</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">101,918
</td>
<td style="text-align:right;">102,386
</td>
<td style="text-align:right;"><span data-sort-value="3000540000000000000♠" style="display:none"></span><span style="color:red">−0.46%</span>
</td>
<td data-sort-value="7007774406444990464" style="text-align:right;">29.9 sq mi
</td>
<td data-sort-value="7007774406444990464" style="text-align:right;">77.4 km<sup>2</sup>
</td>
<td data-sort-value="6997132201379084933" style="text-align:right;">3,424/sq mi
</td>
<td data-sort-value="6997132201379084933" style="text-align:right;">1,322/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.36_N_121.97_W_&title=Vacaville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°22′N</span> <span class="longitude">121°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.36°N 121.97°W</span><span style="display:none"> / <span class="geo">38.36; -121.97</span></span><span style="display:none"> (<span class="fn org">Vacaville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">324
</th>
<td align="left"><a href="/wiki/Quincy,_Massachusetts" title="Quincy, Massachusetts">Quincy</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">101,727
</td>
<td style="text-align:right;">101,636
</td>
<td style="text-align:right;"><span data-sort-value="6998900000000000000♠" style="display:none"></span><span style="color:green">+0.09%</span>
</td>
<td data-sort-value="7007429938026315776" style="text-align:right;">16.6 sq mi
</td>
<td data-sort-value="7007429938026315776" style="text-align:right;">43.0 km<sup>2</sup>
</td>
<td data-sort-value="6997236410351675539" style="text-align:right;">6,123/sq mi
</td>
<td data-sort-value="6997236410351675539" style="text-align:right;">2,364/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.26_N_71.01_W_&title=Quincy"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°16′N</span> <span class="longitude">71°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.26°N 71.01°W</span><span style="display:none"> / <span class="geo">42.26; -71.01</span></span><span style="display:none"> (<span class="fn org">Quincy</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">325
</th>
<td align="left"><a href="/wiki/Conroe,_Texas" title="Conroe, Texas">Conroe</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">101,405
</td>
<td style="text-align:right;">89,956
</td>
<td style="text-align:right;"><span data-sort-value="7001127300000000000♠" style="display:none"></span><span style="color:green">+12.73%</span>
</td>
<td data-sort-value="7008186479143944192" style="text-align:right;">72.0 sq mi
</td>
<td data-sort-value="7008186479143944192" style="text-align:right;">186.5 km<sup>2</sup>
</td>
<td data-sort-value="6996482241596019514" style="text-align:right;">1,249/sq mi
</td>
<td data-sort-value="6996482241596019514" style="text-align:right;">482/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.32_N_95.49_W_&title=Conroe"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°19′N</span> <span class="longitude">95°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.32°N 95.49°W</span><span style="display:none"> / <span class="geo">30.32; -95.49</span></span><span style="display:none"> (<span class="fn org">Conroe</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">326
</th>
<td align="left"><a href="/wiki/Chico,_California" title="Chico, California">Chico</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">101,299
</td>
<td style="text-align:right;">101,475
</td>
<td style="text-align:right;"><span data-sort-value="3000830000000000000♠" style="display:none"></span><span style="color:red">−0.17%</span>
</td>
<td data-sort-value="7007883185945624576" style="text-align:right;">34.1 sq mi
</td>
<td data-sort-value="7007883185945624576" style="text-align:right;">88.3 km<sup>2</sup>
</td>
<td data-sort-value="6997114904002382231" style="text-align:right;">2,976/sq mi
</td>
<td data-sort-value="6997114904002382231" style="text-align:right;">1,149/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.76_N_121.82_W_&title=Chico"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°46′N</span> <span class="longitude">121°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.76°N 121.82°W</span><span style="display:none"> / <span class="geo">39.76; -121.82</span></span><span style="display:none"> (<span class="fn org">Chico</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">327
</th>
<td align="left"><a href="/wiki/San_Mateo,_California" title="San Mateo, California">San Mateo</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">100,984
</td>
<td style="text-align:right;">105,661
</td>
<td style="text-align:right;"><span data-sort-value="2999557000000000000♠" style="display:none"></span><span style="color:red">−4.43%</span>
</td>
<td data-sort-value="7007313388561350656" style="text-align:right;">12.1 sq mi
</td>
<td data-sort-value="7007313388561350656" style="text-align:right;">31.3 km<sup>2</sup>
</td>
<td data-sort-value="6997337144404839263" style="text-align:right;">8,732/sq mi
</td>
<td data-sort-value="6997337144404839263" style="text-align:right;">3,371/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.56_N_122.31_W_&title=San+Mateo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°34′N</span> <span class="longitude">122°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.56°N 122.31°W</span><span style="display:none"> / <span class="geo">37.56; -122.31</span></span><span style="display:none"> (<span class="fn org">San Mateo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">328
</th>
<td align="left"><a href="/wiki/Lynn,_Massachusetts" title="Lynn, Massachusetts">Lynn</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">100,891
</td>
<td style="text-align:right;">101,253
</td>
<td style="text-align:right;"><span data-sort-value="3000640000000000000♠" style="display:none"></span><span style="color:red">−0.36%</span>
</td>
<td data-sort-value="7007277128727805951" style="text-align:right;">10.7 sq mi
</td>
<td data-sort-value="7007277128727805951" style="text-align:right;">27.7 km<sup>2</sup>
</td>
<td data-sort-value="6997365368472628716" style="text-align:right;">9,463/sq mi
</td>
<td data-sort-value="6997365368472628716" style="text-align:right;">3,654/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.47_N_70.96_W_&title=Lynn"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°28′N</span> <span class="longitude">70°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.47°N 70.96°W</span><span style="display:none"> / <span class="geo">42.47; -70.96</span></span><span style="display:none"> (<span class="fn org">Lynn</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">329
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Albany,_New_York" title="Albany, New York">Albany</a></b>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">100,826
</td>
<td style="text-align:right;">99,224
</td>
<td style="text-align:right;"><span data-sort-value="7000161000000000000♠" style="display:none"></span><span style="color:green">+1.61%</span>
</td>
<td data-sort-value="7007554257455611903" style="text-align:right;">21.4 sq mi
</td>
<td data-sort-value="7007554257455611903" style="text-align:right;">55.4 km<sup>2</sup>
</td>
<td data-sort-value="6997179035570916132" style="text-align:right;">4,637/sq mi
</td>
<td data-sort-value="6997179035570916132" style="text-align:right;">1,790/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.67_N_73.80_W_&title=Albany"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°40′N</span> <span class="longitude">73°48′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.67°N 73.80°W</span><span style="display:none"> / <span class="geo">42.67; -73.80</span></span><span style="display:none"> (<span class="fn org">Albany</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">330
</th>
<td align="left"><a href="/wiki/Hesperia,_California" title="Hesperia, California">Hesperia</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">100,744
</td>
<td style="text-align:right;">99,818
</td>
<td style="text-align:right;"><span data-sort-value="6999930000000000000♠" style="display:none"></span><span style="color:green">+0.93%</span>
</td>
<td data-sort-value="7008188292135621427" style="text-align:right;">72.7 sq mi
</td>
<td data-sort-value="7008188292135621427" style="text-align:right;">188.3 km<sup>2</sup>
</td>
<td data-sort-value="6996530118263678778" style="text-align:right;">1,373/sq mi
</td>
<td data-sort-value="6996530118263678778" style="text-align:right;">530/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.40_N_117.32_W_&title=Hesperia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°24′N</span> <span class="longitude">117°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.40°N 117.32°W</span><span style="display:none"> / <span class="geo">34.40; -117.32</span></span><span style="display:none"> (<span class="fn org">Hesperia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">331
</th>
<td align="left"><a href="/wiki/New_Bedford,_Massachusetts" title="New Bedford, Massachusetts">New Bedford</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">100,682
</td>
<td style="text-align:right;">101,079
</td>
<td style="text-align:right;"><span data-sort-value="3000610000000000000♠" style="display:none"></span><span style="color:red">−0.39%</span>
</td>
<td data-sort-value="7007517997622067200" style="text-align:right;">20.0 sq mi
</td>
<td data-sort-value="7007517997622067200" style="text-align:right;">51.8 km<sup>2</sup>
</td>
<td data-sort-value="6997195136030927352" style="text-align:right;">5,054/sq mi
</td>
<td data-sort-value="6997195136030927352" style="text-align:right;">1,951/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.66_N_70.94_W_&title=New+Bedford"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°40′N</span> <span class="longitude">70°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.66°N 70.94°W</span><span style="display:none"> / <span class="geo">41.66; -70.94</span></span><span style="display:none"> (<span class="fn org">New Bedford</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">332
</th>
<td align="left"><a href="/wiki/Davenport,_Iowa" title="Davenport, Iowa">Davenport</a>
</td>
<td align="left"><a href="/wiki/Iowa" title="Iowa">Iowa</a>
</td>
<td style="text-align:right;">100,486
</td>
<td style="text-align:right;">101,724
</td>
<td style="text-align:right;"><span data-sort-value="2999877999999999999♠" style="display:none"></span><span style="color:red">−1.22%</span>
</td>
<td data-sort-value="7008165241241439436" style="text-align:right;">63.8 sq mi
</td>
<td data-sort-value="7008165241241439436" style="text-align:right;">165.2 km<sup>2</sup>
</td>
<td data-sort-value="6996615446840716658" style="text-align:right;">1,594/sq mi
</td>
<td data-sort-value="6996615446840716658" style="text-align:right;">615/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.56_N_90.60_W_&title=Davenport"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°34′N</span> <span class="longitude">90°36′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.56°N 90.60°W</span><span style="display:none"> / <span class="geo">41.56; -90.60</span></span><span style="display:none"> (<span class="fn org">Davenport</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">333
</th>
<td align="left"><a href="/wiki/Daly_City,_California" title="Daly City, California">Daly City</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">100,007
</td>
<td style="text-align:right;">104,901
</td>
<td style="text-align:right;"><span data-sort-value="2999533000000000000♠" style="display:none"></span><span style="color:red">−4.67%</span>
</td>
<td data-sort-value="7007196839096385536" style="text-align:right;">7.6 sq mi
</td>
<td data-sort-value="7007196839096385536" style="text-align:right;">19.7 km<sup>2</sup>
</td>
<td data-sort-value="6997532936809436138" style="text-align:right;">13,803/sq mi
</td>
<td data-sort-value="6997532936809436138" style="text-align:right;">5,329/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.69_N_122.47_W_&title=Daly+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°41′N</span> <span class="longitude">122°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.69°N 122.47°W</span><span style="display:none"> / <span class="geo">37.69; -122.47</span></span><span style="display:none"> (<span class="fn org">Daly City</span>)</span></span></span></a></span></span></small>
</td></tr></tbody></table>
<h3><span class="mw-headline" id="Distribution">Distribution</span></h3>
<p>The total 2020 enumerated population of all cities over 100,000 is 96,598,047, representing 29.14% of the United States population (excluding territories) and covering a total land area of 29,588 square miles (76,630 km<sup>2</sup>). The mean city population is 301,765, and the mean density is 4,151 inhabitants per square mile (1,603/km<sup>2</sup>).
</p>
<table class="wikitable">
<tbody><tr>
<th scope="col">Population
</th>
<th scope="col">Number of municipal governments
</th></tr>
<tr>
<th scope="row">1,000,000+
</th>
<td>9
</td></tr>
<tr>
<th scope="row">700,000–999,999
</th>
<td>10
</td></tr>
<tr>
<th scope="row">500,000–699,999
</th>
<td>18
</td></tr>
<tr>
<th scope="row">400,000–499,999
</th>
<td>11
</td></tr>
<tr>
<th scope="row">300,000–399,999
</th>
<td>21
</td></tr>
<tr>
<th scope="row">200,000–299,999
</th>
<td>56
</td></tr>
<tr>
<th scope="row">100,000–199,999
</th>
<td>208
</td></tr>
<tr>
<th scope="row">Total
</th>
<td><b>333</b>
</td></tr></tbody></table>
<table class="wikitable">
<tbody><tr>
<th scope="col">State
</th>
<th scope="col">Number of listed cities
</th></tr>
<tr>
<th scope="row"><a href="/wiki/California" title="California">CA</a>
</th>
<td>75
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Texas" title="Texas">TX</a>
</th>
<td>42
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Florida" title="Florida">FL</a>
</th>
<td>22
</td></tr>
<tr>
<th scope="”row”"><a href="/wiki/Arizona" title="Arizona">AZ</a>, <a href="/wiki/Colorado" title="Colorado">CO</a>
</th>
<td>12
</td></tr>
<tr>
<th scope="row"><a href="/wiki/North_Carolina" title="North Carolina">NC</a>
</th>
<td>10
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Massachusetts" title="Massachusetts">MA</a>, <a href="/wiki/Washington_(state)" title="Washington (state)">WA</a>
</th>
<td>9
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">GA</a>, <a href="/wiki/Illinois" title="Illinois">IL</a>
</th>
<td>8
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Michigan" title="Michigan">MI</a>, <a href="/wiki/New_Jersey" title="New Jersey">NJ</a>, <a href="/wiki/Virginia" title="Virginia">VA</a>
</th>
<td>7
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Missouri" title="Missouri">MO</a>, <a href="/wiki/Indiana" title="Indiana">IN</a>, <a href="/wiki/New_York_(state)" title="New York (state)">NY</a>, <a href="/wiki/Ohio" title="Ohio">OH</a>, <a href="/wiki/Oregon" title="Oregon">OR</a>, <a href="/wiki/Tennessee" title="Tennessee">TN</a>
</th>
<td>6
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Alabama" title="Alabama">AL</a>, <a href="/wiki/Connecticut" title="Connecticut">CT</a>, <a href="/wiki/Kansas" title="Kansas">KS</a>, <a href="/wiki/Nevada" title="Nevada">NV</a>, <a href="/wiki/Utah" title="Utah">UT</a>
</th>
<td>5
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Louisiana" title="Louisiana">LA</a>, <a href="/wiki/Oklahoma" title="Oklahoma">OK</a>
</th>
<td>4
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Iowa" title="Iowa">IA</a>, <a href="/wiki/Idaho" title="Idaho">ID</a>, <a href="/wiki/Minnesota" title="Minnesota">MN</a>, <a href="/wiki/New_Mexico" title="New Mexico">NM</a>, <a href="/wiki/Pennsylvania" title="Pennsylvania">PA</a>, <a href="/wiki/South_Carolina" title="South Carolina">SC</a>, <a href="/wiki/Wisconsin" title="Wisconsin">WI</a>
</th>
<td>3
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Kentucky" title="Kentucky">KY</a>, <a href="/wiki/Nebraska" title="Nebraska">NE</a>
</th>
<td>2
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Alaska" title="Alaska">AK</a>, <a href="/wiki/Arkansas" title="Arkansas">AR</a>, <a class="mw-redirect" href="/wiki/District_of_Columbia" title="District of Columbia">DC</a>, <a href="/wiki/Hawaii" title="Hawaii">HI</a>, <a href="/wiki/Maryland" title="Maryland">MD</a>, <a href="/wiki/Mississippi" title="Mississippi">MS</a>, <a href="/wiki/Montana" title="Montana">MT</a>, <a href="/wiki/North_Dakota" title="North Dakota">ND</a>, <a href="/wiki/New_Hampshire" title="New Hampshire">NH</a>, <a href="/wiki/Rhode_Island" title="Rhode Island">RI</a>, <a href="/wiki/South_Dakota" title="South Dakota">SD</a>
</th>
<td>1
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Delaware" title="Delaware">DE</a>, <a href="/wiki/Maine" title="Maine">ME</a>, <a href="/wiki/Vermont" title="Vermont">VT</a>, <a href="/wiki/West_Virginia" title="West Virginia">WV</a>, <a href="/wiki/Wyoming" title="Wyoming">WY</a>
</th>
<td>0
</td></tr></tbody></table>
<h3><span class="mw-headline" id="Gallery">Gallery</span></h3>
<style data-mw-deduplicate="TemplateStyles:r1021810730">@media all and (max-width:720px){.mw-parser-output .mod-gallery{width:100%!important}}.mw-parser-output .mod-gallery{display:table}.mw-parser-output .mod-gallery-default{background:transparent;margin-top:0.3em}.mw-parser-output .mod-gallery-center{margin-left:auto;margin-right:auto}.mw-parser-output .mod-gallery-left{float:left}.mw-parser-output .mod-gallery-right{float:right}.mw-parser-output .mod-gallery-none{float:none}.mw-parser-output .mod-gallery-collapsible{width:100%}.mw-parser-output .mod-gallery .title,.mw-parser-output .mod-gallery .main,.mw-parser-output .mod-gallery .footer{display:table-row}.mw-parser-output .mod-gallery .title>div{display:table-cell;padding:0.2em 0 0.6em 1.6em;text-align:center;font-weight:bold}.mw-parser-output .mod-gallery .main>div{display:table-cell}.mw-parser-output .mod-gallery .gallery{line-height:1.35em}.mw-parser-output .mod-gallery .footer>div{display:table-cell;padding:0.2em 0 0.6em 1.6em;text-align:right;font-size:80%;line-height:1em}.mw-parser-output .mod-gallery .title>div *,.mw-parser-output .mod-gallery .footer>div *{overflow:visible}.mw-parser-output .mod-gallery .gallerybox img{background:none!important}.mw-parser-output .mod-gallery .bordered-images .thumb img{border:solid #eaecf0 1px}.mw-parser-output .mod-gallery .whitebg .thumb{background:#fff!important}</style><div class="mod-gallery mod-gallery-default mod-gallery-center"><div class="main"><div><ul class="gallery mw-gallery-traditional nochecker bordered-images whitebg">
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Above_Gotham.jpg" title="1. New York, New York"><img alt="New York City" class="mw-file-element" data-file-height="3491" data-file-width="5364" decoding="async" height="156" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Above_Gotham.jpg/240px-Above_Gotham.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Above_Gotham.jpg/360px-Above_Gotham.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Above_Gotham.jpg/480px-Above_Gotham.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>1. <a class="mw-redirect" href="/wiki/New_York,_New_York" title="New York, New York">New York, New York</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Los_Angeles_with_Mount_Baldy.jpg" title="2. Los Angeles, California"><img alt="Los Angeles" class="mw-file-element" data-file-height="3873" data-file-width="8267" decoding="async" height="112" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/69/Los_Angeles_with_Mount_Baldy.jpg/240px-Los_Angeles_with_Mount_Baldy.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/69/Los_Angeles_with_Mount_Baldy.jpg/360px-Los_Angeles_with_Mount_Baldy.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/69/Los_Angeles_with_Mount_Baldy.jpg/480px-Los_Angeles_with_Mount_Baldy.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>2. <a class="mw-redirect" href="/wiki/Los_Angeles,_California" title="Los Angeles, California">Los Angeles, California</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:2008-06-10_3000x1000_chicago_skyline.jpg" title="3. Chicago, Illinois"><img alt="Chicago" class="mw-file-element" data-file-height="1000" data-file-width="3000" decoding="async" height="80" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/85/2008-06-10_3000x1000_chicago_skyline.jpg/240px-2008-06-10_3000x1000_chicago_skyline.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/85/2008-06-10_3000x1000_chicago_skyline.jpg/360px-2008-06-10_3000x1000_chicago_skyline.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/85/2008-06-10_3000x1000_chicago_skyline.jpg/480px-2008-06-10_3000x1000_chicago_skyline.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>3. <a class="mw-redirect" href="/wiki/Chicago,_Illinois" title="Chicago, Illinois">Chicago, Illinois</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Aerial_views_of_the_Houston,_Texas,_28005u.jpg" title="4. Houston, Texas"><img alt="Houston" class="mw-file-element" data-file-height="3832" data-file-width="7360" decoding="async" height="125" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Aerial_views_of_the_Houston%2C_Texas%2C_28005u.jpg/240px-Aerial_views_of_the_Houston%2C_Texas%2C_28005u.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/60/Aerial_views_of_the_Houston%2C_Texas%2C_28005u.jpg/360px-Aerial_views_of_the_Houston%2C_Texas%2C_28005u.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/60/Aerial_views_of_the_Houston%2C_Texas%2C_28005u.jpg/480px-Aerial_views_of_the_Houston%2C_Texas%2C_28005u.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>4. <a class="mw-redirect" href="/wiki/Houston,_Texas" title="Houston, Texas">Houston, Texas</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown_Phoenix_Aerial_Looking_Northeast.jpg" title="5. Phoenix, Arizona"><img alt="Phoenix" class="mw-file-element" data-file-height="2550" data-file-width="3300" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Downtown_Phoenix_Aerial_Looking_Northeast.jpg/207px-Downtown_Phoenix_Aerial_Looking_Northeast.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Downtown_Phoenix_Aerial_Looking_Northeast.jpg/311px-Downtown_Phoenix_Aerial_Looking_Northeast.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Downtown_Phoenix_Aerial_Looking_Northeast.jpg/414px-Downtown_Phoenix_Aerial_Looking_Northeast.jpg 2x" width="207"/></a></span></div>
<div class="gallerytext">
<p>5. <a href="/wiki/Phoenix,_Arizona" title="Phoenix, Arizona">Phoenix, Arizona</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Philly_skyline.jpg" title="6. Philadelphia, Pennsylvania"><img alt="Philadelphia" class="mw-file-element" data-file-height="648" data-file-width="975" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Philly_skyline.jpg/240px-Philly_skyline.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Philly_skyline.jpg/360px-Philly_skyline.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4d/Philly_skyline.jpg/480px-Philly_skyline.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>6. <a class="mw-redirect" href="/wiki/Philadelphia,_Pennsylvania" title="Philadelphia, Pennsylvania">Philadelphia, Pennsylvania</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown_San_Antonio_View.JPG" title="7. San Antonio, Texas"><img alt="San Antonio" class="mw-file-element" data-file-height="2061" data-file-width="3195" decoding="async" height="155" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Downtown_San_Antonio_View.JPG/240px-Downtown_San_Antonio_View.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Downtown_San_Antonio_View.JPG/360px-Downtown_San_Antonio_View.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Downtown_San_Antonio_View.JPG/480px-Downtown_San_Antonio_View.JPG 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>7. <a class="mw-redirect" href="/wiki/San_Antonio,_Texas" title="San Antonio, Texas">San Antonio, Texas</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:US_Navy_110604-N-NS602-574_Navy_and_Marine_Corps_personnel,_along_with_community_leaders_from_the_greater_San_Diego_area_come_together_to_commemora.jpg" title="8. San Diego, California"><img alt="San Diego" class="mw-file-element" data-file-height="2832" data-file-width="4256" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/53/US_Navy_110604-N-NS602-574_Navy_and_Marine_Corps_personnel%2C_along_with_community_leaders_from_the_greater_San_Diego_area_come_together_to_commemora.jpg/240px-US_Navy_110604-N-NS602-574_Navy_and_Marine_Corps_personnel%2C_along_with_community_leaders_from_the_greater_San_Diego_area_come_together_to_commemora.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/53/US_Navy_110604-N-NS602-574_Navy_and_Marine_Corps_personnel%2C_along_with_community_leaders_from_the_greater_San_Diego_area_come_together_to_commemora.jpg/360px-US_Navy_110604-N-NS602-574_Navy_and_Marine_Corps_personnel%2C_along_with_community_leaders_from_the_greater_San_Diego_area_come_together_to_commemora.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/53/US_Navy_110604-N-NS602-574_Navy_and_Marine_Corps_personnel%2C_along_with_community_leaders_from_the_greater_San_Diego_area_come_together_to_commemora.jpg/480px-US_Navy_110604-N-NS602-574_Navy_and_Marine_Corps_personnel%2C_along_with_community_leaders_from_the_greater_San_Diego_area_come_together_to_commemora.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>8. <a class="mw-redirect" href="/wiki/San_Diego,_California" title="San Diego, California">San Diego, California</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Dallas_skyline_daytime.jpg" title="9. Dallas, Texas"><img alt="Dallas" class="mw-file-element" data-file-height="1200" data-file-width="1800" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Dallas_skyline_daytime.jpg/240px-Dallas_skyline_daytime.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Dallas_skyline_daytime.jpg/360px-Dallas_skyline_daytime.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/ab/Dallas_skyline_daytime.jpg/480px-Dallas_skyline_daytime.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>9. <a class="mw-redirect" href="/wiki/Dallas,_Texas" title="Dallas, Texas">Dallas, Texas</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Austin2012-12-01.JPG" title="10. Austin, Texas"><img alt="Austin" class="mw-file-element" data-file-height="1791" data-file-width="2860" decoding="async" height="150" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/97/Austin2012-12-01.JPG/240px-Austin2012-12-01.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/97/Austin2012-12-01.JPG/360px-Austin2012-12-01.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/97/Austin2012-12-01.JPG/480px-Austin2012-12-01.JPG 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>10. <a href="/wiki/Austin,_Texas" title="Austin, Texas">Austin, Texas</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Jacksonville_at_Night_(39527326802).jpg" title="11. Jacksonville, Florida"><img alt="Jacksonville" class="mw-file-element" data-file-height="3354" data-file-width="5962" decoding="async" height="135" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Jacksonville_at_Night_%2839527326802%29.jpg/240px-Jacksonville_at_Night_%2839527326802%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Jacksonville_at_Night_%2839527326802%29.jpg/360px-Jacksonville_at_Night_%2839527326802%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0a/Jacksonville_at_Night_%2839527326802%29.jpg/480px-Jacksonville_at_Night_%2839527326802%29.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>11. <a href="/wiki/Jacksonville,_Florida" title="Jacksonville, Florida">Jacksonville, Florida</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:SAN_JOSE_CALIFORNIA_BAYAREA01.jpg" title="12. San Jose, California"><img alt="San Jose" class="mw-file-element" data-file-height="3456" data-file-width="5184" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/33/SAN_JOSE_CALIFORNIA_BAYAREA01.jpg/240px-SAN_JOSE_CALIFORNIA_BAYAREA01.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/33/SAN_JOSE_CALIFORNIA_BAYAREA01.jpg/360px-SAN_JOSE_CALIFORNIA_BAYAREA01.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/33/SAN_JOSE_CALIFORNIA_BAYAREA01.jpg/480px-SAN_JOSE_CALIFORNIA_BAYAREA01.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>12. <a href="/wiki/San_Jose,_California" title="San Jose, California">San Jose, California</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:FortWorthTexasSkylineW.jpg" title="13. Fort Worth, Texas"><img alt="Fort Worth" class="mw-file-element" data-file-height="179" data-file-width="456" decoding="async" height="94" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/db/FortWorthTexasSkylineW.jpg/240px-FortWorthTexasSkylineW.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/db/FortWorthTexasSkylineW.jpg/360px-FortWorthTexasSkylineW.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/d/db/FortWorthTexasSkylineW.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>13. <a href="/wiki/Fort_Worth,_Texas" title="Fort Worth, Texas">Fort Worth, Texas</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Columbus-ohio-skyline-panorama.jpg" title="14. Columbus, Ohio"><img alt="Columbus" class="mw-file-element" data-file-height="1269" data-file-width="3264" decoding="async" height="93" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Columbus-ohio-skyline-panorama.jpg/240px-Columbus-ohio-skyline-panorama.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Columbus-ohio-skyline-panorama.jpg/360px-Columbus-ohio-skyline-panorama.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Columbus-ohio-skyline-panorama.jpg/480px-Columbus-ohio-skyline-panorama.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>14. <a href="/wiki/Columbus,_Ohio" title="Columbus, Ohio">Columbus, Ohio</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Uptown_Charlotte_2018_taking_by_DJI_Phantom_4_pro.jpg" title="15. Charlotte, North Carolina"><img alt="Charlotte" class="mw-file-element" data-file-height="3065" data-file-width="4853" decoding="async" height="152" src="//upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Uptown_Charlotte_2018_taking_by_DJI_Phantom_4_pro.jpg/240px-Uptown_Charlotte_2018_taking_by_DJI_Phantom_4_pro.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Uptown_Charlotte_2018_taking_by_DJI_Phantom_4_pro.jpg/360px-Uptown_Charlotte_2018_taking_by_DJI_Phantom_4_pro.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/7/7d/Uptown_Charlotte_2018_taking_by_DJI_Phantom_4_pro.jpg/480px-Uptown_Charlotte_2018_taking_by_DJI_Phantom_4_pro.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>15. <a href="/wiki/Charlotte,_North_Carolina" title="Charlotte, North Carolina">Charlotte, North Carolina</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown_indy_from_parking_garage_zoom.JPG" title="16. Indianapolis, Indiana"><img alt="Indianapolis" class="mw-file-element" data-file-height="1536" data-file-width="2048" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/16/Downtown_indy_from_parking_garage_zoom.JPG/213px-Downtown_indy_from_parking_garage_zoom.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/16/Downtown_indy_from_parking_garage_zoom.JPG/320px-Downtown_indy_from_parking_garage_zoom.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/16/Downtown_indy_from_parking_garage_zoom.JPG/427px-Downtown_indy_from_parking_garage_zoom.JPG 2x" width="213"/></a></span></div>
<div class="gallerytext">
<p>16. <a class="mw-redirect" href="/wiki/Indianapolis,_Indiana" title="Indianapolis, Indiana">Indianapolis, Indiana</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:View_of_San_Francisco_from_Ina_Coolbrith_Park-01445.jpg" title="17. San Francisco, California"><img alt="San Francisco" class="mw-file-element" data-file-height="2571" data-file-width="5962" decoding="async" height="103" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/View_of_San_Francisco_from_Ina_Coolbrith_Park-01445.jpg/240px-View_of_San_Francisco_from_Ina_Coolbrith_Park-01445.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/View_of_San_Francisco_from_Ina_Coolbrith_Park-01445.jpg/360px-View_of_San_Francisco_from_Ina_Coolbrith_Park-01445.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/51/View_of_San_Francisco_from_Ina_Coolbrith_Park-01445.jpg/480px-View_of_San_Francisco_from_Ina_Coolbrith_Park-01445.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>17. <a class="mw-redirect" href="/wiki/San_Francisco,_California" title="San Francisco, California">San Francisco, California</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:SeattleI5Skyline.jpg" title="18. Seattle, Washington"><img alt="18. Seattle, Washington" class="mw-file-element" data-file-height="2405" data-file-width="4013" decoding="async" height="144" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SeattleI5Skyline.jpg/240px-SeattleI5Skyline.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/36/SeattleI5Skyline.jpg/360px-SeattleI5Skyline.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/36/SeattleI5Skyline.jpg/480px-SeattleI5Skyline.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>18. <a class="mw-redirect" href="/wiki/Seattle,_Washington" title="Seattle, Washington">Seattle, Washington</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown_denver.jpg" title="19. Denver, Colorado"><img alt="Denver" class="mw-file-element" data-file-height="1280" data-file-width="1920" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/53/Downtown_denver.jpg/240px-Downtown_denver.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/53/Downtown_denver.jpg/360px-Downtown_denver.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/53/Downtown_denver.jpg/480px-Downtown_denver.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>19. <a class="mw-redirect" href="/wiki/Denver,_Colorado" title="Denver, Colorado">Denver, Colorado</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown_Oklahoma_City_skyline_at_twilight.jpg" title="20. Oklahoma City, Oklahoma"><img alt="Oklahoma City" class="mw-file-element" data-file-height="2620" data-file-width="3929" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/66/Downtown_Oklahoma_City_skyline_at_twilight.jpg/240px-Downtown_Oklahoma_City_skyline_at_twilight.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/66/Downtown_Oklahoma_City_skyline_at_twilight.jpg/360px-Downtown_Oklahoma_City_skyline_at_twilight.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/66/Downtown_Oklahoma_City_skyline_at_twilight.jpg/480px-Downtown_Oklahoma_City_skyline_at_twilight.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>20. <a class="mw-redirect" href="/wiki/Oklahoma_City,_Oklahoma" title="Oklahoma City, Oklahoma">Oklahoma City, Oklahoma</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Nashville_Skyline_from_Ft_Negly-_Photo_2-_June_2022.jpg" title="21. Nashville, Tennessee"><img alt="Nashville" class="mw-file-element" data-file-height="1517" data-file-width="3986" decoding="async" height="91" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Nashville_Skyline_from_Ft_Negly-_Photo_2-_June_2022.jpg/240px-Nashville_Skyline_from_Ft_Negly-_Photo_2-_June_2022.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Nashville_Skyline_from_Ft_Negly-_Photo_2-_June_2022.jpg/360px-Nashville_Skyline_from_Ft_Negly-_Photo_2-_June_2022.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Nashville_Skyline_from_Ft_Negly-_Photo_2-_June_2022.jpg/480px-Nashville_Skyline_from_Ft_Negly-_Photo_2-_June_2022.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>21. <a href="/wiki/Nashville,_Tennessee" title="Nashville, Tennessee">Nashville, Tennessee</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown_El_Paso_at_sunset.jpeg" title="22. El Paso, Texas"><img alt="El Paso" class="mw-file-element" data-file-height="681" data-file-width="1024" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Downtown_El_Paso_at_sunset.jpeg/240px-Downtown_El_Paso_at_sunset.jpeg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Downtown_El_Paso_at_sunset.jpeg/360px-Downtown_El_Paso_at_sunset.jpeg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/6/6d/Downtown_El_Paso_at_sunset.jpeg/480px-Downtown_El_Paso_at_sunset.jpeg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>22. <a href="/wiki/El_Paso,_Texas" title="El Paso, Texas">El Paso, Texas</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:WashMonument_WhiteHouse.jpg" title="23. Washington, District of Columbia"><img alt="Washington" class="mw-file-element" data-file-height="1960" data-file-width="3008" decoding="async" height="156" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/13/WashMonument_WhiteHouse.jpg/240px-WashMonument_WhiteHouse.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/13/WashMonument_WhiteHouse.jpg/360px-WashMonument_WhiteHouse.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/13/WashMonument_WhiteHouse.jpg/480px-WashMonument_WhiteHouse.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>23. <a class="mw-redirect" href="/wiki/Washington,_District_of_Columbia" title="Washington, District of Columbia">Washington, District of Columbia</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Las_Vegas_Skyline_at_night_North_(7314937576).jpg" title="24. Las Vegas, Nevada"><img alt="Las Vegas" class="mw-file-element" data-file-height="683" data-file-width="1024" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/98/Las_Vegas_Skyline_at_night_North_%287314937576%29.jpg/240px-Las_Vegas_Skyline_at_night_North_%287314937576%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/98/Las_Vegas_Skyline_at_night_North_%287314937576%29.jpg/360px-Las_Vegas_Skyline_at_night_North_%287314937576%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/98/Las_Vegas_Skyline_at_night_North_%287314937576%29.jpg/480px-Las_Vegas_Skyline_at_night_North_%287314937576%29.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>24. <a class="mw-redirect" href="/wiki/Las_Vegas,_Nevada" title="Las Vegas, Nevada">Las Vegas, Nevada</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Boston_from_bunker_hill.jpg" title="25. Boston, Massachusetts"><img alt="Boston" class="mw-file-element" data-file-height="272" data-file-width="650" decoding="async" height="100" src="//upload.wikimedia.org/wikipedia/commons/thumb/8/80/Boston_from_bunker_hill.jpg/240px-Boston_from_bunker_hill.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/8/80/Boston_from_bunker_hill.jpg/360px-Boston_from_bunker_hill.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/8/80/Boston_from_bunker_hill.jpg/480px-Boston_from_bunker_hill.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>25. <a class="mw-redirect" href="/wiki/Boston,_Massachusetts" title="Boston, Massachusetts">Boston, Massachusetts</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Portland_Night_panorama_edit.jpg" title="26. Portland, Oregon"><img alt="Portland" class="mw-file-element" data-file-height="1271" data-file-width="6300" decoding="async" height="48" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Portland_Night_panorama_edit.jpg/240px-Portland_Night_panorama_edit.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Portland_Night_panorama_edit.jpg/360px-Portland_Night_panorama_edit.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Portland_Night_panorama_edit.jpg/480px-Portland_Night_panorama_edit.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>26. <a href="/wiki/Portland,_Oregon" title="Portland, Oregon">Portland, Oregon</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Louisville_Skyline_2021_(3).jpg" title="27. Louisville, Kentucky"><img alt="Louisville" class="mw-file-element" data-file-height="777" data-file-width="1415" decoding="async" height="132" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/55/Louisville_Skyline_2021_%283%29.jpg/240px-Louisville_Skyline_2021_%283%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/55/Louisville_Skyline_2021_%283%29.jpg/360px-Louisville_Skyline_2021_%283%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/55/Louisville_Skyline_2021_%283%29.jpg/480px-Louisville_Skyline_2021_%283%29.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>27. <a href="/wiki/Louisville,_Kentucky" title="Louisville, Kentucky">Louisville, Kentucky</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Memphis_skyline_from_the_air.jpg" title="28. Memphis, Tennessee"><img alt="Memphis" class="mw-file-element" data-file-height="424" data-file-width="640" decoding="async" height="159" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Memphis_skyline_from_the_air.jpg/240px-Memphis_skyline_from_the_air.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Memphis_skyline_from_the_air.jpg/360px-Memphis_skyline_from_the_air.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/bc/Memphis_skyline_from_the_air.jpg/480px-Memphis_skyline_from_the_air.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>28. <a href="/wiki/Memphis,_Tennessee" title="Memphis, Tennessee">Memphis, Tennessee</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:DetroitSkyline.jpg" title="29. Detroit, Michigan"><img alt="Detroit" class="mw-file-element" data-file-height="600" data-file-width="800" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a0/DetroitSkyline.jpg/213px-DetroitSkyline.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a0/DetroitSkyline.jpg/320px-DetroitSkyline.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a0/DetroitSkyline.jpg/427px-DetroitSkyline.jpg 2x" width="213"/></a></span></div>
<div class="gallerytext">
<p>29. <a class="mw-redirect" href="/wiki/Detroit,_Michigan" title="Detroit, Michigan">Detroit, Michigan</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Bmore_skyline_inner_harbor.jpg" title="30. Baltimore, Maryland"><img alt="Baltimore" class="mw-file-element" data-file-height="1440" data-file-width="2560" decoding="async" height="135" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/48/Bmore_skyline_inner_harbor.jpg/240px-Bmore_skyline_inner_harbor.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/48/Bmore_skyline_inner_harbor.jpg/360px-Bmore_skyline_inner_harbor.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/48/Bmore_skyline_inner_harbor.jpg/480px-Bmore_skyline_inner_harbor.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>30. <a class="mw-redirect" href="/wiki/Baltimore,_Maryland" title="Baltimore, Maryland">Baltimore, Maryland</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown_Milwaukee_from_Pier_Wisconsin.jpg" title="31. Milwaukee, Wisconsin"><img alt="Milwaukee" class="mw-file-element" data-file-height="2176" data-file-width="3264" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/11/Downtown_Milwaukee_from_Pier_Wisconsin.jpg/240px-Downtown_Milwaukee_from_Pier_Wisconsin.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/11/Downtown_Milwaukee_from_Pier_Wisconsin.jpg/360px-Downtown_Milwaukee_from_Pier_Wisconsin.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/11/Downtown_Milwaukee_from_Pier_Wisconsin.jpg/480px-Downtown_Milwaukee_from_Pier_Wisconsin.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>31. <a class="mw-redirect" href="/wiki/Milwaukee,_Wisconsin" title="Milwaukee, Wisconsin">Milwaukee, Wisconsin</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Alb_Skyline.png" title="32. Albuquerque, New Mexico"><img alt="Albuquerque" class="mw-file-element" data-file-height="506" data-file-width="757" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Alb_Skyline.png/240px-Alb_Skyline.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Alb_Skyline.png/359px-Alb_Skyline.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Alb_Skyline.png/479px-Alb_Skyline.png 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>32. <a href="/wiki/Albuquerque,_New_Mexico" title="Albuquerque, New Mexico">Albuquerque, New Mexico</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:View_of_Tucson_from_Sentinel_Peak_2.jpg" title="33. Tucson, Arizona"><img alt="Tucson" class="mw-file-element" data-file-height="3000" data-file-width="4000" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d5/View_of_Tucson_from_Sentinel_Peak_2.jpg/213px-View_of_Tucson_from_Sentinel_Peak_2.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d5/View_of_Tucson_from_Sentinel_Peak_2.jpg/320px-View_of_Tucson_from_Sentinel_Peak_2.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d5/View_of_Tucson_from_Sentinel_Peak_2.jpg/427px-View_of_Tucson_from_Sentinel_Peak_2.jpg 2x" width="213"/></a></span></div>
<div class="gallerytext">
<p>33. <a href="/wiki/Tucson,_Arizona" title="Tucson, Arizona">Tucson, Arizona</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtownfresnoskyline.jpg" title="34. Fresno, California"><img alt="Fresno" class="mw-file-element" data-file-height="318" data-file-width="800" decoding="async" height="95" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Downtownfresnoskyline.jpg/240px-Downtownfresnoskyline.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Downtownfresnoskyline.jpg/360px-Downtownfresnoskyline.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a8/Downtownfresnoskyline.jpg/480px-Downtownfresnoskyline.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>34. <a href="/wiki/Fresno,_California" title="Fresno, California">Fresno, California</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Sacramento_Skyline_(cropped).jpg" title="35. Sacramento, California"><img alt="Sacramento" class="mw-file-element" data-file-height="1127" data-file-width="4030" decoding="async" height="67" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/40/Sacramento_Skyline_%28cropped%29.jpg/240px-Sacramento_Skyline_%28cropped%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/40/Sacramento_Skyline_%28cropped%29.jpg/360px-Sacramento_Skyline_%28cropped%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/40/Sacramento_Skyline_%28cropped%29.jpg/480px-Sacramento_Skyline_%28cropped%29.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>35. <a href="/wiki/Sacramento,_California" title="Sacramento, California">Sacramento, California</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown_Mesa_Arizona.jpg" title="36. Mesa, Arizona"><img alt="Mesa" class="mw-file-element" data-file-height="1574" data-file-width="2600" decoding="async" height="145" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Downtown_Mesa_Arizona.jpg/240px-Downtown_Mesa_Arizona.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Downtown_Mesa_Arizona.jpg/360px-Downtown_Mesa_Arizona.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Downtown_Mesa_Arizona.jpg/480px-Downtown_Mesa_Arizona.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>36. <a href="/wiki/Mesa,_Arizona" title="Mesa, Arizona">Mesa, Arizona</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Kansas_City_MO_Skyline_14July2008v.jpg" title="37. Kansas City, Missouri"><img alt="Kansas City" class="mw-file-element" data-file-height="722" data-file-width="1636" decoding="async" height="106" src="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Kansas_City_MO_Skyline_14July2008v.jpg/240px-Kansas_City_MO_Skyline_14July2008v.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Kansas_City_MO_Skyline_14July2008v.jpg/360px-Kansas_City_MO_Skyline_14July2008v.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/3/37/Kansas_City_MO_Skyline_14July2008v.jpg/480px-Kansas_City_MO_Skyline_14July2008v.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>37. <a href="/wiki/Kansas_City,_Missouri" title="Kansas City, Missouri">Kansas City, Missouri</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Atlanta_Skyline_from_Buckhead.jpg" title="38. Atlanta, Georgia"><img alt="Atlanta" class="mw-file-element" data-file-height="1703" data-file-width="3397" decoding="async" height="120" src="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Atlanta_Skyline_from_Buckhead.jpg/240px-Atlanta_Skyline_from_Buckhead.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Atlanta_Skyline_from_Buckhead.jpg/360px-Atlanta_Skyline_from_Buckhead.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a7/Atlanta_Skyline_from_Buckhead.jpg/480px-Atlanta_Skyline_from_Buckhead.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>38. <a class="mw-redirect" href="/wiki/Atlanta,_Georgia" title="Atlanta, Georgia">Atlanta, Georgia</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:CC_COSPRINGS.jpg" title="39. Colorado Springs, Colorado"><img alt="Colorado Springs" class="mw-file-element" data-file-height="2592" data-file-width="3872" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/45/CC_COSPRINGS.jpg/239px-CC_COSPRINGS.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/45/CC_COSPRINGS.jpg/359px-CC_COSPRINGS.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/45/CC_COSPRINGS.jpg/478px-CC_COSPRINGS.jpg 2x" width="239"/></a></span></div>
<div class="gallerytext">
<p>39. <a href="/wiki/Colorado_Springs,_Colorado" title="Colorado Springs, Colorado">Colorado Springs, Colorado</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Gene_Leahy_Mall.jpg" title="40. Omaha, Nebraska"><img alt="Omaha" class="mw-file-element" data-file-height="3085" data-file-width="4642" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Gene_Leahy_Mall.jpg/240px-Gene_Leahy_Mall.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Gene_Leahy_Mall.jpg/360px-Gene_Leahy_Mall.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0f/Gene_Leahy_Mall.jpg/480px-Gene_Leahy_Mall.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>40. <a href="/wiki/Omaha,_Nebraska" title="Omaha, Nebraska">Omaha, Nebraska</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown-Raleigh-from-Western-Boulevard-Overpass-20081012.jpeg" title="41. Raleigh, North Carolina"><img alt="Raleigh" class="mw-file-element" data-file-height="2000" data-file-width="3008" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Downtown-Raleigh-from-Western-Boulevard-Overpass-20081012.jpeg/240px-Downtown-Raleigh-from-Western-Boulevard-Overpass-20081012.jpeg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Downtown-Raleigh-from-Western-Boulevard-Overpass-20081012.jpeg/360px-Downtown-Raleigh-from-Western-Boulevard-Overpass-20081012.jpeg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Downtown-Raleigh-from-Western-Boulevard-Overpass-20081012.jpeg/480px-Downtown-Raleigh-from-Western-Boulevard-Overpass-20081012.jpeg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>41. <a href="/wiki/Raleigh,_North_Carolina" title="Raleigh, North Carolina">Raleigh, North Carolina</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Virginia_Beach,_VA,_USA_-_panoramio_(14).jpg" title="42. Virginia Beach, Virginia"><img alt="Virginia Beach" class="mw-file-element" data-file-height="2592" data-file-width="3872" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/17/Virginia_Beach%2C_VA%2C_USA_-_panoramio_%2814%29.jpg/239px-Virginia_Beach%2C_VA%2C_USA_-_panoramio_%2814%29.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/17/Virginia_Beach%2C_VA%2C_USA_-_panoramio_%2814%29.jpg/359px-Virginia_Beach%2C_VA%2C_USA_-_panoramio_%2814%29.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/17/Virginia_Beach%2C_VA%2C_USA_-_panoramio_%2814%29.jpg/478px-Virginia_Beach%2C_VA%2C_USA_-_panoramio_%2814%29.jpg 2x" width="239"/></a></span></div>
<div class="gallerytext">
<p>42. <a href="/wiki/Virginia_Beach,_Virginia" title="Virginia Beach, Virginia">Virginia Beach, Virginia</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Long_beach3.jpg" title="43. Long Beach, California"><img alt="Long Beach" class="mw-file-element" data-file-height="685" data-file-width="1200" decoding="async" height="137" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/59/Long_beach3.jpg/240px-Long_beach3.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/59/Long_beach3.jpg/360px-Long_beach3.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/59/Long_beach3.jpg/480px-Long_beach3.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>43. <a href="/wiki/Long_Beach,_California" title="Long Beach, California">Long Beach, California</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Miami_skyline_northern_Brickell_20100206.jpg" title="44. Miami, Florida"><img alt="Miami" class="mw-file-element" data-file-height="2300" data-file-width="3070" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Miami_skyline_northern_Brickell_20100206.jpg/214px-Miami_skyline_northern_Brickell_20100206.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Miami_skyline_northern_Brickell_20100206.jpg/321px-Miami_skyline_northern_Brickell_20100206.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/5/51/Miami_skyline_northern_Brickell_20100206.jpg/427px-Miami_skyline_northern_Brickell_20100206.jpg 2x" width="214"/></a></span></div>
<div class="gallerytext">
<p>44. <a class="mw-redirect" href="/wiki/Miami,_Florida" title="Miami, Florida">Miami, Florida</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:OaklandSkyline3.jpg" title="45. Oakland, California"><img alt="Oakland" class="mw-file-element" data-file-height="2128" data-file-width="6451" decoding="async" height="79" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/06/OaklandSkyline3.jpg/240px-OaklandSkyline3.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/06/OaklandSkyline3.jpg/360px-OaklandSkyline3.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/06/OaklandSkyline3.jpg/480px-OaklandSkyline3.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>45. <a href="/wiki/Oakland,_California" title="Oakland, California">Oakland, California</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Minneapolis_skyline_51.JPG" title="46. Minneapolis, Minnesota"><img alt="Minneapolis" class="mw-file-element" data-file-height="1937" data-file-width="3294" decoding="async" height="141" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Minneapolis_skyline_51.JPG/240px-Minneapolis_skyline_51.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Minneapolis_skyline_51.JPG/360px-Minneapolis_skyline_51.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Minneapolis_skyline_51.JPG/480px-Minneapolis_skyline_51.JPG 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>46. <a class="mw-redirect" href="/wiki/Minneapolis,_Minnesota" title="Minneapolis, Minnesota">Minneapolis, Minnesota</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Tulsa_skyline_picture.jpg" title="47. Tulsa, Oklahoma"><img alt="Tulsa" class="mw-file-element" data-file-height="434" data-file-width="743" decoding="async" height="140" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Tulsa_skyline_picture.jpg/240px-Tulsa_skyline_picture.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Tulsa_skyline_picture.jpg/360px-Tulsa_skyline_picture.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Tulsa_skyline_picture.jpg/480px-Tulsa_skyline_picture.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>47. <a href="/wiki/Tulsa,_Oklahoma" title="Tulsa, Oklahoma">Tulsa, Oklahoma</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:2008-0621-Bakersfield-pan.JPG" title="48. Bakersfield, California"><img alt="Bakersfield" class="mw-file-element" data-file-height="1771" data-file-width="4983" decoding="async" height="85" src="//upload.wikimedia.org/wikipedia/commons/thumb/9/9d/2008-0621-Bakersfield-pan.JPG/240px-2008-0621-Bakersfield-pan.JPG" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/9/9d/2008-0621-Bakersfield-pan.JPG/360px-2008-0621-Bakersfield-pan.JPG 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/9/9d/2008-0621-Bakersfield-pan.JPG/480px-2008-0621-Bakersfield-pan.JPG 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>48. <a href="/wiki/Bakersfield,_California" title="Bakersfield, California">Bakersfield, California</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Downtown_Tampa_Skyline.jpg" title="49. Tampa, Florida"><img alt="Tampa" class="mw-file-element" data-file-height="427" data-file-width="640" decoding="async" height="160" src="//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Downtown_Tampa_Skyline.jpg/240px-Downtown_Tampa_Skyline.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Downtown_Tampa_Skyline.jpg/360px-Downtown_Tampa_Skyline.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c4/Downtown_Tampa_Skyline.jpg/480px-Downtown_Tampa_Skyline.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>49. <a href="/wiki/Tampa,_Florida" title="Tampa, Florida">Tampa, Florida</a>
</p>
</div>
</li>
<li class="gallerybox" style="width: 275px">
<div class="thumb" style="width: 270px; height: 190px;"><span typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Wichita_Skyline_2021.jpg" title="50. Wichita, Kansas"><img alt="Wichita" class="mw-file-element" data-file-height="2228" data-file-width="4032" decoding="async" height="133" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Wichita_Skyline_2021.jpg/240px-Wichita_Skyline_2021.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Wichita_Skyline_2021.jpg/360px-Wichita_Skyline_2021.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4b/Wichita_Skyline_2021.jpg/480px-Wichita_Skyline_2021.jpg 2x" width="240"/></a></span></div>
<div class="gallerytext">
<p>50. <a href="/wiki/Wichita,_Kansas" title="Wichita, Kansas">Wichita, Kansas</a>
</p>
</div>
</li>
</ul></div></div></div>
<h2><span class="mw-headline" id="Puerto_Rico">Puerto Rico</span></h2>
<table class="noprint infobox" id="GeoGroup" style="width: 23em; font-size: 88%; line-height: 1.5em">
<tbody><tr>
<td><b>Map this section's coordinates using:</b> <a class="external text" href="https://tools.wmflabs.org/osm4wiki/cgi-bin/wiki/wiki-osm.pl?project=en&article=List_of_United_States_cities_by_population&section=Puerto+Rico">OpenStreetMap</a>
</td></tr>
<tr>
<td><div class="mw-collapsible mw-collapsed" data-collapsetext="Hide" data-expandtext="show links" style="margin-top:-0.5em;margin-bottom:-0.5em;">
<p><b>Download coordinates as:</b>
</p>
<div class="mw-collapsible-content" style="margin-top:-0.5em;margin-bottom:-0.5em;">
<ul><li><a class="external text" href="https://tools.wmflabs.org/kmlexport?article=List_of_United_States_cities_by_population&section=Puerto+Rico">KML</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=all&titles=List_of_United_States_cities_by_population&section=Puerto+Rico">GPX (all coordinates)</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=primary&titles=List_of_United_States_cities_by_population&section=Puerto+Rico">GPX (primary coordinates)</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=secondary&titles=List_of_United_States_cities_by_population&section=Puerto+Rico">GPX (secondary coordinates)</a></li></ul>
</div>
</div>
</td></tr></tbody></table>
<figure typeof="mw:File/Thumb"><a class="mw-file-description" href="/wiki/File:Skyline_of_San_Juan,_Puerto_Rico.jpg"><img class="mw-file-element" data-file-height="480" data-file-width="640" decoding="async" height="180" src="//upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Skyline_of_San_Juan%2C_Puerto_Rico.jpg/240px-Skyline_of_San_Juan%2C_Puerto_Rico.jpg" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Skyline_of_San_Juan%2C_Puerto_Rico.jpg/360px-Skyline_of_San_Juan%2C_Puerto_Rico.jpg 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/e/eb/Skyline_of_San_Juan%2C_Puerto_Rico.jpg/480px-Skyline_of_San_Juan%2C_Puerto_Rico.jpg 2x" width="240"/></a><figcaption>1. <a href="/wiki/San_Juan,_Puerto_Rico" title="San Juan, Puerto Rico">San Juan</a>, <a href="/wiki/Puerto_Rico" title="Puerto Rico">Puerto Rico</a></figcaption></figure>
<p>The following table lists the five <a href="/wiki/Municipalities_of_Puerto_Rico" title="Municipalities of Puerto Rico">municipalities</a> (<span title="Spanish-language text"><i lang="es">municipios</i></span>) of <a href="/wiki/Puerto_Rico" title="Puerto Rico">Puerto Rico</a> with a population greater than 100,000 on July 1, 2022, as estimated by the United States Census Bureau.
</p><p>If Puerto Rico were included with the broader U.S. list, San Juan would be the 57th largest city in the country.
</p><p>The table below contains the following information:
</p>
<ol><li>The municipio rank by population as of July 1, 2022, as estimated by the United States Census Bureau</li>
<li>The municipio<sup class="reference" id="cite_ref-PopEstPR_30-0"><a href="#cite_note-PopEstPR-30">[3]</a></sup></li>
<li>The municipio population as of July 1, 2022, as estimated by the United States Census Bureau<sup class="reference" id="cite_ref-PopEstPR_30-1"><a href="#cite_note-PopEstPR-30">[3]</a></sup></li>
<li>The municipio population as of April 1, 2020, as enumerated by the <a href="/wiki/2020_United_States_census" title="2020 United States census">2020 United States census</a><sup class="reference" id="cite_ref-PopEstPR_30-2"><a href="#cite_note-PopEstPR-30">[3]</a></sup></li>
<li>The municipio percent population change from April 1, 2020, to July 1, 2022</li>
<li>The municipio land area as of January 1, 2020<sup class="reference" id="cite_ref-USCBGazetteer_4-3"><a href="#cite_note-USCBGazetteer-4">[2]</a></sup></li>
<li>The municipio population density as of April 1, 2020 (residents per land area)<sup class="reference" id="cite_ref-USCBGazetteer_4-4"><a href="#cite_note-USCBGazetteer-4">[2]</a></sup></li>
<li>The municipio latitude and longitude coordinates</li></ol>
<div style="clear:both;"></div>
<table class="wikitable sortable" style="text-align:center">
<tbody><tr>
<th scope="col">2022 rank
</th>
<th scope="col">Municipio
</th>
<th scope="col">2022 estimate
</th>
<th scope="col">2020 census
</th>
<th scope="col">Change
</th>
<th colspan="2" scope="col">2020 land area
</th>
<th colspan="2" scope="col">2020 population density
</th>
<th scope="col">Location
</th></tr>
<tr>
<th scope="row">1
</th>
<td align="left"><i><b><a href="/wiki/San_Juan,_Puerto_Rico" title="San Juan, Puerto Rico">San Juan</a></b></i>
</td>
<td style="text-align:right;">334,776
</td>
<td style="text-align:right;">342,259
</td>
<td style="text-align:right;"><span data-sort-value="2999781000000000000♠" style="display:none"></span><span style="color:red">−2.19%</span>
</td>
<td data-sort-value="7008103081526791372" style="text-align:right;">39.8 sq mi
</td>
<td data-sort-value="7008103081526791372" style="text-align:right;">103.1 km<sup>2</sup>
</td>
<td data-sort-value="6997332009246130649" style="text-align:right;">8,599/sq mi
</td>
<td data-sort-value="6997332009246130649" style="text-align:right;">3,320/km<sup>2</sup>
</td>
<td><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=18.40_N_66.06_W_&title=San+Juan"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">18°24′N</span> <span class="longitude">66°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">18.40°N 66.06°W</span><span style="display:none"> / <span class="geo">18.40; -66.06</span></span><span style="display:none"> (<span class="fn org">San Juan</span>)</span></span></span></a></span></span>
</td></tr>
<tr>
<th scope="row">2
</th>
<td align="left"><a href="/wiki/Bayam%C3%B3n,_Puerto_Rico" title="Bayamón, Puerto Rico">Bayamón</a>
</td>
<td style="text-align:right;">181,577
</td>
<td style="text-align:right;">185,187
</td>
<td style="text-align:right;"><span data-sort-value="2999805000000000000♠" style="display:none"></span><span style="color:red">−1.95%</span>
</td>
<td data-sort-value="7007699296789790720" style="text-align:right;">27.0 sq mi
</td>
<td data-sort-value="7007699296789790720" style="text-align:right;">69.9 km<sup>2</sup>
</td>
<td data-sort-value="6997264827470544263" style="text-align:right;">6,859/sq mi
</td>
<td data-sort-value="6997264827470544263" style="text-align:right;">2,648/km<sup>2</sup>
</td>
<td><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=18.38_N_66.16_W_&title=Bayam%C3%B3n"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">18°23′N</span> <span class="longitude">66°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">18.38°N 66.16°W</span><span style="display:none"> / <span class="geo">18.38; -66.16</span></span><span style="display:none"> (<span class="fn org">Bayamón</span>)</span></span></span></a></span></span>
</td></tr>
<tr>
<th scope="row">3
</th>
<td align="left"><a href="/wiki/Carolina,_Puerto_Rico" title="Carolina, Puerto Rico">Carolina</a>
</td>
<td style="text-align:right;">151,571
</td>
<td style="text-align:right;">154,815
</td>
<td style="text-align:right;"><span data-sort-value="2999790000000000000♠" style="display:none"></span><span style="color:red">−2.10%</span>
</td>
<td data-sort-value="7007536127538839552" style="text-align:right;">20.7 sq mi
</td>
<td data-sort-value="7007536127538839552" style="text-align:right;">53.6 km<sup>2</sup>
</td>
<td data-sort-value="6997288765804373895" style="text-align:right;">7,479/sq mi
</td>
<td data-sort-value="6997288765804373895" style="text-align:right;">2,888/km<sup>2</sup>
</td>
<td><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=18.41_N_65.98_W_&title=Carolina"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">18°25′N</span> <span class="longitude">65°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">18.41°N 65.98°W</span><span style="display:none"> / <span class="geo">18.41; -65.98</span></span><span style="display:none"> (<span class="fn org">Carolina</span>)</span></span></span></a></span></span>
</td></tr>
<tr>
<th scope="row">4
</th>
<td align="left"><a href="/wiki/Ponce,_Puerto_Rico" title="Ponce, Puerto Rico">Ponce</a>
</td>
<td style="text-align:right;">132,138
</td>
<td style="text-align:right;">137,491
</td>
<td style="text-align:right;"><span data-sort-value="2999611000000000000♠" style="display:none"></span><span style="color:red">−3.89%</span>
</td>
<td data-sort-value="7007735556623335424" style="text-align:right;">28.4 sq mi
</td>
<td data-sort-value="7007735556623335424" style="text-align:right;">73.6 km<sup>2</sup>
</td>
<td data-sort-value="6997186912054950398" style="text-align:right;">4,841/sq mi
</td>
<td data-sort-value="6997186912054950398" style="text-align:right;">1,869/km<sup>2</sup>
</td>
<td><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=18.00_N_66.62_W_&title=Ponce"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">18°00′N</span> <span class="longitude">66°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">18.00°N 66.62°W</span><span style="display:none"> / <span class="geo">18.00; -66.62</span></span><span style="display:none"> (<span class="fn org">Ponce</span>)</span></span></span></a></span></span>
</td></tr>
<tr>
<th scope="row">5
</th>
<td align="left"><a href="/wiki/Caguas,_Puerto_Rico" title="Caguas, Puerto Rico">Caguas</a>
</td>
<td style="text-align:right;">125,136
</td>
<td style="text-align:right;">127,244
</td>
<td style="text-align:right;"><span data-sort-value="2999834000000000000♠" style="display:none"></span><span style="color:red">−1.66%</span>
</td>
<td data-sort-value="7007282308704026624" style="text-align:right;">10.9 sq mi
</td>
<td data-sort-value="7007282308704026624" style="text-align:right;">28.2 km<sup>2</sup>
</td>
<td data-sort-value="6997450735659882451" style="text-align:right;">11,674/sq mi
</td>
<td data-sort-value="6997450735659882451" style="text-align:right;">4,507/km<sup>2</sup>
</td>
<td><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=18.23_N_66.04_W_&title=Caguas"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">18°14′N</span> <span class="longitude">66°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">18.23°N 66.04°W</span><span style="display:none"> / <span class="geo">18.23; -66.04</span></span><span style="display:none"> (<span class="fn org">Caguas</span>)</span></span></span></a></span></span>
</td></tr></tbody></table>
<h2><span class="mw-headline" id="Other_U.S._territories">Other U.S. territories</span></h2>
<p>As of 2023<sup class="plainlinks noexcerpt noprint asof-tag update" style="display:none;"><a class="external text" href="https://en.wikipedia.org/w/index.php?title=List_of_United_States_cities_by_population&action=edit">[update]</a></sup>, four U.S. territories — <a href="/wiki/American_Samoa" title="American Samoa">American Samoa</a>, <a href="/wiki/Guam" title="Guam">Guam</a>, the <a href="/wiki/Northern_Mariana_Islands" title="Northern Mariana Islands">Northern Mariana Islands</a>, and the <a class="mw-redirect" href="/wiki/U.S._Virgin_Islands" title="U.S. Virgin Islands">U.S. Virgin Islands</a> — have no cities with at least 100,000 people.<sup class="reference" id="cite_ref-31"><a href="#cite_note-31">[4]</a></sup>
</p>
<h2><span class="mw-headline" id="Census-designated_places">Census-designated places</span></h2>
<table class="noprint infobox" id="GeoGroup" style="width: 23em; font-size: 88%; line-height: 1.5em">
<tbody><tr>
<td><b>Map this section's coordinates using:</b> <a class="external text" href="https://tools.wmflabs.org/osm4wiki/cgi-bin/wiki/wiki-osm.pl?project=en&article=List_of_United_States_cities_by_population&section=Census-designated+places">OpenStreetMap</a>
</td></tr>
<tr>
<td><div class="mw-collapsible mw-collapsed" data-collapsetext="Hide" data-expandtext="show links" style="margin-top:-0.5em;margin-bottom:-0.5em;">
<p><b>Download coordinates as:</b>
</p>
<div class="mw-collapsible-content" style="margin-top:-0.5em;margin-bottom:-0.5em;">
<ul><li><a class="external text" href="https://tools.wmflabs.org/kmlexport?article=List_of_United_States_cities_by_population&section=Census-designated+places">KML</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=all&titles=List_of_United_States_cities_by_population&section=Census-designated+places">GPX (all coordinates)</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=primary&titles=List_of_United_States_cities_by_population&section=Census-designated+places">GPX (primary coordinates)</a></li>
<li><a class="external text" href="https://geoexport.toolforge.org/gpx?coprimary=secondary&titles=List_of_United_States_cities_by_population&section=Census-designated+places">GPX (secondary coordinates)</a></li></ul>
</div>
</div>
</td></tr></tbody></table>
<p>The following table lists U.S. <a href="/wiki/Census-designated_place" title="Census-designated place">census-designated places</a> (CDPs) with populations of at least 100,000 according to the 2020 census. A CDP is a <a href="/wiki/Place_(United_States_Census_Bureau)" title="Place (United States Census Bureau)">concentration of population</a> identified by the United States Census Bureau for statistical purposes. CDPs are delineated for each decennial census as the statistical counterparts of <a class="mw-redirect" href="/wiki/Incorporated_place" title="Incorporated place">incorporated places</a> such as <a href="/wiki/City" title="City">cities</a>, <a href="/wiki/Town" title="Town">towns</a> and <a href="/wiki/Village_(United_States)" title="Village (United States)">villages</a>. CDPs are populated areas that lack separate municipal government, but which otherwise physically resemble incorporated places. Unlike the incorporated cities in the main list, the US Census Bureau does not release annual population estimates for CDPs.
</p><p>The table below contains the following information:
</p>
<ol><li>The census-designated place</li>
<li>The state</li>
<li>The census-designated place population as of April 1, 2020, as enumerated by the <a href="/wiki/2020_United_States_census" title="2020 United States census">2020 United States census</a><sup class="reference" id="cite_ref-PopEstCDPs_32-0"><a href="#cite_note-PopEstCDPs-32">[5]</a></sup></li>
<li>The census-designated place population as of April 1, 2010, as enumerated by the <a href="/wiki/2010_United_States_census" title="2010 United States census">2010 United States census</a></li>
<li>The census-designated place percent population change from April 1, 2010, to April 1, 2020</li>
<li>The census-designated place land area as of January 1, 2020<sup class="reference" id="cite_ref-USCBGazetteer_4-5"><a href="#cite_note-USCBGazetteer-4">[2]</a></sup></li>
<li>The census-designated place population density as of April 1, 2020 (residents per land area)<sup class="reference" id="cite_ref-USCBGazetteer_4-6"><a href="#cite_note-USCBGazetteer-4">[2]</a></sup></li>
<li>The census-designated place latitude and longitude coordinates</li></ol>
<div style="clear:both;"></div>
<table class="wikitable sortable" style="text-align:center">
<tbody><tr>
<th scope="col">Census-designated place
</th>
<th scope="col">State
</th>
<th scope="col">2020 census
</th>
<th scope="col">2010 census
</th>
<th scope="col">Change
</th>
<th colspan="2" scope="col">2020 land area
</th>
<th colspan="2" scope="col">2020 population density
</th>
<th scope="col">Location
</th></tr>
<tr>
<th scope="row"><a href="/wiki/Arlington_County,_Virginia" title="Arlington County, Virginia">Arlington</a>
</th>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">238,643
</td>
<td style="text-align:right;">207,627
</td>
<td style="text-align:right;"><span data-sort-value="7001149400000000000♠" style="display:none"></span><span style="color:green">+14.94%</span>
</td>
<td data-sort-value="7007673396908687360" style="text-align:right;">26.0 sq mi
</td>
<td data-sort-value="7007673396908687360" style="text-align:right;">67.340 km<sup>2</sup>
</td>
<td data-sort-value="6997354403171326111" style="text-align:right;">9,179/sq mi
</td>
<td data-sort-value="6997354403171326111" style="text-align:right;">3,544/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.88_N_77.10_W_&title=Arlington"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°53′N</span> <span class="longitude">77°06′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.88°N 77.10°W</span><span style="display:none"> / <span class="geo">38.88; -77.10</span></span><span style="display:none"> (<span class="fn org">Arlington</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Enterprise,_Nevada" title="Enterprise, Nevada">Enterprise</a>
</th>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">221,831
</td>
<td style="text-align:right;">108,481
</td>
<td style="text-align:right;"><span data-sort-value="7002104490000000000♠" style="display:none"></span><span style="color:green">+104.49%</span>
</td>
<td data-sort-value="7008170939215282176" style="text-align:right;">66.0 sq mi
</td>
<td data-sort-value="7008170939215282176" style="text-align:right;">170.939 km<sup>2</sup>
</td>
<td data-sort-value="6997129768935486116" style="text-align:right;">3,361/sq mi
</td>
<td data-sort-value="6997129768935486116" style="text-align:right;">1,298/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.01_N_115.23_W_&title=Enterprise"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°01′N</span> <span class="longitude">115°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.01°N 115.23°W</span><span style="display:none"> / <span class="geo">36.01; -115.23</span></span><span style="display:none"> (<span class="fn org">Enterprise</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Spring_Valley,_Nevada" title="Spring Valley, Nevada">Spring Valley</a>
</th>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">215,597
</td>
<td style="text-align:right;">178,395
</td>
<td style="text-align:right;"><span data-sort-value="7001208500000000000♠" style="display:none"></span><span style="color:green">+20.85%</span>
</td>
<td data-sort-value="7007919445779169280" style="text-align:right;">35.5 sq mi
</td>
<td data-sort-value="7007919445779169280" style="text-align:right;">91.945 km<sup>2</sup>
</td>
<td data-sort-value="6997234479840882827" style="text-align:right;">6,073/sq mi
</td>
<td data-sort-value="6997234479840882827" style="text-align:right;">2,345/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.10_N_115.26_W_&title=Spring+Valley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°06′N</span> <span class="longitude">115°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.10°N 115.26°W</span><span style="display:none"> / <span class="geo">36.10; -115.26</span></span><span style="display:none"> (<span class="fn org">Spring Valley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Sunrise_Manor,_Nevada" title="Sunrise Manor, Nevada">Sunrise Manor</a>
</th>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">205,618
</td>
<td style="text-align:right;">189,372
</td>
<td style="text-align:right;"><span data-sort-value="7000858000000000000♠" style="display:none"></span><span style="color:green">+8.58%</span>
</td>
<td data-sort-value="7007872825993183232" style="text-align:right;">33.7 sq mi
</td>
<td data-sort-value="7007872825993183232" style="text-align:right;">87.283 km<sup>2</sup>
</td>
<td data-sort-value="6997235560926926746" style="text-align:right;">6,101/sq mi
</td>
<td data-sort-value="6997235560926926746" style="text-align:right;">2,356/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.18_N_115.05_W_&title=Sunrise+Manor"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°11′N</span> <span class="longitude">115°03′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.18°N 115.05°W</span><span style="display:none"> / <span class="geo">36.18; -115.05</span></span><span style="display:none"> (<span class="fn org">Sunrise Manor</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Paradise,_Nevada" title="Paradise, Nevada">Paradise</a>
</th>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">191,238
</td>
<td style="text-align:right;">223,167
</td>
<td style="text-align:right;"><span data-sort-value="2998856900000000000♠" style="display:none"></span><span style="color:red">−14.31%</span>
</td>
<td data-sort-value="7008109815495878246" style="text-align:right;">42.4 sq mi
</td>
<td data-sort-value="7008109815495878246" style="text-align:right;">109.815 km<sup>2</sup>
</td>
<td data-sort-value="6997174132073502643" style="text-align:right;">4,510/sq mi
</td>
<td data-sort-value="6997174132073502643" style="text-align:right;">1,740/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.09_N_115.14_W_&title=Paradise"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°05′N</span> <span class="longitude">115°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.09°N 115.14°W</span><span style="display:none"> / <span class="geo">36.09; -115.14</span></span><span style="display:none"> (<span class="fn org">Paradise</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Metairie,_Louisiana" title="Metairie, Louisiana">Metairie</a>
</th>
<td align="left"><a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>
</td>
<td style="text-align:right;">143,507
</td>
<td style="text-align:right;">138,481
</td>
<td style="text-align:right;"><span data-sort-value="7000363000000000000♠" style="display:none"></span><span style="color:green">+3.63%</span>
</td>
<td data-sort-value="7007603467229708288" style="text-align:right;">23.3 sq mi
</td>
<td data-sort-value="7007603467229708288" style="text-align:right;">60.347 km<sup>2</sup>
</td>
<td data-sort-value="6997237800319446292" style="text-align:right;">6,159/sq mi
</td>
<td data-sort-value="6997237800319446292" style="text-align:right;">2,378/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.00_N_90.18_W_&title=Metairie"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°00′N</span> <span class="longitude">90°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.00°N 90.18°W</span><span style="display:none"> / <span class="geo">30.00; -90.18</span></span><span style="display:none"> (<span class="fn org">Metairie</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/East_Los_Angeles,_California" title="East Los Angeles, California">East Los Angeles</a>
</th>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">118,786
</td>
<td style="text-align:right;">126,496
</td>
<td style="text-align:right;"><span data-sort-value="2999390000000000000♠" style="display:none"></span><span style="color:red">−6.10%</span>
</td>
<td data-sort-value="7007194249108275200" style="text-align:right;">7.5 sq mi
</td>
<td data-sort-value="7007194249108275200" style="text-align:right;">19.425 km<sup>2</sup>
</td>
<td data-sort-value="6997611508598699525" style="text-align:right;">15,838/sq mi
</td>
<td data-sort-value="6997611508598699525" style="text-align:right;">6,115/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.03_N_118.17_W_&title=East+Los+Angeles"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°02′N</span> <span class="longitude">118°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.03°N 118.17°W</span><span style="display:none"> / <span class="geo">34.03; -118.17</span></span><span style="display:none"> (<span class="fn org">East Los Angeles</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Brandon,_Florida" title="Brandon, Florida">Brandon</a>
</th>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">114,626
</td>
<td style="text-align:right;">103,483
</td>
<td style="text-align:right;"><span data-sort-value="7001107700000000000♠" style="display:none"></span><span style="color:green">+10.77%</span>
</td>
<td data-sort-value="7007857286064521216" style="text-align:right;">33.1 sq mi
</td>
<td data-sort-value="7007857286064521216" style="text-align:right;">85.729 km<sup>2</sup>
</td>
<td data-sort-value="6997133707177503248" style="text-align:right;">3,463/sq mi
</td>
<td data-sort-value="6997133707177503248" style="text-align:right;">1,337/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.94_N_82.30_W_&title=Brandon"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°56′N</span> <span class="longitude">82°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.94°N 82.30°W</span><span style="display:none"> / <span class="geo">27.94; -82.30</span></span><span style="display:none"> (<span class="fn org">Brandon</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/The_Woodlands,_Texas" title="The Woodlands, Texas">The Woodlands</a>
</th>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">114,436
</td>
<td style="text-align:right;">93,847
</td>
<td style="text-align:right;"><span data-sort-value="7001219400000000000♠" style="display:none"></span><span style="color:green">+21.94%</span>
</td>
<td data-sort-value="7008112146485177548" style="text-align:right;">43.3 sq mi
</td>
<td data-sort-value="7008112146485177548" style="text-align:right;">112.146 km<sup>2</sup>
</td>
<td data-sort-value="6997102046800502768" style="text-align:right;">2,643/sq mi
</td>
<td data-sort-value="6997102046800502768" style="text-align:right;">1,020/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.17_N_95.51_W_&title=The+Woodlands"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°10′N</span> <span class="longitude">95°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.17°N 95.51°W</span><span style="display:none"> / <span class="geo">30.17; -95.51</span></span><span style="display:none"> (<span class="fn org">The Woodlands</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Lehigh_Acres,_Florida" title="Lehigh Acres, Florida">Lehigh Acres</a>
</th>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">114,287
</td>
<td style="text-align:right;">86,784
</td>
<td style="text-align:right;"><span data-sort-value="7001316900000000000♠" style="display:none"></span><span style="color:green">+31.69%</span>
</td>
<td data-sort-value="7008240091897828147" style="text-align:right;">92.7 sq mi
</td>
<td data-sort-value="7008240091897828147" style="text-align:right;">240.092 km<sup>2</sup>
</td>
<td data-sort-value="6996476063961482835" style="text-align:right;">1,233/sq mi
</td>
<td data-sort-value="6996476063961482835" style="text-align:right;">476/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.61_N_81.64_W_&title=Lehigh+Acres"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°37′N</span> <span class="longitude">81°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.61°N 81.64°W</span><span style="display:none"> / <span class="geo">26.61; -81.64</span></span><span style="display:none"> (<span class="fn org">Lehigh Acres</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Spring_Hill,_Florida" title="Spring Hill, Florida">Spring Hill</a>
</th>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">113,568
</td>
<td style="text-align:right;">98,621
</td>
<td style="text-align:right;"><span data-sort-value="7001151600000000000♠" style="display:none"></span><span style="color:green">+15.16%</span>
</td>
<td data-sort-value="7008155140287809126" style="text-align:right;">59.9 sq mi
</td>
<td data-sort-value="7008155140287809126" style="text-align:right;">155.140 km<sup>2</sup>
</td>
<td data-sort-value="6996732049692596477" style="text-align:right;">1,896/sq mi
</td>
<td data-sort-value="6996732049692596477" style="text-align:right;">732/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=28.48_N_82.53_W_&title=Spring+Hill"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">28°29′N</span> <span class="longitude">82°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">28.48°N 82.53°W</span><span style="display:none"> / <span class="geo">28.48; -82.53</span></span><span style="display:none"> (<span class="fn org">Spring Hill</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Riverview,_Florida" title="Riverview, Florida">Riverview</a>
</th>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">107,396
</td>
<td style="text-align:right;">71,050
</td>
<td style="text-align:right;"><span data-sort-value="7001511599999999999♠" style="display:none"></span><span style="color:green">+51.16%</span>
</td>
<td data-sort-value="7008119657450697523" style="text-align:right;">46.2 sq mi
</td>
<td data-sort-value="7008119657450697523" style="text-align:right;">119.657 km<sup>2</sup>
</td>
<td data-sort-value="6996897687518611186" style="text-align:right;">2,325/sq mi
</td>
<td data-sort-value="6996897687518611186" style="text-align:right;">898/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.82_N_82.30_W_&title=Riverview"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°49′N</span> <span class="longitude">82°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.82°N 82.30°W</span><span style="display:none"> / <span class="geo">27.82; -82.30</span></span><span style="display:none"> (<span class="fn org">Riverview</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Columbia,_Maryland" title="Columbia, Maryland">Columbia</a>
</th>
<td align="left"><a href="/wiki/Maryland" title="Maryland">Maryland</a>
</td>
<td style="text-align:right;">104,681
</td>
<td style="text-align:right;">99,615
</td>
<td style="text-align:right;"><span data-sort-value="7000509000000000000♠" style="display:none"></span><span style="color:green">+5.09%</span>
</td>
<td data-sort-value="7007826206207197184" style="text-align:right;">31.9 sq mi
</td>
<td data-sort-value="7007826206207197184" style="text-align:right;">82.621 km<sup>2</sup>
</td>
<td data-sort-value="6997126718728433630" style="text-align:right;">3,282/sq mi
</td>
<td data-sort-value="6997126718728433630" style="text-align:right;">1,267/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.20_N_76.86_W_&title=Columbia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°12′N</span> <span class="longitude">76°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.20°N 76.86°W</span><span style="display:none"> / <span class="geo">39.20; -76.86</span></span><span style="display:none"> (<span class="fn org">Columbia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Highlands_Ranch,_Colorado" title="Highlands Ranch, Colorado">Highlands Ranch</a>
</th>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">103,444
</td>
<td style="text-align:right;">96,713
</td>
<td style="text-align:right;"><span data-sort-value="7000696000000000000♠" style="display:none"></span><span style="color:green">+6.96%</span>
</td>
<td data-sort-value="7007629367110811648" style="text-align:right;">24.3 sq mi
</td>
<td data-sort-value="7007629367110811648" style="text-align:right;">62.937 km<sup>2</sup>
</td>
<td data-sort-value="6997164363688891519" style="text-align:right;">4,257/sq mi
</td>
<td data-sort-value="6997164363688891519" style="text-align:right;">1,644/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.54_N_104.97_W_&title=Highlands+Ranch"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°32′N</span> <span class="longitude">104°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.54°N 104.97°W</span><span style="display:none"> / <span class="geo">39.54; -104.97</span></span><span style="display:none"> (<span class="fn org">Highlands Ranch</span>)</span></span></span></a></span></span></small>
</td></tr></tbody></table>
<div style="clear:both;"></div>
<h2><span id="Cities_formerly_over_100.2C000_people"></span><span class="mw-headline" id="Cities_formerly_over_100,000_people">Cities formerly over 100,000 people</span></h2>
<link href="mw-data:TemplateStyles:r1033289096" rel="mw-deduplicated-inline-style"/><div class="hatnote navigation-not-searchable" role="note">See also: <a href="/wiki/Rust_Belt" title="Rust Belt">Rust Belt</a> and <a href="/wiki/Urban_decay" title="Urban decay">Urban decay</a></div>
<p>The following table lists U.S. cities that, in past censuses, have had populations of at least 100,000 but have since decreased beneath this threshold or have been consolidated with or annexed into a neighboring city.
</p><p>The table below contains the following information:
</p>
<ol><li>Name of city</li>
<li>Name of state</li>
<li>The city population as of July 1, 2022, as estimated by the <a href="/wiki/United_States_Census_Bureau" title="United States Census Bureau">United States Census Bureau</a><sup class="reference" id="cite_ref-PopEstCities_3-5"><a href="#cite_note-PopEstCities-3">[1]</a></sup></li>
<li>The city population as of April 1, 2020, as enumerated by the <a href="/wiki/2020_United_States_census" title="2020 United States census">2020 United States census</a><sup class="reference" id="cite_ref-PopEstCities_3-6"><a href="#cite_note-PopEstCities-3">[1]</a></sup></li>
<li>The city's peak population based on highest official enumeration recorded by the census (and the year of that particular census)</li>
<li>The percent decline in population from its peak census count to the most recent census enumeration in 2020.</li>
<li>Additional notes.</li></ol>
<div style="clear:both;"></div>
<table class="wikitable sortable">
<tbody><tr>
<th scope="col">City
</th>
<th scope="col">State
</th>
<th scope="col">2022 estimate
</th>
<th scope="col">2020 census
</th>
<th scope="col">Peak population
</th>
<th scope="col">Percent decline from<br/> peak population
</th>
<th scope="col">Notes
</th></tr>
<tr>
<th scope="row"><a href="/wiki/Allegheny,_Pennsylvania" title="Allegheny, Pennsylvania">Allegheny</a>
</th>
<td><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td align="right">NA
</td>
<td align="right">NA
</td>
<td align="right">129,896
</td>
<td align="right">NA
</td>
<td>Peak as an independent city, <a href="/wiki/Hunter_v._City_of_Pittsburgh" title="Hunter v. City of Pittsburgh">annexed by Pittsburgh in 1907</a>. In the 2010 census, the population of all neighborhoods of Pittsburgh that were formerly part of Allegheny City totalled 43,421.<sup class="reference" id="cite_ref-33"><a href="#cite_note-33">[ab]</a></sup>
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Brooklyn" title="Brooklyn">Brooklyn</a>
</th>
<td><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td align="right">NA
</td>
<td align="right">NA
</td>
<td align="right">806,343
</td>
<td align="right">NA
</td>
<td>Peak as an independent city, <a href="/wiki/City_of_Greater_New_York" title="City of Greater New York">consolidated with New York City in 1898</a>. The estimated 2020 population for Brooklyn was 2,538,934.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Camden,_New_Jersey" title="Camden, New Jersey">Camden</a>
</th>
<td><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td align="right">70,996
</td>
<td style="text-align:right;">71,791
</td>
<td style="text-align:right;">124,555
</td>
<td style="text-align:right;"><span data-sort-value="2998576400000000000♠" style="display:none"></span><span style="color:red">−42.36%</span>
</td>
<td>Peak in 1950, <span data-sort-value="2999889000000000000♠" style="display:none"></span><span style="color:red">−1.11%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Canton,_Ohio" title="Canton, Ohio">Canton</a>
</th>
<td><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td align="right">69,671
</td>
<td style="text-align:right;">70,872
</td>
<td style="text-align:right;">116,912
</td>
<td style="text-align:right;"><span data-sort-value="2998606200000000000♠" style="display:none"></span><span style="color:red">−39.38%</span>
</td>
<td>Peak in 1950, <span data-sort-value="2999831000000000000♠" style="display:none"></span><span style="color:red">−1.69%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Citrus_Heights,_California" title="Citrus Heights, California">Citrus Heights</a>
</th>
<td><a href="/wiki/California" title="California">California</a>
</td>
<td align="right">86,433
</td>
<td style="text-align:right;">87,583
</td>
<td style="text-align:right;">107,439
</td>
<td style="text-align:right;"><span data-sort-value="2998815200000000000♠" style="display:none"></span><span style="color:red">−18.48%</span>
</td>
<td>Peak in 1990, <span data-sort-value="2999869000000000000♠" style="display:none"></span><span style="color:red">−1.31%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Clinton_Township,_Macomb_County,_Michigan" title="Clinton Township, Macomb County, Michigan">Clinton Township</a>
</th>
<td><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td align="right">99,448
</td>
<td style="text-align:right;">100,513
</td>
<td style="text-align:right;">100,513
</td>
<td style="text-align:right;"><span data-sort-value="5000000000000000000♠" style="display:none"></span>0.00%
</td>
<td>Peak in 2020, <span data-sort-value="2999894000000000000♠" style="display:none"></span><span style="color:red">−1.06%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Duluth,_Minnesota" title="Duluth, Minnesota">Duluth</a>
</th>
<td><a href="/wiki/Minnesota" title="Minnesota">Minnesota</a>
</td>
<td align="right">86,619
</td>
<td style="text-align:right;">86,697
</td>
<td style="text-align:right;">107,312
</td>
<td style="text-align:right;"><span data-sort-value="2998807899999999999♠" style="display:none"></span><span style="color:red">−19.21%</span>
</td>
<td>Peak in 1960, <span data-sort-value="3001100000000000000♠" style="display:none"></span><span style="color:red">−0.09%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Erie,_Pennsylvania" title="Erie, Pennsylvania">Erie</a>
</th>
<td><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td align="right">93,511
</td>
<td style="text-align:right;">94,831
</td>
<td style="text-align:right;">138,440
</td>
<td style="text-align:right;"><span data-sort-value="2998685000000000000♠" style="display:none"></span><span style="color:red">−31.50%</span>
</td>
<td>Peak in 1960, <span data-sort-value="2999861000000000000♠" style="display:none"></span><span style="color:red">−1.39%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Fall_River,_Massachusetts" title="Fall River, Massachusetts">Fall River</a>
</th>
<td><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td align="right">93,682
</td>
<td style="text-align:right;">94,000
</td>
<td style="text-align:right;">120,485
</td>
<td style="text-align:right;"><span data-sort-value="2998780200000000000♠" style="display:none"></span><span style="color:red">−21.98%</span>
</td>
<td>Peak in 1920, <span data-sort-value="3000659999999999999♠" style="display:none"></span><span style="color:red">−0.34%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Federal_Way,_Washington" title="Federal Way, Washington">Federal Way</a>
</th>
<td><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td align="right">97,863
</td>
<td style="text-align:right;">101,030
</td>
<td style="text-align:right;">101,030
</td>
<td style="text-align:right;"><span data-sort-value="5000000000000000000♠" style="display:none"></span>0.00%
</td>
<td>Peak in 2020, <span data-sort-value="2999687000000000000♠" style="display:none"></span><span style="color:red">−3.13%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Flint,_Michigan" title="Flint, Michigan">Flint</a>
</th>
<td><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td align="right">79,854
</td>
<td style="text-align:right;">81,252
</td>
<td style="text-align:right;">196,940
</td>
<td style="text-align:right;"><span data-sort-value="2998412600000000000♠" style="display:none"></span><span style="color:red">−58.74%</span>
</td>
<td>Peak in 1960, <span data-sort-value="2999827999999999999♠" style="display:none"></span><span style="color:red">−1.72%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Gary,_Indiana" title="Gary, Indiana">Gary</a>
</th>
<td><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td align="right">67,972
</td>
<td style="text-align:right;">69,093
</td>
<td style="text-align:right;">178,320
</td>
<td style="text-align:right;"><span data-sort-value="2998387500000000000♠" style="display:none"></span><span style="color:red">−61.25%</span>
</td>
<td>Peak in 1960, <span data-sort-value="2999837999999999999♠" style="display:none"></span><span style="color:red">−1.62%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Hammond,_Indiana" title="Hammond, Indiana">Hammond</a>
</th>
<td><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td align="right">76,575
</td>
<td style="text-align:right;">77,879
</td>
<td style="text-align:right;">111,698
</td>
<td style="text-align:right;"><span data-sort-value="2998697200000000000♠" style="display:none"></span><span style="color:red">−30.28%</span>
</td>
<td>Peak in 1960, <span data-sort-value="2999833000000000000♠" style="display:none"></span><span style="color:red">−1.67%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Livonia,_Michigan" title="Livonia, Michigan">Livonia</a>
</th>
<td><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td align="right">93,779
</td>
<td style="text-align:right;">95,535
</td>
<td style="text-align:right;">110,109
</td>
<td style="text-align:right;"><span data-sort-value="2998867600000000000♠" style="display:none"></span><span style="color:red">−13.24%</span>
</td>
<td>Peak in 1970, <span data-sort-value="2999816000000000000♠" style="display:none"></span><span style="color:red">−1.84%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Longmont,_Colorado" title="Longmont, Colorado">Longmont</a>
</th>
<td><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td align="right">98,687
</td>
<td style="text-align:right;">98,885
</td>
<td style="text-align:right;">100,758
</td>
<td style="text-align:right;"><span data-sort-value="2999814000000000000♠" style="display:none"></span><span style="color:red">−1.86%</span>
</td>
<td>Peak in 2021 (estimate only), <span data-sort-value="3000800000000000000♠" style="display:none"></span><span style="color:red">−0.20%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Niagara_Falls,_New_York" title="Niagara Falls, New York">Niagara Falls</a>
</th>
<td><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td align="right">47,993
</td>
<td style="text-align:right;">48,671
</td>
<td style="text-align:right;">102,394
</td>
<td style="text-align:right;"><span data-sort-value="2998475300000000000♠" style="display:none"></span><span style="color:red">−52.47%</span>
</td>
<td>Peak in 1960, <span data-sort-value="2999861000000000000♠" style="display:none"></span><span style="color:red">−1.39%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Norwalk,_California" title="Norwalk, California">Norwalk</a>
</th>
<td><a href="/wiki/California" title="California">California</a>
</td>
<td align="right">98,537
</td>
<td style="text-align:right;">102,773
</td>
<td style="text-align:right;">105,549
</td>
<td style="text-align:right;"><span data-sort-value="2999737000000000000♠" style="display:none"></span><span style="color:red">−2.63%</span>
</td>
<td>Peak in 2010, <span data-sort-value="2999588000000000000♠" style="display:none"></span><span style="color:red">−4.12%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Parma,_Ohio" title="Parma, Ohio">Parma</a>
</th>
<td><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td align="right">79,358
</td>
<td style="text-align:right;">81,146
</td>
<td style="text-align:right;">100,216
</td>
<td style="text-align:right;"><span data-sort-value="2998809700000000000♠" style="display:none"></span><span style="color:red">−19.03%</span>
</td>
<td>Peak in 1970, <span data-sort-value="2999780000000000000♠" style="display:none"></span><span style="color:red">−2.20%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Portsmouth,_Virginia" title="Portsmouth, Virginia">Portsmouth</a>
</th>
<td><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td align="right">97,029
</td>
<td style="text-align:right;">97,915
</td>
<td style="text-align:right;">114,773
</td>
<td style="text-align:right;"><span data-sort-value="2998853100000000000♠" style="display:none"></span><span style="color:red">−14.69%</span>
</td>
<td>Peak in 1960, <span data-sort-value="3000099999999999999♠" style="display:none"></span><span style="color:red">−0.90%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Reading,_Pennsylvania" title="Reading, Pennsylvania">Reading</a>
</th>
<td><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td align="right">94,858
</td>
<td style="text-align:right;">95,112
</td>
<td style="text-align:right;">111,171
</td>
<td style="text-align:right;"><span data-sort-value="2998855500000000000♠" style="display:none"></span><span style="color:red">−14.45%</span>
</td>
<td>Peak in 1930, <span data-sort-value="3000730000000000000♠" style="display:none"></span><span style="color:red">−0.27%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Roanoke,_Virginia" title="Roanoke, Virginia">Roanoke</a>
</th>
<td><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td align="right">97,847
</td>
<td style="text-align:right;">100,011
</td>
<td style="text-align:right;">100,220
</td>
<td style="text-align:right;"><span data-sort-value="3000790000000000000♠" style="display:none"></span><span style="color:red">−0.21%</span>
</td>
<td>Peak in 1980, <span data-sort-value="2999784000000000000♠" style="display:none"></span><span style="color:red">−2.16%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Scranton,_Pennsylvania" title="Scranton, Pennsylvania">Scranton</a>
</th>
<td><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td align="right">75,848
</td>
<td style="text-align:right;">76,328
</td>
<td style="text-align:right;">143,333
</td>
<td style="text-align:right;"><span data-sort-value="2998532500000000000♠" style="display:none"></span><span style="color:red">−46.75%</span>
</td>
<td>Peak in 1930, <span data-sort-value="3000370000000000000♠" style="display:none"></span><span style="color:red">−0.63%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Somerville,_Massachusetts" title="Somerville, Massachusetts">Somerville</a>
</th>
<td><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td align="right">79,762
</td>
<td style="text-align:right;">81,045
</td>
<td style="text-align:right;">103,908
</td>
<td style="text-align:right;"><span data-sort-value="2998780000000000000♠" style="display:none"></span><span style="color:red">−22.00%</span>
</td>
<td>Peak in 1930, <span data-sort-value="2999842000000000000♠" style="display:none"></span><span style="color:red">−1.58%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/St._Joseph,_Missouri" title="St. Joseph, Missouri">St. Joseph</a>
</th>
<td><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td align="right">70,656
</td>
<td style="text-align:right;">72,473
</td>
<td style="text-align:right;">102,979
</td>
<td style="text-align:right;"><span data-sort-value="2998703800000000000♠" style="display:none"></span><span style="color:red">−29.62%</span>
</td>
<td>Official peak in 1900, but there is evidence the count was padded by about 25,000;<sup class="reference" id="cite_ref-StJoseph_34-0"><a href="#cite_note-StJoseph-34">[6]</a></sup> <span data-sort-value="2999749000000000000♠" style="display:none"></span><span style="color:red">−2.51%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Trenton,_New_Jersey" title="Trenton, New Jersey">Trenton</a>
</th>
<td><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td align="right">89,661
</td>
<td style="text-align:right;">90,871
</td>
<td style="text-align:right;">128,009
</td>
<td style="text-align:right;"><span data-sort-value="2998709900000000000♠" style="display:none"></span><span style="color:red">−29.01%</span>
</td>
<td>Peak in 1950, <span data-sort-value="2999867000000000000♠" style="display:none"></span><span style="color:red">−1.33%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Utica,_New_York" title="Utica, New York">Utica</a>
</th>
<td><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td align="right">64,081
</td>
<td style="text-align:right;">65,283
</td>
<td style="text-align:right;">101,740
</td>
<td style="text-align:right;"><span data-sort-value="2998641700000000000♠" style="display:none"></span><span style="color:red">−35.83%</span>
</td>
<td>Peak in 1930, <span data-sort-value="2999816000000000000♠" style="display:none"></span><span style="color:red">−1.84%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Wilmington,_Delaware" title="Wilmington, Delaware">Wilmington</a>
</th>
<td><a href="/wiki/Delaware" title="Delaware">Delaware</a>
</td>
<td align="right">71,569
</td>
<td style="text-align:right;">70,898
</td>
<td style="text-align:right;">112,504
</td>
<td style="text-align:right;"><span data-sort-value="2998630200000000000♠" style="display:none"></span><span style="color:red">−36.98%</span>
</td>
<td>Peak in 1940, <span data-sort-value="6999950000000000000♠" style="display:none"></span><span style="color:green">+0.95%</span> since 2020.
</td></tr>
<tr>
<th scope="row"><a href="/wiki/Youngstown,_Ohio" title="Youngstown, Ohio">Youngstown</a>
</th>
<td><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td align="right">59,144
</td>
<td style="text-align:right;">60,068
</td>
<td style="text-align:right;">170,002
</td>
<td style="text-align:right;"><span data-sort-value="2998353300000000000♠" style="display:none"></span><span style="color:red">−64.67%</span>
</td>
<td>Peak in 1930, <span data-sort-value="2999846000000000000♠" style="display:none"></span><span style="color:red">−1.54%</span> since 2020.
</td></tr></tbody></table>
<div style="clear:both;"></div>
<h2><span class="mw-headline" id="Locations_of_50_most_populous_cities">Locations of 50 most populous cities</span></h2>
<div style="overflow:auto;">
<style data-mw-deduplicate="TemplateStyles:r997900035">.mw-parser-output .locmap .od{position:absolute}.mw-parser-output .locmap .id{position:absolute;line-height:0}.mw-parser-output .locmap .l0{font-size:0;position:absolute}.mw-parser-output .locmap .pv{line-height:110%;position:absolute;text-align:center}.mw-parser-output .locmap .pl{line-height:110%;position:absolute;top:-0.75em;text-align:right}.mw-parser-output .locmap .pr{line-height:110%;position:absolute;top:-0.75em;text-align:left}.mw-parser-output .locmap .pv>div{display:inline;padding:1px}.mw-parser-output .locmap .pl>div{display:inline;padding:1px;float:right}.mw-parser-output .locmap .pr>div{display:inline;padding:1px;float:left}</style><div class="locmap noviewer noresize thumb tleft"><div class="thumbinner" style="width:1202px"><div style="position:relative;width:1200px;border:1px solid lightgray"><span class="notpageimage" typeof="mw:File"><a class="mw-file-description" href="/wiki/File:Usa_edcp_location_map.svg" title="List of United States cities by population is located in the United States"><img alt="List of United States cities by population is located in the United States" class="mw-file-element" data-file-height="731" data-file-width="1181" decoding="async" height="743" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Usa_edcp_location_map.svg/1200px-Usa_edcp_location_map.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Usa_edcp_location_map.svg/1800px-Usa_edcp_location_map.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/20/Usa_edcp_location_map.svg/2400px-Usa_edcp_location_map.svg.png 2x" width="1200"/></a></span><div class="od" style="top:35.691%;left:85.838%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="New York"><img alt="New York" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/New_York_City" title="New York City">New York</a></div></div></div><div class="od" style="top:58.078%;left:10.254%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Los Angeles"><img alt="Los Angeles" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Los_Angeles" title="Los Angeles">Los Angeles</a></div></div></div><div class="od" style="top:37.373%;left:63.395%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Chicago"><img alt="Chicago" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Chicago" title="Chicago">Chicago</a></div></div></div><div class="od" style="top:80.48%;left:51.158%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Houston"><img alt="Houston" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Houston" title="Houston">Houston</a></div></div></div><div class="od" style="top:38.633%;left:84.237%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Philadelphia"><img alt="Philadelphia" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Philadelphia" title="Philadelphia">Philadelphia</a></div></div></div><div class="od" style="top:63.286%;left:21.177%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Phoenix"><img alt="Phoenix" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pv" style="font-size:91%;width:6em;bottom:5px;left:-3em"><div><a href="/wiki/Phoenix,_Arizona" title="Phoenix, Arizona">Phoenix</a></div></div></div><div class="od" style="top:81.461%;left:45.22%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="San Antonio"><img alt="San Antonio" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pv" style="font-size:91%;width:6em;top:5px;left:-3em"><div><a href="/wiki/San_Antonio" title="San Antonio">San Antonio</a></div></div></div><div class="od" style="top:63.021%;left:11.905%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="San Diego"><img alt="San Diego" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/San_Diego" title="San Diego">San Diego</a></div></div></div><div class="od" style="top:70.001%;left:48.551%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Dallas"><img alt="Dallas" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Dallas" title="Dallas">Dallas</a></div></div></div><div class="od" style="top:44.566%;left:6.246%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="San Jose"><img alt="San Jose" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/San_Jose,_California" title="San Jose, California">San Jose</a></div></div></div><div class="od" style="top:78.595%;left:46.709%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Austin"><img alt="Austin" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Austin,_Texas" title="Austin, Texas">Austin</a></div></div></div><div class="od" style="top:75.282%;left:76.764%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Jacksonville"><img alt="Jacksonville" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Jacksonville,_Florida" title="Jacksonville, Florida">Jacksonville</a></div></div></div><div class="od" style="top:42.508%;left:5.538%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="San Francisco"><img alt="San Francisco" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/San_Francisco" title="San Francisco">San Francisco</a></div></div></div><div class="od" style="top:44.161%;left:66.321%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Indianapolis"><img alt="Indianapolis" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Indianapolis" title="Indianapolis">Indianapolis</a></div></div></div><div class="od" style="top:42.427%;left:71.466%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Columbus"><img alt="Columbus" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pv" style="font-size:91%;width:6em;bottom:5px;left:-3em"><div><a href="/wiki/Columbus,_Ohio" title="Columbus, Ohio">Columbus</a></div></div></div><div class="od" style="top:69.969%;left:47.552%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Fort Worth"><img alt="Fort Worth" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Fort_Worth,_Texas" title="Fort Worth, Texas">Fort Worth</a></div></div></div><div class="od" style="top:58.071%;left:76.63%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Charlotte"><img alt="Charlotte" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Charlotte,_North_Carolina" title="Charlotte, North Carolina">Charlotte</a></div></div></div><div class="od" style="top:9.433%;left:11.467%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Seattle"><img alt="Seattle" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Seattle" title="Seattle">Seattle</a></div></div></div><div class="od" style="top:44.469%;left:35.283%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Denver"><img alt="Denver" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Denver" title="Denver">Denver</a></div></div></div><div class="od" style="top:71.561%;left:30.86%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="El Paso"><img alt="El Paso" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/El_Paso,_Texas" title="El Paso, Texas">El Paso</a></div></div></div><div class="od" style="top:34.158%;left:70.574%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Detroit"><img alt="Detroit" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Detroit" title="Detroit">Detroit</a></div></div></div><div class="od" style="top:43.467%;left:81.663%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Washington"><img alt="Washington" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Washington,_D.C." title="Washington, D.C.">Washington</a></div></div></div><div class="od" style="top:28.17%;left:89.541%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Boston"><img alt="Boston" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Boston" title="Boston">Boston</a></div></div></div><div class="od" style="top:61.327%;left:60.623%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Memphis"><img alt="Memphis" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Memphis,_Tennessee" title="Memphis, Tennessee">Memphis</a></div></div></div><div class="od" style="top:56.881%;left:66.019%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Nashville"><img alt="Nashville" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Nashville,_Tennessee" title="Nashville, Tennessee">Nashville</a></div></div></div><div class="od" style="top:16.241%;left:9.796%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Portland"><img alt="Portland" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Portland,_Oregon" title="Portland, Oregon">Portland</a></div></div></div><div class="od" style="top:60.564%;left:47.34%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Oklahoma City"><img alt="Oklahoma City" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Oklahoma_City" title="Oklahoma City">Oklahoma City</a></div></div></div><div class="od" style="top:52.485%;left:16.712%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Las Vegas"><img alt="Las Vegas" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Las_Vegas" title="Las Vegas">Las Vegas</a></div></div></div><div class="od" style="top:41.89%;left:82.158%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Baltimore"><img alt="Baltimore" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Baltimore" title="Baltimore">Baltimore</a></div></div></div><div class="od" style="top:49.584%;left:67.486%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Louisville"><img alt="Louisville" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Louisville,_Kentucky" title="Louisville, Kentucky">Louisville</a></div></div></div><div class="od" style="top:33.165%;left:62.714%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Milwaukee"><img alt="Milwaukee" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Milwaukee" title="Milwaukee">Milwaukee</a></div></div></div><div class="od" style="top:60.168%;left:31.243%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Albuquerque"><img alt="Albuquerque" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Albuquerque,_New_Mexico" title="Albuquerque, New Mexico">Albuquerque</a></div></div></div><div class="od" style="top:68.757%;left:22.862%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Tucson"><img alt="Tucson" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Tucson,_Arizona" title="Tucson, Arizona">Tucson</a></div></div></div><div class="od" style="top:47.753%;left:9.327%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Fresno"><img alt="Fresno" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Fresno,_California" title="Fresno, California">Fresno</a></div></div></div><div class="od" style="top:40.541%;left:7.551%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Sacramento"><img alt="Sacramento" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Sacramento,_California" title="Sacramento, California">Sacramento</a></div></div></div><div class="od" style="top:47.774%;left:52.425%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Kansas City"><img alt="Kansas City" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Kansas_City,_Missouri" title="Kansas City, Missouri">Kansas City</a></div></div></div><div class="od" style="top:58.965%;left:10.594%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Long Beach"><img alt="Long Beach" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Long_Beach,_California" title="Long Beach, California">Long Beach</a></div></div></div><div class="od" style="top:64.053%;left:21.774%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Mesa"><img alt="Mesa" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Mesa,_Arizona" title="Mesa, Arizona">Mesa</a></div></div></div><div class="od" style="top:64.521%;left:70.739%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Atlanta"><img alt="Atlanta" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Atlanta" title="Atlanta">Atlanta</a></div></div></div><div class="od" style="top:47.614%;left:35.304%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Colorado Springs"><img alt="Colorado Springs" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Colorado_Springs,_Colorado" title="Colorado Springs, Colorado">Colorado Springs</a></div></div></div><div class="od" style="top:50.189%;left:84.252%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Virginia Beach"><img alt="Virginia Beach" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a class="mw-redirect" href="/wiki/Virginia_Beach" title="Virginia Beach">Virginia Beach</a></div></div></div><div class="od" style="top:54.875%;left:80.19%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Raleigh"><img alt="Raleigh" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Raleigh,_North_Carolina" title="Raleigh, North Carolina">Raleigh</a></div></div></div><div class="od" style="top:40.321%;left:49.932%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Omaha"><img alt="Omaha" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Omaha,_Nebraska" title="Omaha, Nebraska">Omaha</a></div></div></div><div class="od" style="top:90.325%;left:81.08%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Miami"><img alt="Miami" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Miami" title="Miami">Miami</a></div></div></div><div class="od" style="top:42.671%;left:5.853%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Oakland"><img alt="Oakland" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Oakland,_California" title="Oakland, California">Oakland</a></div></div></div><div class="od" style="top:27.289%;left:54.21%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Minneapolis"><img alt="Minneapolis" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Minneapolis" title="Minneapolis">Minneapolis</a></div></div></div><div class="od" style="top:58.287%;left:50.17%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Tulsa"><img alt="Tulsa" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Tulsa,_Oklahoma" title="Tulsa, Oklahoma">Tulsa</a></div></div></div><div class="od" style="top:53.089%;left:9.897%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Bakersfield"><img alt="Bakersfield" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pl" style="font-size:91%;width:6em;right:5px"><div><a href="/wiki/Bakersfield,_California" title="Bakersfield, California">Bakersfield</a></div></div></div><div class="od" style="top:70.253%;left:47.953%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Arlington"><img alt="Arlington" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pv" style="font-size:91%;width:6em;top:5px;left:-3em"><div><a href="/wiki/Arlington,_Texas" title="Arlington, Texas">Arlington</a></div></div></div><div class="od" style="top:52.795%;left:47.709%"><div class="id" style="left:-4px;top:-4px"><span class="notpageimage" typeof="mw:File"><span title="Wichita"><img alt="Wichita" class="mw-file-element" data-file-height="64" data-file-width="64" decoding="async" height="8" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/8px-Red_pog.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/12px-Red_pog.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/16px-Red_pog.svg.png 2x" width="8"/></span></span></div><div class="pr" style="font-size:91%;width:6em;left:5px"><div><a href="/wiki/Wichita,_Kansas" title="Wichita, Kansas">Wichita</a></div></div></div></div><div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Usa_edcp_location_map.svg" title="File:Usa edcp location map.svg">class=notpageimage| </a></div>Location of 50 largest cities by population in the United States</div></div></div>
</div>
<div style="clear:both;"></div>
<h2><span class="mw-headline" id="See_also">See also</span></h2>
<style data-mw-deduplicate="TemplateStyles:r1132942124">.mw-parser-output .portalbox{padding:0;margin:0.5em 0;display:table;box-sizing:border-box;max-width:175px;list-style:none}.mw-parser-output .portalborder{border:solid #aaa 1px;padding:0.1em;background:#f9f9f9}.mw-parser-output .portalbox-entry{display:table-row;font-size:85%;line-height:110%;height:1.9em;font-style:italic;font-weight:bold}.mw-parser-output .portalbox-image{display:table-cell;padding:0.2em;vertical-align:middle;text-align:center}.mw-parser-output .portalbox-link{display:table-cell;padding:0.2em 0.2em 0.2em 0.3em;vertical-align:middle}@media(min-width:720px){.mw-parser-output .portalleft{clear:left;float:left;margin:0.5em 1em 0.5em 0}.mw-parser-output .portalright{clear:right;float:right;margin:0.5em 0 0.5em 1em}}</style><ul aria-label="Portals" class="noprint portalbox portalborder portalright" role="navigation">
<li class="portalbox-entry"><span class="portalbox-image"><span class="noviewer" typeof="mw:File"><span><img alt="icon" class="mw-file-element" data-file-height="600" data-file-width="600" decoding="async" height="28" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Terra.png/28px-Terra.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Terra.png/42px-Terra.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/f5/Terra.png/56px-Terra.png 2x" width="28"/></span></span></span><span class="portalbox-link"><a href="/wiki/Portal:Geography" title="Portal:Geography">Geography portal</a></span></li><li class="portalbox-entry"><span class="portalbox-image"><span class="noviewer" typeof="mw:File"><span><img alt="map" class="mw-file-element" data-file-height="550" data-file-width="550" decoding="async" height="28" src="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/North_America_%28orthographic_projection%29.svg/28px-North_America_%28orthographic_projection%29.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/1/1a/North_America_%28orthographic_projection%29.svg/42px-North_America_%28orthographic_projection%29.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/1/1a/North_America_%28orthographic_projection%29.svg/56px-North_America_%28orthographic_projection%29.svg.png 2x" width="28"/></span></span></span><span class="portalbox-link"><a href="/wiki/Portal:North_America" title="Portal:North America">North America portal</a></span></li><li class="portalbox-entry"><span class="portalbox-image"><span class="mw-image-border noviewer" typeof="mw:File"><span><img alt="flag" class="mw-file-element" data-file-height="650" data-file-width="1235" decoding="async" height="17" src="//upload.wikimedia.org/wikipedia/en/thumb/a/a4/Flag_of_the_United_States.svg/32px-Flag_of_the_United_States.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/a/a4/Flag_of_the_United_States.svg/48px-Flag_of_the_United_States.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/a/a4/Flag_of_the_United_States.svg/64px-Flag_of_the_United_States.svg.png 2x" width="32"/></span></span></span><span class="portalbox-link"><a href="/wiki/Portal:United_States" title="Portal:United States">United States portal</a></span></li><li class="portalbox-entry"><span class="portalbox-image"><span class="noviewer" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="500" data-file-width="500" decoding="async" height="28" src="//upload.wikimedia.org/wikipedia/commons/thumb/b/b5/COL-city_icon.png/28px-COL-city_icon.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b5/COL-city_icon.png/42px-COL-city_icon.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b5/COL-city_icon.png/56px-COL-city_icon.png 2x" width="28"/></span></span></span><span class="portalbox-link"><a href="/wiki/Portal:Cities" title="Portal:Cities">Cities portal</a></span></li></ul>
<ul><li><a href="/wiki/Demographics_of_the_United_States" title="Demographics of the United States">Demographics of the United States</a></li>
<li><a class="mw-redirect" href="/wiki/Largest_cities_in_the_United_States_by_population_by_decade" title="Largest cities in the United States by population by decade">Largest cities in the United States by population by decade</a></li>
<li><a href="/wiki/List_of_largest_cities" title="List of largest cities">List of largest cities</a> – (world)</li>
<li><a href="/wiki/List_of_largest_cities_of_U.S._states_and_territories_by_population" title="List of largest cities of U.S. states and territories by population">List of largest cities of U.S. states and territories by population</a></li>
<li><a href="/wiki/List_of_largest_cities_of_U.S._states_and_territories_by_historical_population" title="List of largest cities of U.S. states and territories by historical population">List of largest cities of U.S. states and territories by historical population</a></li>
<li><a href="/wiki/List_of_United_States_cities_by_area" title="List of United States cities by area">List of United States cities by area</a></li>
<li><a class="mw-redirect" href="/wiki/List_of_cities_in_the_United_States_by_elevation" title="List of cities in the United States by elevation">List of United States cities by elevation</a></li>
<li><a href="/wiki/List_of_United_States_cities_by_population_density" title="List of United States cities by population density">List of United States cities by population density</a></li>
<li><a href="/wiki/Lists_of_populated_places_in_the_United_States" title="Lists of populated places in the United States">Lists of populated places in the United States</a></li>
<li><a href="/wiki/United_States_Census_Bureau" title="United States Census Bureau">United States Census Bureau</a>
<ul><li><a href="/wiki/List_of_United_States_urban_areas" title="List of United States urban areas">List of United States urban areas</a></li>
<li><a href="/wiki/List_of_U.S._states_and_territories_by_population" title="List of U.S. states and territories by population">List of U.S. states and territories by population</a></li>
<li><a href="/wiki/List_of_United_States_counties_and_county_equivalents" title="List of United States counties and county equivalents">List of United States counties and county equivalents</a></li></ul></li>
<li><a href="/wiki/Office_of_Management_and_Budget" title="Office of Management and Budget">Office of Management and Budget</a>
<ul><li><a href="/wiki/Statistical_area_(United_States)" title="Statistical area (United States)">Statistical area (United States)</a>
<ul><li><a href="/wiki/Combined_statistical_area" title="Combined statistical area">Combined statistical area</a>
<ul><li><a href="/wiki/Core-based_statistical_area" title="Core-based statistical area">Core-based statistical area</a>
<ul><li><a href="/wiki/List_of_core-based_statistical_areas" title="List of core-based statistical areas">List of core-based statistical areas</a></li></ul></li>
<li><a class="mw-redirect" href="/wiki/Metropolitan_Statistical_Area" title="Metropolitan Statistical Area">Metropolitan statistical area</a>
<ul><li><a class="mw-redirect" href="/wiki/List_of_metropolitan_statistical_areas" title="List of metropolitan statistical areas">List of metropolitan statistical areas</a></li></ul></li>
<li><a href="/wiki/Micropolitan_statistical_area" title="Micropolitan statistical area">Micropolitan statistical area</a>
<ul><li><a class="mw-redirect" href="/wiki/List_of_micropolitan_statistical_areas" title="List of micropolitan statistical areas">List of micropolitan statistical areas</a></li></ul></li></ul></li></ul></li></ul></li></ul>
<div style="clear:both;"></div>
<h2><span class="mw-headline" id="Notes">Notes</span></h2>
<style data-mw-deduplicate="TemplateStyles:r1011085734">.mw-parser-output .reflist{font-size:90%;margin-bottom:0.5em;list-style-type:decimal}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}</style><div class="reflist reflist-lower-alpha">
<div class="mw-references-wrap mw-references-columns"><ol class="references">
<li id="cite_note-NewEngland-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-NewEngland_1-0">^</a></b></span> <span class="reference-text">Towns in <a href="/wiki/New_England" title="New England">New England</a>, while incorporated on a level similar to cities in other states, are considered <a href="/wiki/Minor_civil_division" title="Minor civil division">minor civil divisions</a> by the Census Bureau and are not included in its list of incorporated places. A detailed discussion on this subject can be found at <a href="/wiki/New_England_town#Census_treatment_of_the_New_England_town_system" title="New England town">New England town#Census treatment of the New England town system</a>.</span>
</li>
<li id="cite_note-HonoluluHI-2"><span class="mw-cite-backlink"><b><a href="#cite_ref-HonoluluHI_2-0">^</a></b></span> <span class="reference-text">The <a href="/wiki/Hawaii" title="Hawaii">State of Hawaiʻi</a> has no incorporated municipalities other than the <a href="/wiki/Honolulu_County,_Hawaii" title="Honolulu County, Hawaii">City and County of Honolulu</a>, which comprises the entire <a href="/wiki/Oahu" title="Oahu">Island of Oʻahu</a>. In accordance with Hawaiian law, the <a href="/wiki/United_States_Census_Bureau" title="United States Census Bureau">United States Census Bureau</a> defines the state's cities"and towns as <a href="/wiki/Census-designated_place" title="Census-designated place">Census Designated Places</a> (CDPs). The Census Bureau defines the <a class="mw-redirect" href="/wiki/Honolulu,_Hawaii" title="Honolulu, Hawaii">Urban Honolulu CDP</a> as the portion of the City and County of Honolulu that is coextensive with the Judicial District of Honolulu. The Urban Honolulu CDP is what is generally thought of as the "city" of <a href="/wiki/Honolulu" title="Honolulu">Honolulu</a>, and its population is used here and in other population comparisons. The Urban Honolulu CDP is currently the most populous Census Designated Place in the United States. The <a class="mw-redirect" href="/wiki/Honolulu,_HI_Metropolitan_Statistical_Area" title="Honolulu, HI Metropolitan Statistical Area">Honolulu, HI Metropolitan Statistical Area</a> comprises the entire City and County of Honolulu.</span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text">Or federal district in the case of <a href="/wiki/Washington,_D.C." title="Washington, D.C.">Washington, D.C.</a></span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text">Since 1898, the <a href="/wiki/New_York_City" title="New York City">City of New York</a>, <a href="/wiki/New_York_(state)" title="New York (state)">New York</a>, has comprised <a class="mw-redirect" href="/wiki/Borough_of_New_York_City" title="Borough of New York City">five boroughs</a> with <a href="/wiki/Consolidated_city-county" title="Consolidated city-county">consolidated borough–county governments</a> (2022 population estimates):<br/> •<a href="/wiki/Brooklyn" title="Brooklyn">The Borough of Brooklyn</a> and <a href="/wiki/Brooklyn" title="Brooklyn">Kings County</a><br/> (pop. 2,590,516)<br/> •<a href="/wiki/Queens" title="Queens">The Borough of Queens</a> and <a href="/wiki/Queens" title="Queens">Queens County</a><br/> (pop. 2,278,029)<br/> •<a href="/wiki/Manhattan" title="Manhattan">The Borough of Manhattan</a> and <a href="/wiki/Manhattan" title="Manhattan">New York County</a><br/> (pop. 1,596,273)<br/> •<a href="/wiki/The_Bronx" title="The Bronx">The Borough of the Bronx</a> and <a href="/wiki/The_Bronx" title="The Bronx">Bronx County</a><br/> (pop. 1,379,946)<br/> •<a href="/wiki/Staten_Island" title="Staten Island">The Borough of Staten Island</a> and <a href="/wiki/Staten_Island" title="Staten Island">Richmond County</a><br/> (pop. 491,133)</span>
</li>
<li id="cite_note-7"><span class="mw-cite-backlink"><b><a href="#cite_ref-7">^</a></b></span> <span class="reference-text">The <a href="/wiki/Philadelphia" title="Philadelphia">City of Philadelphia</a>, <a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>, and <a class="mw-redirect" href="/wiki/Philadelphia_County" title="Philadelphia County">Philadelphia County</a>, Pennsylvania, are separate but coterminous entities with a single <a href="/wiki/Consolidated_city-county" title="Consolidated city-county">consolidated city–county government</a>.</span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text">The <a href="/wiki/Jacksonville,_Florida" title="Jacksonville, Florida">City of Jacksonville</a>, <a href="/wiki/Florida" title="Florida">Florida</a>, and <a href="/wiki/Duval_County,_Florida" title="Duval County, Florida">Duval County</a>, Florida, are separate entities with a single <a href="/wiki/Consolidated_city-county" title="Consolidated city-county">consolidated city–county government</a>. The City of Jacksonville comprises all of Duval County except the other incorporated municipalities within the county.</span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text">The <a href="/wiki/Indianapolis" title="Indianapolis">City of Indianapolis</a>, <a href="/wiki/Indiana" title="Indiana">Indiana</a>, and <a href="/wiki/Marion_County,_Indiana" title="Marion County, Indiana">Marion County</a>, Indiana, are separate entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–county government</a>. The City of Indianapolis comprises all of Marion County except the other incorporated municipalities within the county. See <a href="/wiki/Indianapolis_(balance)" title="Indianapolis (balance)">Indianapolis (balance)</a>.</span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text">The <a href="/wiki/San_Francisco" title="San Francisco">City and County of San Francisco</a>, <a href="/wiki/California" title="California">California</a>, has a <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city and county government</a>.</span>
</li>
<li id="cite_note-11"><span class="mw-cite-backlink"><b><a href="#cite_ref-11">^</a></b></span> <span class="reference-text">The <a href="/wiki/Denver" title="Denver">City and County of Denver</a>, <a href="/wiki/Colorado" title="Colorado">Colorado</a>, has a <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city and county government</a>.</span>
</li>
<li id="cite_note-12"><span class="mw-cite-backlink"><b><a href="#cite_ref-12">^</a></b></span> <span class="reference-text">The <a href="/wiki/Nashville,_Tennessee" title="Nashville, Tennessee">City of Nashville</a>, <a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>, and <a href="/wiki/Davidson_County,_Tennessee" title="Davidson County, Tennessee">Davidson County</a>, Tennessee, are separate entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–county government</a>. The City of Nashville comprises all of Davidson County except the other incorporated municipalities within the county. See <a href="/wiki/Nashville-Davidson_(balance),_Tennessee" title="Nashville-Davidson (balance), Tennessee">Nashville-Davidson (balance)</a>.</span>
</li>
<li id="cite_note-13"><span class="mw-cite-backlink"><b><a href="#cite_ref-13">^</a></b></span> <span class="reference-text">The <a href="/wiki/Washington,_D.C." title="Washington, D.C.">City of Washington</a> was <a href="/wiki/District_of_Columbia_Organic_Act_of_1871" title="District of Columbia Organic Act of 1871">consolidated</a> with the <a href="/wiki/Washington,_D.C." title="Washington, D.C.">District of Columbia</a> in 1871.</span>
</li>
<li id="cite_note-14"><span class="mw-cite-backlink"><b><a href="#cite_ref-14">^</a></b></span> <span class="reference-text">The <a href="/wiki/Louisville,_Kentucky" title="Louisville, Kentucky">City of Louisville</a>, <a href="/wiki/Kentucky" title="Kentucky">Kentucky</a>, and <a href="/wiki/Jefferson_County,_Kentucky" title="Jefferson County, Kentucky">Jefferson County</a>, Kentucky, are separate entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–county government</a>. The City of Louisville comprises all of Jefferson County except the other incorporated municipalities within the county. See <a href="/wiki/Louisville/Jefferson_County_metro_government_(balance),_Kentucky" title="Louisville/Jefferson County metro government (balance), Kentucky">Louisville/Jefferson County metro government (balance)</a>.</span>
</li>
<li id="cite_note-IndependentCity-15"><span class="mw-cite-backlink">^ <a href="#cite_ref-IndependentCity_15-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-IndependentCity_15-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-IndependentCity_15-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-IndependentCity_15-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-IndependentCity_15-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-IndependentCity_15-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-IndependentCity_15-6"><sup><i><b>g</b></i></sup></a> <a href="#cite_ref-IndependentCity_15-7"><sup><i><b>h</b></i></sup></a> <a href="#cite_ref-IndependentCity_15-8"><sup><i><b>i</b></i></sup></a></span> <span class="reference-text">This is an independent city that is not part of any county.</span>
</li>
<li id="cite_note-16"><span class="mw-cite-backlink"><b><a href="#cite_ref-16">^</a></b></span> <span class="reference-text">The <a href="/wiki/New_Orleans" title="New Orleans">City of New Orleans</a>, <a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>, and <a class="mw-redirect" href="/wiki/Orleans_Parish,_Louisiana" title="Orleans Parish, Louisiana">Orleans Parish</a>, Louisiana, are separate but coterminous entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–parish government</a>.</span>
</li>
<li id="cite_note-17"><span class="mw-cite-backlink"><b><a href="#cite_ref-17">^</a></b></span> <span class="reference-text">The <a class="mw-redirect" href="/wiki/Honolulu,_Hawaii" title="Honolulu, Hawaii">City of Honolulu</a>, <a href="/wiki/Hawaii" title="Hawaii">Hawaii</a>, and <a href="/wiki/Honolulu_County,_Hawaii" title="Honolulu County, Hawaii">Honolulu County</a>, Hawaii, are separate entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–county government</a>.The City of Honolulu comprises all of Honolulu County except the other unincorporated <a class="mw-redirect" href="/wiki/Census-designated_places" title="Census-designated places">census-designated places</a> within the county.</span>
</li>
<li id="cite_note-18"><span class="mw-cite-backlink"><b><a href="#cite_ref-18">^</a></b></span> <span class="reference-text">The <a href="/wiki/Lexington,_Kentucky" title="Lexington, Kentucky">City of Lexington</a>, <a href="/wiki/Kentucky" title="Kentucky">Kentucky</a>, and <a href="/wiki/Fayette_County,_Kentucky" title="Fayette County, Kentucky">Fayette County</a>, Kentucky, are separate but coterminous entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–county government</a></span>
</li>
<li id="cite_note-19"><span class="mw-cite-backlink"><b><a href="#cite_ref-19">^</a></b></span> <span class="reference-text">The <a href="/wiki/Anchorage,_Alaska" title="Anchorage, Alaska">Municipality of Anchorage</a>, <a href="/wiki/Alaska" title="Alaska">Alaska</a>, is a <a href="/wiki/Consolidated_city-county" title="Consolidated city-county">unified home rule municipality</a> that functions as both a <a href="/wiki/Municipal_corporation" title="Municipal corporation">city</a> and a <a href="/wiki/County_(United_States)" title="County (United States)">borough</a>.</span>
</li>
<li id="cite_note-20"><span class="mw-cite-backlink"><b><a href="#cite_ref-20">^</a></b></span> <span class="reference-text">The <a href="/wiki/Gilbert,_Arizona" title="Gilbert, Arizona">Town of Gilbert</a>, <a href="/wiki/Arizona" title="Arizona">Arizona</a>, is currently the most populous <a href="/wiki/Municipal_corporation" title="Municipal corporation">incorporated town</a> in the United States.</span>
</li>
<li id="cite_note-21"><span class="mw-cite-backlink"><b><a href="#cite_ref-21">^</a></b></span> <span class="reference-text">Officially listed in US Census Bureau records as Boise City</span>
</li>
<li id="cite_note-22"><span class="mw-cite-backlink"><b><a href="#cite_ref-22">^</a></b></span> <span class="reference-text">The <a href="/wiki/Baton_Rouge,_Louisiana" title="Baton Rouge, Louisiana">City of Baton Rouge</a>, <a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>, and <a href="/wiki/East_Baton_Rouge_Parish,_Louisiana" title="East Baton Rouge Parish, Louisiana">East Baton Rouge Parish</a>, Louisiana, are separate entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–parish government</a>. The City of Baton Rouge has retained its own city limits within East Baton Rouge Parish.</span>
</li>
<li id="cite_note-23"><span class="mw-cite-backlink"><b><a href="#cite_ref-23">^</a></b></span> <span class="reference-text">The <a href="/wiki/Columbus,_Georgia" title="Columbus, Georgia">City of Columbus</a>, <a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>, and <a href="/wiki/Muscogee_County,_Georgia" title="Muscogee County, Georgia">Muscogee County</a>, Georgia, are separate but coterminous entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–county government</a>.</span>
</li>
<li id="cite_note-24"><span class="mw-cite-backlink"><b><a href="#cite_ref-24">^</a></b></span> <span class="reference-text">The <a href="/wiki/Augusta,_Georgia" title="Augusta, Georgia">City of Augusta</a>, <a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>, and <a href="/wiki/Richmond_County,_Georgia" title="Richmond County, Georgia">Richmond County</a>, Georgia, are separate entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–county government</a>. The City of Augusta comprises all of Richmond County except the two other incorporated municipalities within the county.</span>
</li>
<li id="cite_note-25"><span class="mw-cite-backlink"><b><a href="#cite_ref-25">^</a></b></span> <span class="reference-text">After approval by local voters in a 2012 referendum, the <a href="/wiki/Macon,_Georgia" title="Macon, Georgia">City of Macon</a>, Georgia merged with most of unincorporated <a href="/wiki/Bibb_County,_Georgia" title="Bibb County, Georgia">Bibb County</a>, Georgia on January 1, 2014. The new consolidated government is officially "Macon-Bibb County."</span>
</li>
<li id="cite_note-26"><span class="mw-cite-backlink"><b><a href="#cite_ref-26">^</a></b></span> <span class="reference-text"><a href="/wiki/Kansas_City,_Kansas" title="Kansas City, Kansas">Kansas City</a>, Kansas, and <a href="/wiki/Wyandotte_County,_Kansas" title="Wyandotte County, Kansas">Wyandotte County</a>, Kansas, are separate entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–county government</a>. Kansas City comprises all of Wyandotte County except the other incorporated municipalities within the county.</span>
</li>
<li id="cite_note-27"><span class="mw-cite-backlink"><b><a href="#cite_ref-27">^</a></b></span> <span class="reference-text">The <a href="/wiki/Athens,_Georgia" title="Athens, Georgia">City of Athens</a>, <a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>, and <a href="/wiki/Clarke_County,_Georgia" title="Clarke County, Georgia">Clarke County</a>, Georgia, are separate entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–county government</a>. The City of Athens comprises all of Clarke County except the other incorporated municipalities within the county.</span>
</li>
<li id="cite_note-28"><span class="mw-cite-backlink"><b><a href="#cite_ref-28">^</a></b></span> <span class="reference-text">The <a href="/wiki/Lafayette,_Louisiana" title="Lafayette, Louisiana">City of Lafayette</a>, <a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>, and <a href="/wiki/Lafayette_Parish,_Louisiana" title="Lafayette Parish, Louisiana">Lafayette Parish</a>, Louisiana, are separate entities with a single <a class="mw-redirect" href="/wiki/Consolidated_city%E2%80%93county" title="Consolidated city–county">consolidated city–parish government</a>. The City of Lafayette comprises all of Lafayette Parish except the other incorporated municipalities within the parish.</span>
</li>
<li id="cite_note-29"><span class="mw-cite-backlink"><b><a href="#cite_ref-29">^</a></b></span> <span class="reference-text">Official name is San Buenaventura</span>
</li>
<li id="cite_note-33"><span class="mw-cite-backlink"><b><a href="#cite_ref-33">^</a></b></span> <span class="reference-text">All <a href="/wiki/North_Side_(Pittsburgh)" title="North Side (Pittsburgh)">North Side</a> neighborhoods of Pittsburgh (41,120), plus an additional 2,301 in Census Tract 4270 Blocks 2 & 3, which are the sections of <a href="/wiki/Millvale,_Pennsylvania" title="Millvale, Pennsylvania">Millvale</a>, Pennsylvania that were formally part of Allegheny City.</span>
</li>
</ol></div></div>
<h2><span class="mw-headline" id="References">References</span></h2>
<link href="mw-data:TemplateStyles:r1011085734" rel="mw-deduplicated-inline-style"/><div class="reflist">
<div class="mw-references-wrap"><ol class="references">
<li id="cite_note-PopEstCities-3"><span class="mw-cite-backlink">^ <a href="#cite_ref-PopEstCities_3-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-PopEstCities_3-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-PopEstCities_3-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-PopEstCities_3-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-PopEstCities_3-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-PopEstCities_3-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-PopEstCities_3-6"><sup><i><b>g</b></i></sup></a></span> <span class="reference-text"><style data-mw-deduplicate="TemplateStyles:r1133582631">.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free a,.mw-parser-output .citation .cs1-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited a,.mw-parser-output .id-lock-registration a,.mw-parser-output .citation .cs1-lock-limited a,.mw-parser-output .citation .cs1-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription a,.mw-parser-output .citation .cs1-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg")right 0.1em center/12px no-repeat}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:#d33}.mw-parser-output .cs1-visible-error{color:#d33}.mw-parser-output .cs1-maint{display:none;color:#3a3;margin-left:0.3em}.mw-parser-output .cs1-format{font-size:95%}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}</style><cite class="citation web cs1"><a class="external text" href="https://www.census.gov/data/tables/time-series/demo/popest/2020s-total-cities-and-towns.html" rel="nofollow">"City and Town Population Totals: 2020-2022"</a>. <a href="/wiki/United_States_Census_Bureau" title="United States Census Bureau">United States Census Bureau</a>, Population Division. <a class="external text" href="https://web.archive.org/web/20220711040810/https://www.census.gov/data/tables/time-series/demo/popest/2020s-total-cities-and-towns.html" rel="nofollow">Archived</a> from the original on July 11, 2022<span class="reference-accessdate">. Retrieved <span class="nowrap">May 18,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=City+and+Town+Population+Totals%3A+2020-2022&rft.pub=United+States+Census+Bureau%2C+Population+Division&rft_id=https%3A%2F%2Fwww.census.gov%2Fdata%2Ftables%2Ftime-series%2Fdemo%2Fpopest%2F2020s-total-cities-and-towns.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+United+States+cities+by+population"></span></span>
</li>
<li id="cite_note-USCBGazetteer-4"><span class="mw-cite-backlink">^ <a href="#cite_ref-USCBGazetteer_4-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-USCBGazetteer_4-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-USCBGazetteer_4-2"><sup><i><b>c</b></i></sup></a> <a href="#cite_ref-USCBGazetteer_4-3"><sup><i><b>d</b></i></sup></a> <a href="#cite_ref-USCBGazetteer_4-4"><sup><i><b>e</b></i></sup></a> <a href="#cite_ref-USCBGazetteer_4-5"><sup><i><b>f</b></i></sup></a> <a href="#cite_ref-USCBGazetteer_4-6"><sup><i><b>g</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.census.gov/geographies/reference-files/time-series/geo/gazetteer-files.2020.html" rel="nofollow">"2020 U.S. Gazetteer Files"</a>. <i>U.S. Gazetteer Files</i>. <a href="/wiki/United_States_Census_Bureau" title="United States Census Bureau">United States Census Bureau</a>. <a class="external text" href="https://web.archive.org/web/20211026060851/https://www.census.gov/geographies/reference-files/time-series/geo/gazetteer-files.2020.html" rel="nofollow">Archived</a> from the original on October 26, 2021<span class="reference-accessdate">. Retrieved <span class="nowrap">September 9,</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=U.S.+Gazetteer+Files&rft.atitle=2020+U.S.+Gazetteer+Files&rft_id=https%3A%2F%2Fwww.census.gov%2Fgeographies%2Freference-files%2Ftime-series%2Fgeo%2Fgazetteer-files.2020.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+United+States+cities+by+population"></span></span>
</li>
<li id="cite_note-PopEstPR-30"><span class="mw-cite-backlink">^ <a href="#cite_ref-PopEstPR_30-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-PopEstPR_30-1"><sup><i><b>b</b></i></sup></a> <a href="#cite_ref-PopEstPR_30-2"><sup><i><b>c</b></i></sup></a></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.census.gov/data/tables/time-series/demo/popest/2020s-total-puerto-rico-municipios.html" rel="nofollow">"Puerto Rico Municipios Population Totals: 2020-2022"</a>. <i>2022 Census Population Estimates</i>. U.S. Census Bureau, Population Division. March 2023<span class="reference-accessdate">. Retrieved <span class="nowrap">May 18,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=unknown&rft.jtitle=2022+Census+Population+Estimates&rft.atitle=Puerto+Rico+Municipios+Population+Totals%3A+2020-2022&rft.date=2023-03&rft_id=https%3A%2F%2Fwww.census.gov%2Fdata%2Ftables%2Ftime-series%2Fdemo%2Fpopest%2F2020s-total-puerto-rico-municipios.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+United+States+cities+by+population"></span></span>
</li>
<li id="cite_note-31"><span class="mw-cite-backlink"><b><a href="#cite_ref-31">^</a></b></span> <span class="reference-text">CIA World Factbook - <a class="external text" href="https://www.cia.gov/the-world-factbook/countries/american-samoa/" rel="nofollow">American Samoa</a> <a class="external text" href="https://web.archive.org/web/20210129115310/https://www.cia.gov/the-world-factbook/countries/american-samoa/" rel="nofollow">Archived</a> January 29, 2021, at the <a href="/wiki/Wayback_Machine" title="Wayback Machine">Wayback Machine</a> / <a class="external text" href="https://www.cia.gov/the-world-factbook/countries/guam" rel="nofollow">Guam</a> <a class="external text" href="https://web.archive.org/web/20210618072719/https://www.cia.gov/the-world-factbook/countries/guam/" rel="nofollow">Archived</a> June 18, 2021, at the <a href="/wiki/Wayback_Machine" title="Wayback Machine">Wayback Machine</a> / <a class="external text" href="https://www.cia.gov/the-world-factbook/countries/northern-mariana-islands/" rel="nofollow">Northern Mariana Islands</a> <a class="external text" href="https://web.archive.org/web/20210124194634/https://www.cia.gov/the-world-factbook/countries/northern-mariana-islands/" rel="nofollow">Archived</a> January 24, 2021, at the <a href="/wiki/Wayback_Machine" title="Wayback Machine">Wayback Machine</a> / <a class="external text" href="https://www.cia.gov/the-world-factbook/countries/virgin-islands/" rel="nofollow">U.S. Virgin Islands</a> <a class="external text" href="https://web.archive.org/web/20220323140934/https://www.cia.gov/the-world-factbook/countries/virgin-islands/" rel="nofollow">Archived</a> March 23, 2022, at the <a href="/wiki/Wayback_Machine" title="Wayback Machine">Wayback Machine</a>. Retrieved July 6, 2021.</span>
</li>
<li id="cite_note-PopEstCDPs-32"><span class="mw-cite-backlink"><b><a href="#cite_ref-PopEstCDPs_32-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1"><a class="external text" href="https://www.census.gov/quickfacts/fact/table/US/POP010220" rel="nofollow">"QuickFacts"</a>. U.S. Census Bureau, Population Division<span class="reference-accessdate">. Retrieved <span class="nowrap">January 8,</span> 2023</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=QuickFacts&rft.pub=U.S.+Census+Bureau%2C+Population+Division&rft_id=https%3A%2F%2Fwww.census.gov%2Fquickfacts%2Ffact%2Ftable%2FUS%2FPOP010220&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+United+States+cities+by+population"></span></span>
</li>
<li id="cite_note-StJoseph-34"><span class="mw-cite-backlink"><b><a href="#cite_ref-StJoseph_34-0">^</a></b></span> <span class="reference-text"><link href="mw-data:TemplateStyles:r1133582631" rel="mw-deduplicated-inline-style"/><cite class="citation web cs1" id="CITEREFBob_Slater">Bob Slater. <a class="external text" href="https://www.newspressnow.com/news/guest-column-civic-pride-ran-amok-with-1900-census/article_76ae8aa7-293a-54ec-a865-7c79a409a3d3.html" rel="nofollow">"Civic Pride Ran Amok With 1900 Census"</a>. St. Joseph News-Press<span class="reference-accessdate">. Retrieved <span class="nowrap">February 13,</span> 2021</span>.</cite><span class="Z3988" title="ctx_ver=Z39.88-2004&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=unknown&rft.btitle=Civic+Pride+Ran+Amok+With+1900+Census&rft.pub=St.+Joseph+News-Press&rft.au=Bob+Slater&rft_id=https%3A%2F%2Fwww.newspressnow.com%2Fnews%2Fguest-column-civic-pride-ran-amok-with-1900-census%2Farticle_76ae8aa7-293a-54ec-a865-7c79a409a3d3.html&rfr_id=info%3Asid%2Fen.wikipedia.org%3AList+of+United+States+cities+by+population"></span></span>
</li>
</ol></div></div>
<h2><span class="mw-headline" id="External_links">External links</span></h2>
<style data-mw-deduplicate="TemplateStyles:r1134653256">.mw-parser-output .side-box{margin:4px 0;box-sizing:border-box;border:1px solid #aaa;font-size:88%;line-height:1.25em;background-color:#f9f9f9;display:flow-root}.mw-parser-output .side-box-abovebelow,.mw-parser-output .side-box-text{padding:0.25em 0.9em}.mw-parser-output .side-box-image{padding:2px 0 2px 0.9em;text-align:center}.mw-parser-output .side-box-imageright{padding:2px 0.9em 2px 0;text-align:center}@media(min-width:500px){.mw-parser-output .side-box-flex{display:flex;align-items:center}.mw-parser-output .side-box-text{flex:1}}@media(min-width:720px){.mw-parser-output .side-box{width:238px}.mw-parser-output .side-box-right{clear:right;float:right;margin-left:1em}.mw-parser-output .side-box-left{margin-right:1em}}</style><style data-mw-deduplicate="TemplateStyles:r1097092911">.mw-parser-output .sister-box .side-box-abovebelow{padding:0.75em 0;text-align:center}.mw-parser-output .sister-box .side-box-abovebelow>b{display:block}.mw-parser-output .sister-box .side-box-text>ul{border-top:1px solid #aaa;padding:0.75em 0;width:217px;margin:0 auto}.mw-parser-output .sister-box .side-box-text>ul>li{min-height:31px}.mw-parser-output .sister-logo{display:inline-block;width:31px;line-height:31px;vertical-align:middle;text-align:center}.mw-parser-output .sister-link{display:inline-block;margin-left:4px;width:182px;vertical-align:middle}</style><div aria-labelledby="sister-projects" class="side-box metadata side-box-right sister-box sistersitebox plainlinks" role="navigation"><link href="mw-data:TemplateStyles:r1126788409" rel="mw-deduplicated-inline-style"/>
<div class="side-box-abovebelow">
<b>United States</b> at Wikipedia's <a href="/wiki/Wikipedia:Wikimedia_sister_projects" title="Wikipedia:Wikimedia sister projects"><span id="sister-projects">sister projects</span></a></div>
<div class="side-box-flex">
<div class="side-box-text plainlist"><ul><li><span class="sister-logo"><span class="mw-valign-middle" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="391" data-file-width="391" decoding="async" height="27" src="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/27px-Wiktionary-logo-v2.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/41px-Wiktionary-logo-v2.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/0/06/Wiktionary-logo-v2.svg/54px-Wiktionary-logo-v2.svg.png 2x" width="27"/></span></span></span><span class="sister-link"><a class="extiw" href="https://en.wiktionary.org/wiki/Special:Search/United_States" title="wikt:Special:Search/United States">Definitions</a> from Wiktionary</span></li><li><span class="sister-logo"><span class="mw-valign-middle" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="1376" data-file-width="1024" decoding="async" height="27" src="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/20px-Commons-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/30px-Commons-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/en/thumb/4/4a/Commons-logo.svg/40px-Commons-logo.svg.png 2x" width="20"/></span></span></span><span class="sister-link"><a class="extiw" href="https://commons.wikimedia.org/wiki/United_States" title="c:United States">Media</a> from Commons</span></li><li><span class="sister-logo"><span class="mw-valign-middle" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="415" data-file-width="759" decoding="async" height="15" src="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/27px-Wikinews-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/41px-Wikinews-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/54px-Wikinews-logo.svg.png 2x" width="27"/></span></span></span><span class="sister-link"><a class="extiw" href="https://en.wikinews.org/wiki/Portal:United_States" title="n:Portal:United States">News</a> from Wikinews</span></li><li><span class="sister-logo"><span class="mw-valign-middle" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="355" data-file-width="300" decoding="async" height="27" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/23px-Wikiquote-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/35px-Wikiquote-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/46px-Wikiquote-logo.svg.png 2x" width="23"/></span></span></span><span class="sister-link"><a class="extiw" href="https://en.wikiquote.org/wiki/United_States" title="q:United States">Quotations</a> from Wikiquote</span></li><li><span class="sister-logo"><span class="mw-valign-middle" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="430" data-file-width="410" decoding="async" height="27" src="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/26px-Wikisource-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/39px-Wikisource-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/51px-Wikisource-logo.svg.png 2x" width="26"/></span></span></span><span class="sister-link"><a class="extiw" href="https://en.wikisource.org/wiki/Special:Search/United_States" title="s:Special:Search/United States">Texts</a> from Wikisource</span></li><li><span class="sister-logo"><span class="mw-valign-middle" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="300" data-file-width="300" decoding="async" height="27" src="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/27px-Wikibooks-logo.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/41px-Wikibooks-logo.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/54px-Wikibooks-logo.svg.png 2x" width="27"/></span></span></span><span class="sister-link"><a class="extiw" href="https://en.wikibooks.org/wiki/Special:Search/United_States" title="b:Special:Search/United States">Textbooks</a> from Wikibooks</span></li><li><span class="sister-logo"><span class="mw-valign-middle" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="512" data-file-width="626" decoding="async" height="22" src="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/27px-Wikiversity_logo_2017.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/41px-Wikiversity_logo_2017.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/0/0b/Wikiversity_logo_2017.svg/54px-Wikiversity_logo_2017.svg.png 2x" width="27"/></span></span></span><span class="sister-link"><a class="extiw" href="https://en.wikiversity.org/wiki/U._S._Government" title="v:U. S. Government">Resources</a> from Wikiversity</span></li><li><span class="sister-logo"><span class="mw-valign-middle" typeof="mw:File"><span><img alt="" class="mw-file-element" data-file-height="193" data-file-width="193" decoding="async" height="27" src="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/27px-Wikivoyage-Logo-v3-icon.svg.png" srcset="//upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/41px-Wikivoyage-Logo-v3-icon.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Wikivoyage-Logo-v3-icon.svg/54px-Wikivoyage-Logo-v3-icon.svg.png 2x" width="27"/></span></span></span><span class="sister-link"><a class="extiw" href="https://en.wikivoyage.org/wiki/United_States" title="voy:United States">Travel information</a> from Wikivoyage</span></li></ul></div></div>
</div>
<ul><li><a class="external text" href="https://www.usa.gov/" rel="nofollow">United States Government</a>
<ul><li><a class="external text" href="https://www.census.gov/" rel="nofollow">United States Census Bureau</a>
<ul><li><a class="external text" href="https://web.archive.org/web/20100320084325/http://2010.census.gov/2010census/" rel="nofollow">2010 United States Census</a></li>
<li><a class="external text" href="https://web.archive.org/web/20141218204847/http://www.census.gov/popest/data/index.html" rel="nofollow">USCB population estimates</a></li></ul></li>
<li><a class="external text" href="https://www.whitehouse.gov/omb/" rel="nofollow">United States Office of Management and Budget</a></li></ul></li></ul>
<div class="navbox-styles"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><style data-mw-deduplicate="TemplateStyles:r1061467846">.mw-parser-output .navbox{box-sizing:border-box;border:1px solid #a2a9b1;width:100%;clear:both;font-size:88%;text-align:center;padding:1px;margin:1em auto 0}.mw-parser-output .navbox .navbox{margin-top:0}.mw-parser-output .navbox+.navbox,.mw-parser-output .navbox+.navbox-styles+.navbox{margin-top:-1px}.mw-parser-output .navbox-inner,.mw-parser-output .navbox-subgroup{width:100%}.mw-parser-output .navbox-group,.mw-parser-output .navbox-title,.mw-parser-output .navbox-abovebelow{padding:0.25em 1em;line-height:1.5em;text-align:center}.mw-parser-output .navbox-group{white-space:nowrap;text-align:right}.mw-parser-output .navbox,.mw-parser-output .navbox-subgroup{background-color:#fdfdfd}.mw-parser-output .navbox-list{line-height:1.5em;border-color:#fdfdfd}.mw-parser-output .navbox-list-with-group{text-align:left;border-left-width:2px;border-left-style:solid}.mw-parser-output tr+tr>.navbox-abovebelow,.mw-parser-output tr+tr>.navbox-group,.mw-parser-output tr+tr>.navbox-image,.mw-parser-output tr+tr>.navbox-list{border-top:2px solid #fdfdfd}.mw-parser-output .navbox-title{background-color:#ccf}.mw-parser-output .navbox-abovebelow,.mw-parser-output .navbox-group,.mw-parser-output .navbox-subgroup .navbox-title{background-color:#ddf}.mw-parser-output .navbox-subgroup .navbox-group,.mw-parser-output .navbox-subgroup .navbox-abovebelow{background-color:#e6e6ff}.mw-parser-output .navbox-even{background-color:#f7f7f7}.mw-parser-output .navbox-odd{background-color:transparent}.mw-parser-output .navbox .hlist td dl,.mw-parser-output .navbox .hlist td ol,.mw-parser-output .navbox .hlist td ul,.mw-parser-output .navbox td.hlist dl,.mw-parser-output .navbox td.hlist ol,.mw-parser-output .navbox td.hlist ul{padding:0.125em 0}.mw-parser-output .navbox .navbar{display:block;font-size:100%}.mw-parser-output .navbox-title .navbar{float:left;text-align:left;margin-right:0.5em}</style></div><div aria-labelledby="The_100_most_populous_cities_of_the_United_States" class="navbox" role="navigation" style="padding:3px"><table class="nowraplinks mw-collapsible mw-collapsed navbox-inner" style="border-spacing:0;background:transparent;color:inherit"><tbody><tr><th class="navbox-title" colspan="2" scope="col"><link href="mw-data:TemplateStyles:r1129693374" rel="mw-deduplicated-inline-style"/><link href="mw-data:TemplateStyles:r1063604349" rel="mw-deduplicated-inline-style"/><div class="navbar plainlinks hlist navbar-mini"><ul><li class="nv-view"><a href="/wiki/Template:USPopulousCities" title="Template:USPopulousCities"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="View this template">v</abbr></a></li><li class="nv-talk"><a href="/wiki/Template_talk:USPopulousCities" title="Template talk:USPopulousCities"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Discuss this template">t</abbr></a></li><li class="nv-edit"><a href="/wiki/Special:EditPage/Template:USPopulousCities" title="Special:EditPage/Template:USPopulousCities"><abbr style=";;background:none transparent;border:none;box-shadow:none;padding:0;" title="Edit this template">e</abbr></a></li></ul></div><div id="The_100_most_populous_cities_of_the_United_States" style="font-size:114%;margin:0 4em">The <a class="mw-selflink selflink">100 most populous cities</a> of the <a href="/wiki/United_States" title="United States">United States</a></div></th></tr><tr><td class="navbox-list navbox-odd" colspan="2" style="width:100%;padding:0;background:transparent;color:inherit;"><div style="padding:0px;"><table class="navbox-columns-table" style="border-spacing: 0px; text-align:left;width:auto; margin-left:auto; margin-right:auto;"><tbody><tr style="vertical-align:top;"><td style="width:5em;"> </td><td class="navbox-list" style="padding:0px;;;;width:25%;"><div>
<ol>
<li><a href="/wiki/New_York_City" title="New York City">New York, New York</a></li>
<li><a href="/wiki/Los_Angeles" title="Los Angeles">Los Angeles, California</a></li>
<li><a href="/wiki/Chicago" title="Chicago">Chicago, Illinois</a></li>
<li><a href="/wiki/Houston" title="Houston">Houston, Texas</a></li>
<li><a href="/wiki/Phoenix,_Arizona" title="Phoenix, Arizona">Phoenix, Arizona</a></li>
<li><a href="/wiki/Philadelphia" title="Philadelphia">Philadelphia, Pennsylvania</a></li>
<li><a href="/wiki/San_Antonio" title="San Antonio">San Antonio, Texas</a></li>
<li><a href="/wiki/San_Diego" title="San Diego">San Diego, California</a></li>
<li><a href="/wiki/Dallas" title="Dallas">Dallas, Texas</a></li>
<li><a href="/wiki/San_Jose,_California" title="San Jose, California">San Jose, California</a></li>
<li><a href="/wiki/Austin,_Texas" title="Austin, Texas">Austin, Texas</a></li>
<li><a href="/wiki/Jacksonville,_Florida" title="Jacksonville, Florida">Jacksonville, Florida</a></li>
<li><a href="/wiki/Fort_Worth,_Texas" title="Fort Worth, Texas">Fort Worth, Texas</a></li>
<li><a href="/wiki/Columbus,_Ohio" title="Columbus, Ohio">Columbus, Ohio</a></li>
<li><a href="/wiki/Indianapolis" title="Indianapolis">Indianapolis, Indiana</a></li>
<li><a href="/wiki/Charlotte,_North_Carolina" title="Charlotte, North Carolina">Charlotte, North Carolina</a></li>
<li><a href="/wiki/San_Francisco" title="San Francisco">San Francisco, California</a></li>
<li><a href="/wiki/Seattle" title="Seattle">Seattle, Washington</a></li>
<li><a href="/wiki/Denver" title="Denver">Denver, Colorado</a></li>
<li><a href="/wiki/Oklahoma_City" title="Oklahoma City">Oklahoma City, Oklahoma</a></li>
<li><a href="/wiki/Nashville,_Tennessee" title="Nashville, Tennessee">Nashville, Tennessee</a></li>
<li><a href="/wiki/El_Paso,_Texas" title="El Paso, Texas">El Paso, Texas</a></li>
<li><a href="/wiki/Washington,_D.C." title="Washington, D.C.">Washington, D.C.</a></li>
<li><a href="/wiki/Boston" title="Boston">Boston, Massachusetts</a></li>
<li><a href="/wiki/Las_Vegas" title="Las Vegas">Las Vegas, Nevada</a></li>
</ol>
</div></td><td class="navbox-list" style="border-left:2px solid #fdfdfd;padding:0px;;;;width:25%;"><div>
<ol start="26">
<li><a href="/wiki/Portland,_Oregon" title="Portland, Oregon">Portland, Oregon</a></li>
<li><a href="/wiki/Detroit" title="Detroit">Detroit, Michigan</a></li>
<li><a href="/wiki/Louisville,_Kentucky" title="Louisville, Kentucky">Louisville, Kentucky</a></li>
<li><a href="/wiki/Memphis,_Tennessee" title="Memphis, Tennessee">Memphis, Tennessee</a></li>
<li><a href="/wiki/Baltimore" title="Baltimore">Baltimore, Maryland</a></li>
<li><a href="/wiki/Milwaukee" title="Milwaukee">Milwaukee, Wisconsin</a></li>
<li><a href="/wiki/Albuquerque,_New_Mexico" title="Albuquerque, New Mexico">Albuquerque, New Mexico</a></li>
<li><a href="/wiki/Fresno,_California" title="Fresno, California">Fresno, California</a></li>
<li><a href="/wiki/Tucson,_Arizona" title="Tucson, Arizona">Tucson, Arizona</a></li>
<li><a href="/wiki/Sacramento,_California" title="Sacramento, California">Sacramento, California</a></li>
<li><a href="/wiki/Mesa,_Arizona" title="Mesa, Arizona">Mesa, Arizona</a></li>
<li><a href="/wiki/Kansas_City,_Missouri" title="Kansas City, Missouri">Kansas City, Missouri</a></li>
<li><a href="/wiki/Atlanta" title="Atlanta">Atlanta, Georgia</a></li>
<li><a href="/wiki/Omaha,_Nebraska" title="Omaha, Nebraska">Omaha, Nebraska</a></li>
<li><a href="/wiki/Colorado_Springs,_Colorado" title="Colorado Springs, Colorado">Colorado Springs, Colorado</a></li>
<li><a href="/wiki/Raleigh,_North_Carolina" title="Raleigh, North Carolina">Raleigh, North Carolina</a></li>
<li><a href="/wiki/Virginia_Beach,_Virginia" title="Virginia Beach, Virginia">Virginia Beach, Virginia</a></li>
<li><a href="/wiki/Long_Beach,_California" title="Long Beach, California">Long Beach, California</a></li>
<li><a href="/wiki/Miami" title="Miami">Miami, Florida</a></li>
<li><a href="/wiki/Oakland,_California" title="Oakland, California">Oakland, California</a></li>
<li><a href="/wiki/Minneapolis" title="Minneapolis">Minneapolis, Minnesota</a></li>
<li><a href="/wiki/Tulsa,_Oklahoma" title="Tulsa, Oklahoma">Tulsa, Oklahoma</a></li>
<li><a href="/wiki/Bakersfield,_California" title="Bakersfield, California">Bakersfield, California</a></li>
<li><a href="/wiki/Wichita,_Kansas" title="Wichita, Kansas">Wichita, Kansas</a></li>
<li><a href="/wiki/Arlington,_Texas" title="Arlington, Texas">Arlington, Texas</a></li>
</ol>
</div></td><td class="navbox-list" style="border-left:2px solid #fdfdfd;padding:0px;;;;width:25%;"><div>
<ol start="51">
<li><a href="/wiki/Aurora,_Colorado" title="Aurora, Colorado">Aurora, Colorado</a></li>
<li><a href="/wiki/Tampa,_Florida" title="Tampa, Florida">Tampa, Florida</a></li>
<li><a href="/wiki/New_Orleans" title="New Orleans">New Orleans, Louisiana</a></li>
<li><a href="/wiki/Cleveland" title="Cleveland">Cleveland, Ohio</a></li>
<li><a href="/wiki/Anaheim,_California" title="Anaheim, California">Anaheim, California</a></li>
<li><a href="/wiki/Honolulu" title="Honolulu">Honolulu, Hawaii</a></li>
<li><a href="/wiki/Henderson,_Nevada" title="Henderson, Nevada">Henderson, Nevada</a></li>
<li><a href="/wiki/Stockton,_California" title="Stockton, California">Stockton, California</a></li>
<li><a href="/wiki/Lexington,_Kentucky" title="Lexington, Kentucky">Lexington, Kentucky</a></li>
<li><a href="/wiki/Corpus_Christi,_Texas" title="Corpus Christi, Texas">Corpus Christi, Texas</a></li>
<li><a href="/wiki/Riverside,_California" title="Riverside, California">Riverside, California</a></li>
<li><a href="/wiki/Santa_Ana,_California" title="Santa Ana, California">Santa Ana, California</a></li>
<li><a href="/wiki/Orlando,_Florida" title="Orlando, Florida">Orlando, Florida</a></li>
<li><a href="/wiki/Irvine,_California" title="Irvine, California">Irvine, California</a></li>
<li><a href="/wiki/Cincinnati" title="Cincinnati">Cincinnati, Ohio</a></li>
<li><a href="/wiki/Newark,_New_Jersey" title="Newark, New Jersey">Newark, New Jersey</a></li>
<li><a href="/wiki/Saint_Paul,_Minnesota" title="Saint Paul, Minnesota">Saint Paul, Minnesota</a></li>
<li><a href="/wiki/Pittsburgh" title="Pittsburgh">Pittsburgh, Pennsylvania</a></li>
<li><a href="/wiki/Greensboro,_North_Carolina" title="Greensboro, North Carolina">Greensboro, North Carolina</a></li>
<li><a href="/wiki/St._Louis" title="St. Louis">St. Louis, Missouri</a></li>
<li><a href="/wiki/Lincoln,_Nebraska" title="Lincoln, Nebraska">Lincoln, Nebraska</a></li>
<li><a href="/wiki/Plano,_Texas" title="Plano, Texas">Plano, Texas</a></li>
<li><a href="/wiki/Anchorage,_Alaska" title="Anchorage, Alaska">Anchorage, Alaska</a></li>
<li><a href="/wiki/Durham,_North_Carolina" title="Durham, North Carolina">Durham, North Carolina</a></li>
<li><a href="/wiki/Jersey_City,_New_Jersey" title="Jersey City, New Jersey">Jersey City, New Jersey</a></li>
</ol>
</div></td><td class="navbox-list" style="border-left:2px solid #fdfdfd;padding:0px;;;;width:25%;"><div>
<ol start="76">
<li><a href="/wiki/Chandler,_Arizona" title="Chandler, Arizona">Chandler, Arizona</a></li>
<li><a href="/wiki/Chula_Vista,_California" title="Chula Vista, California">Chula Vista, California</a></li>
<li><a href="/wiki/Buffalo,_New_York" title="Buffalo, New York">Buffalo, New York</a></li>
<li><a href="/wiki/North_Las_Vegas,_Nevada" title="North Las Vegas, Nevada">North Las Vegas, Nevada</a></li>
<li><a href="/wiki/Gilbert,_Arizona" title="Gilbert, Arizona">Gilbert, Arizona</a></li>
<li><a href="/wiki/Madison,_Wisconsin" title="Madison, Wisconsin">Madison, Wisconsin</a></li>
<li><a href="/wiki/Reno,_Nevada" title="Reno, Nevada">Reno, Nevada</a></li>
<li><a href="/wiki/Toledo,_Ohio" title="Toledo, Ohio">Toledo, Ohio</a></li>
<li><a href="/wiki/Fort_Wayne,_Indiana" title="Fort Wayne, Indiana">Fort Wayne, Indiana</a></li>
<li><a href="/wiki/Lubbock,_Texas" title="Lubbock, Texas">Lubbock, Texas</a></li>
<li><a href="/wiki/St._Petersburg,_Florida" title="St. Petersburg, Florida">St. Petersburg, Florida</a></li>
<li><a href="/wiki/Laredo,_Texas" title="Laredo, Texas">Laredo, Texas</a></li>
<li><a href="/wiki/Irving,_Texas" title="Irving, Texas">Irving, Texas</a></li>
<li><a href="/wiki/Chesapeake,_Virginia" title="Chesapeake, Virginia">Chesapeake, Virginia</a></li>
<li><a href="/wiki/Winston-Salem,_North_Carolina" title="Winston-Salem, North Carolina">Winston-Salem, North Carolina</a></li>
<li><a href="/wiki/Glendale,_Arizona" title="Glendale, Arizona">Glendale, Arizona</a></li>
<li><a href="/wiki/Scottsdale,_Arizona" title="Scottsdale, Arizona">Scottsdale, Arizona</a></li>
<li><a href="/wiki/Garland,_Texas" title="Garland, Texas">Garland, Texas</a></li>
<li><a href="/wiki/Boise,_Idaho" title="Boise, Idaho">Boise, Idaho</a></li>
<li><a href="/wiki/Norfolk,_Virginia" title="Norfolk, Virginia">Norfolk, Virginia</a></li>
<li><a href="/wiki/Spokane,_Washington" title="Spokane, Washington">Spokane, Washington</a></li>
<li><a href="/wiki/Fremont,_California" title="Fremont, California">Fremont, California</a></li>
<li><a href="/wiki/Richmond,_Virginia" title="Richmond, Virginia">Richmond, Virginia</a></li>
<li><a href="/wiki/Santa_Clarita,_California" title="Santa Clarita, California">Santa Clarita, California</a></li>
<li><a href="/wiki/San_Bernardino,_California" title="San Bernardino, California">San Bernardino, California</a></li>
</ol>
</div></td></tr></tbody></table></div></td></tr><tr><td class="navbox-abovebelow" colspan="2"><div>Cities ranked by <a href="/wiki/United_States_Census_Bureau" title="United States Census Bureau">United States Census Bureau</a> population estimates for July 1, 2021.</div></td></tr></tbody></table></div>
<p class="mw-empty-elt">
</p>
<!--
NewPP limit report
Parsed by mw‐web.eqiad.main‐5c6cfc9c6‐tfp22
Cached time: 20231022105701
Cache expiry: 1814400
Reduced expiry: false
Complications: [vary‐revision‐sha1, show‐toc]
CPU time usage: 3.255 seconds
Real time usage: 3.681 seconds
Preprocessor visited node count: 36273/1000000
Post‐expand include size: 1156266/2097152 bytes
Template argument size: 20485/2097152 bytes
Highest expansion depth: 14/100
Expensive parser function count: 13/500
Unstrip recursion depth: 1/20
Unstrip post‐expand size: 245934/5000000 bytes
Lua time usage: 1.800/10.000 seconds
Lua memory usage: 22637341/52428800 bytes
Lua Profile:
MediaWiki\Extension\Scribunto\Engines\LuaSandbox\LuaSandboxCallback::callParserFunction 560 ms 35.0%
recursiveClone <mwInit.lua:41> 240 ms 15.0%
? 140 ms 8.8%
MediaWiki\Extension\Scribunto\Engines\LuaSandbox\LuaSandboxCallback::formatNum 120 ms 7.5%
MediaWiki\Extension\Scribunto\Engines\LuaSandbox\LuaSandboxCallback::getEntityStatements 80 ms 5.0%
MediaWiki\Extension\Scribunto\Engines\LuaSandbox\LuaSandboxCallback::getExpandedArgument 60 ms 3.8%
chunk <Module:Convert> 60 ms 3.8%
newFrame <mw.lua:153> 40 ms 2.5%
dataWrapper <mw.lua:672> 40 ms 2.5%
MediaWiki\Extension\Scribunto\Engines\LuaSandbox\LuaSandboxCallback::parseFormattedNumber 40 ms 2.5%
[others] 220 ms 13.8%
Number of Wikibase entities loaded: 2/400
-->
<!--
Transclusion expansion time report (%,ms,calls,template)
100.00% 2786.935 1 -total
21.97% 612.347 706 Template:Convert
21.12% 588.722 352 Template:Coord
16.20% 451.432 404 Template:Change
5.22% 145.370 1 Template:Sister_project_links
4.74% 132.030 1 Template:Gallery
4.53% 126.283 2 Template:Reflist
4.01% 111.823 1 Template:U.S._city_population_tables
3.94% 109.904 1 Template:Sidebar
3.49% 97.126 1 Template:Lang
-->
<!-- Saved in parser cache with key enwiki:pcache:idhash:1649321-0!canonical and timestamp 20231022105658 and revision id 1180776399. Rendering was triggered because: page-view
-->
</meta></div><!--esi <esi:include src="/esitest-fa8a495983347898/content" /> --><noscript><img alt="" height="1" src="//en.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1" style="border: none; position: absolute;" title="" width="1"/></noscript>
<div class="printfooter" data-nosnippet="">Retrieved from "<a dir="ltr" href="https://en.wikipedia.org/w/index.php?title=List_of_United_States_cities_by_population&oldid=1180776399">https://en.wikipedia.org/w/index.php?title=List_of_United_States_cities_by_population&oldid=1180776399</a>"</div></div>
<div class="catlinks" data-mw="interface" id="catlinks"><div class="mw-normal-catlinks" id="mw-normal-catlinks"><a href="/wiki/Help:Category" title="Help:Category">Categories</a>: <ul><li><a href="/wiki/Category:Cities_in_the_United_States" title="Category:Cities in the United States">Cities in the United States</a></li><li><a href="/wiki/Category:Lists_of_cities_in_the_United_States_by_population" title="Category:Lists of cities in the United States by population">Lists of cities in the United States by population</a></li><li><a href="/wiki/Category:United_States_demography-related_lists" title="Category:United States demography-related lists">United States demography-related lists</a></li><li><a href="/wiki/Category:Demographics_by_city_in_the_United_States" title="Category:Demographics by city in the United States">Demographics by city in the United States</a></li></ul></div><div class="mw-hidden-catlinks mw-hidden-cats-hidden" id="mw-hidden-catlinks">Hidden categories: <ul><li><a href="/wiki/Category:Webarchive_template_wayback_links" title="Category:Webarchive template wayback links">Webarchive template wayback links</a></li><li><a href="/wiki/Category:Articles_with_short_description" title="Category:Articles with short description">Articles with short description</a></li><li><a href="/wiki/Category:Short_description_is_different_from_Wikidata" title="Category:Short description is different from Wikidata">Short description is different from Wikidata</a></li><li><a href="/wiki/Category:Wikipedia_indefinitely_semi-protected_pages" title="Category:Wikipedia indefinitely semi-protected pages">Wikipedia indefinitely semi-protected pages</a></li><li><a href="/wiki/Category:Use_mdy_dates_from_April_2023" title="Category:Use mdy dates from April 2023">Use mdy dates from April 2023</a></li><li><a href="/wiki/Category:Lists_of_coordinates" title="Category:Lists of coordinates">Lists of coordinates</a></li><li><a href="/wiki/Category:Geographic_coordinate_lists" title="Category:Geographic coordinate lists">Geographic coordinate lists</a></li><li><a href="/wiki/Category:Articles_with_Geo" title="Category:Articles with Geo">Articles with Geo</a></li><li><a href="/wiki/Category:Articles_containing_Spanish-language_text" title="Category:Articles containing Spanish-language text">Articles containing Spanish-language text</a></li><li><a href="/wiki/Category:Articles_containing_potentially_dated_statements_from_2023" title="Category:Articles containing potentially dated statements from 2023">Articles containing potentially dated statements from 2023</a></li><li><a href="/wiki/Category:All_articles_containing_potentially_dated_statements" title="Category:All articles containing potentially dated statements">All articles containing potentially dated statements</a></li><li><a href="/wiki/Category:Pages_using_Sister_project_links_with_wikidata_namespace_mismatch" title="Category:Pages using Sister project links with wikidata namespace mismatch">Pages using Sister project links with wikidata namespace mismatch</a></li><li><a href="/wiki/Category:Pages_using_Sister_project_links_with_wikidata_mismatch" title="Category:Pages using Sister project links with wikidata mismatch">Pages using Sister project links with wikidata mismatch</a></li><li><a href="/wiki/Category:Pages_using_Sister_project_links_with_default_search" title="Category:Pages using Sister project links with default search">Pages using Sister project links with default search</a></li><li><a href="/wiki/Category:Featured_lists" title="Category:Featured lists">Featured lists</a></li></ul></div></div>
</div>
</main>
</div>
<div class="mw-footer-container">
<footer class="mw-footer" id="footer" role="contentinfo">
<ul id="footer-info">
<li id="footer-info-lastmod"> This page was last edited on 18 October 2023, at 19:33<span class="anonymous-show"> (UTC)</span>.</li>
<li id="footer-info-copyright">Text is available under the <a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_the_Creative_Commons_Attribution-ShareAlike_4.0_International_License" rel="license">Creative Commons Attribution-ShareAlike License 4.0</a><a href="//en.wikipedia.org/wiki/Wikipedia:Text_of_the_Creative_Commons_Attribution-ShareAlike_4.0_International_License" rel="license" style="display:none;"></a>;
additional terms may apply. By using this site, you agree to the <a href="//foundation.wikimedia.org/wiki/Terms_of_Use">Terms of Use</a> and <a href="//foundation.wikimedia.org/wiki/Privacy_policy">Privacy Policy</a>. Wikipedia® is a registered trademark of the <a href="//www.wikimediafoundation.org/">Wikimedia Foundation, Inc.</a>, a non-profit organization.</li>
</ul>
<ul id="footer-places">
<li id="footer-places-privacy"><a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Privacy_policy">Privacy policy</a></li>
<li id="footer-places-about"><a href="/wiki/Wikipedia:About">About Wikipedia</a></li>
<li id="footer-places-disclaimers"><a href="/wiki/Wikipedia:General_disclaimer">Disclaimers</a></li>
<li id="footer-places-contact"><a href="//en.wikipedia.org/wiki/Wikipedia:Contact_us">Contact Wikipedia</a></li>
<li id="footer-places-wm-codeofconduct"><a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Universal_Code_of_Conduct">Code of Conduct</a></li>
<li id="footer-places-developers"><a href="https://developer.wikimedia.org">Developers</a></li>
<li id="footer-places-statslink"><a href="https://stats.wikimedia.org/#/en.wikipedia.org">Statistics</a></li>
<li id="footer-places-cookiestatement"><a href="https://foundation.wikimedia.org/wiki/Special:MyLanguage/Policy:Cookie_statement">Cookie statement</a></li>
<li id="footer-places-mobileview"><a class="noprint stopMobileRedirectToggle" href="//en.m.wikipedia.org/w/index.php?title=List_of_United_States_cities_by_population&mobileaction=toggle_view_mobile">Mobile view</a></li>
</ul>
<ul class="noprint" id="footer-icons">
<li id="footer-copyrightico"><a href="https://wikimediafoundation.org/"><img alt="Wikimedia Foundation" height="31" loading="lazy" src="/static/images/footer/wikimedia-button.png" srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x" width="88"/></a></li>
<li id="footer-poweredbyico"><a href="https://www.mediawiki.org/"><img alt="Powered by MediaWiki" height="31" loading="lazy" src="/static/images/footer/poweredby_mediawiki_88x31.png" srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x" width="88"/></a></li>
</ul>
</footer>
</div>
</div>
</div>
<div class="vector-settings" id="p-dock-bottom">
<ul>
<li>
<button class="cdx-button cdx-button--icon-only vector-limited-width-toggle" id=""><span class="vector-icon mw-ui-icon-fullScreen mw-ui-icon-wikimedia-fullScreen"></span>
<span>Toggle limited content width</span>
</button>
</li>
</ul>
</div>
<script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgHostname":"mw1366","wgBackendResponseTime":174,"wgPageParseReport":{"limitreport":{"cputime":"3.255","walltime":"3.681","ppvisitednodes":{"value":36273,"limit":1000000},"postexpandincludesize":{"value":1156266,"limit":2097152},"templateargumentsize":{"value":20485,"limit":2097152},"expansiondepth":{"value":14,"limit":100},"expensivefunctioncount":{"value":13,"limit":500},"unstrip-depth":{"value":1,"limit":20},"unstrip-size":{"value":245934,"limit":5000000},"entityaccesscount":{"value":2,"limit":400},"timingprofile":["100.00% 2786.935 1 -total"," 21.97% 612.347 706 Template:Convert"," 21.12% 588.722 352 Template:Coord"," 16.20% 451.432 404 Template:Change"," 5.22% 145.370 1 Template:Sister_project_links"," 4.74% 132.030 1 Template:Gallery"," 4.53% 126.283 2 Template:Reflist"," 4.01% 111.823 1 Template:U.S._city_population_tables"," 3.94% 109.904 1 Template:Sidebar"," 3.49% 97.126 1 Template:Lang"]},"scribunto":{"limitreport-timeusage":{"value":"1.800","limit":"10.000"},"limitreport-memusage":{"value":22637341,"limit":52428800},"limitreport-profile":[["MediaWiki\\Extension\\Scribunto\\Engines\\LuaSandbox\\LuaSandboxCallback::callParserFunction","560","35.0"],["recursiveClone \u003CmwInit.lua:41\u003E","240","15.0"],["?","140","8.8"],["MediaWiki\\Extension\\Scribunto\\Engines\\LuaSandbox\\LuaSandboxCallback::formatNum","120","7.5"],["MediaWiki\\Extension\\Scribunto\\Engines\\LuaSandbox\\LuaSandboxCallback::getEntityStatements","80","5.0"],["MediaWiki\\Extension\\Scribunto\\Engines\\LuaSandbox\\LuaSandboxCallback::getExpandedArgument","60","3.8"],["chunk \u003CModule:Convert\u003E","60","3.8"],["newFrame \u003Cmw.lua:153\u003E","40","2.5"],["dataWrapper \u003Cmw.lua:672\u003E","40","2.5"],["MediaWiki\\Extension\\Scribunto\\Engines\\LuaSandbox\\LuaSandboxCallback::parseFormattedNumber","40","2.5"],["[others]","220","13.8"]]},"cachereport":{"origin":"mw-web.eqiad.main-5c6cfc9c6-tfp22","timestamp":"20231022105701","ttl":1814400,"transientcontent":false}}});});</script>
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"Article","name":"List of United States cities by population","url":"https:\/\/en.wikipedia.org\/wiki\/List_of_United_States_cities_by_population","sameAs":"http:\/\/www.wikidata.org\/entity\/Q131079","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q131079","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"Wikimedia Foundation, Inc.","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2005-03-26T00:07:17Z","dateModified":"2023-10-18T19:33:21Z","headline":"Wikimedia list article"}</script>
</body>
</html>
To find an HTML tag corresponding to a specific element on a webpage, right-click on it and choose “Inspect element”. Go to the cities table Wikipedia page and do this now.
You should find that the cities table on the Wikipedia page corresponds to the element
<table class="wikitable sortable jquery-tablesorter" style="text-align:center">
There are many <table> tags on the page.
len(soup.find_all("table"))14
We can use attributes like class= and style= to narrow down the list.
len(soup.find_all("table",
attrs={
"class": "wikitable sortable",
"style": "text-align:center"}
))3
At this point, you can manually inspect the tables on the webpage to find that the one we want is the first one (see [0] below). We’ll store this as table.
table = soup.find_all("table",
attrs={
"class": "wikitable sortable",
"style": "text-align:center"}
)[0]
table<table class="wikitable sortable" style="text-align:center">
<tbody><tr>
<th scope="col">2022<br/>rank
</th>
<th scope="col">City
</th>
<th scope="col">State<sup class="reference" id="cite_ref-5"><a href="#cite_note-5">[c]</a></sup>
</th>
<th scope="col">2022<br/>estimate
</th>
<th scope="col">2020<br/>census
</th>
<th scope="col">Change
</th>
<th colspan="2" scope="col">2020 land area
</th>
<th colspan="2" scope="col">2020 population density
</th>
<th scope="col">Location
</th></tr>
<tr>
<th scope="row">1
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/New_York_City" title="New York City">New York</a></i><sup class="reference" id="cite_ref-6"><a href="#cite_note-6">[d]</a></sup>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">8,335,897
</td>
<td style="text-align:right;">8,804,190
</td>
<td style="text-align:right;"><span data-sort-value="2999468000000000000♠" style="display:none"></span><span style="color:red">−5.32%</span>
</td>
<td data-sort-value="7008778291427155968" style="text-align:right;">300.5 sq mi
</td>
<td data-sort-value="7008778291427155968" style="text-align:right;">778.3 km<sup>2</sup>
</td>
<td data-sort-value="6998113120210409765" style="text-align:right;">29,298/sq mi
</td>
<td data-sort-value="6998113120210409765" style="text-align:right;">11,312/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><style data-mw-deduplicate="TemplateStyles:r1156832818">.mw-parser-output .geo-default,.mw-parser-output .geo-dms,.mw-parser-output .geo-dec{display:inline}.mw-parser-output .geo-nondefault,.mw-parser-output .geo-multi-punct,.mw-parser-output .geo-inline-hidden{display:none}.mw-parser-output .longitude,.mw-parser-output .latitude{white-space:nowrap}</style><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.66_N_73.94_W_&title=New+York+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°40′N</span> <span class="longitude">73°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.66°N 73.94°W</span><span style="display:none"> / <span class="geo">40.66; -73.94</span></span><span style="display:none"> (<span class="fn org">New York City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">2
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Los_Angeles" title="Los Angeles">Los Angeles</a></i>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">3,822,238
</td>
<td style="text-align:right;">3,898,747
</td>
<td style="text-align:right;"><span data-sort-value="2999803999999999999♠" style="display:none"></span><span style="color:red">−1.96%</span>
</td>
<td data-sort-value="7009121599941780275" style="text-align:right;">469.5 sq mi
</td>
<td data-sort-value="7009121599941780275" style="text-align:right;">1,216.0 km<sup>2</sup>
</td>
<td data-sort-value="6997320619232453647" style="text-align:right;">8,304/sq mi
</td>
<td data-sort-value="6997320619232453647" style="text-align:right;">3,206/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.02_N_118.41_W_&title=Los+Angeles"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°01′N</span> <span class="longitude">118°25′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.02°N 118.41°W</span><span style="display:none"> / <span class="geo">34.02; -118.41</span></span><span style="display:none"> (<span class="fn org">Los Angeles</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">3
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Chicago" title="Chicago">Chicago</a></i>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">2,665,039
</td>
<td style="text-align:right;">2,746,388
</td>
<td style="text-align:right;"><span data-sort-value="2999704000000000000♠" style="display:none"></span><span style="color:red">−2.96%</span>
</td>
<td data-sort-value="7008589740292723507" style="text-align:right;">227.7 sq mi
</td>
<td data-sort-value="7008589740292723507" style="text-align:right;">589.7 km<sup>2</sup>
</td>
<td data-sort-value="6997465677813418043" style="text-align:right;">12,061/sq mi
</td>
<td data-sort-value="6997465677813418043" style="text-align:right;">4,657/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.84_N_87.68_W_&title=Chicago"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°50′N</span> <span class="longitude">87°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.84°N 87.68°W</span><span style="display:none"> / <span class="geo">41.84; -87.68</span></span><span style="display:none"> (<span class="fn org">Chicago</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">4
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Houston" title="Houston">Houston</a></i>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">2,302,878
</td>
<td style="text-align:right;">2,304,580
</td>
<td style="text-align:right;"><span data-sort-value="3001300000000000000♠" style="display:none"></span><span style="color:red">−0.07%</span>
</td>
<td data-sort-value="7009165862838585917" style="text-align:right;">640.4 sq mi
</td>
<td data-sort-value="7009165862838585917" style="text-align:right;">1,658.6 km<sup>2</sup>
</td>
<td data-sort-value="6997138958166859426" style="text-align:right;">3,599/sq mi
</td>
<td data-sort-value="6997138958166859426" style="text-align:right;">1,390/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.79_N_95.39_W_&title=Houston"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°47′N</span> <span class="longitude">95°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.79°N 95.39°W</span><span style="display:none"> / <span class="geo">29.79; -95.39</span></span><span style="display:none"> (<span class="fn org">Houston</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">5
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Phoenix,_Arizona" title="Phoenix, Arizona">Phoenix</a></b></i>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">1,644,409
</td>
<td style="text-align:right;">1,608,139
</td>
<td style="text-align:right;"><span data-sort-value="7000225999999999999♠" style="display:none"></span><span style="color:green">+2.26%</span>
</td>
<td data-sort-value="7009134161384115404" style="text-align:right;">518.0 sq mi
</td>
<td data-sort-value="7009134161384115404" style="text-align:right;">1,341.6 km<sup>2</sup>
</td>
<td data-sort-value="6997119884720227429" style="text-align:right;">3,105/sq mi
</td>
<td data-sort-value="6997119884720227429" style="text-align:right;">1,199/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.57_N_112.09_W_&title=Phoenix"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°34′N</span> <span class="longitude">112°05′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.57°N 112.09°W</span><span style="display:none"> / <span class="geo">33.57; -112.09</span></span><span style="display:none"> (<span class="fn org">Phoenix</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">6
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Philadelphia" title="Philadelphia">Philadelphia</a></i><sup class="reference" id="cite_ref-7"><a href="#cite_note-7">[e]</a></sup>
</td>
<td align="left"><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td style="text-align:right;">1,567,258
</td>
<td style="text-align:right;">1,603,797
</td>
<td style="text-align:right;"><span data-sort-value="2999772000000000000♠" style="display:none"></span><span style="color:red">−2.28%</span>
</td>
<td data-sort-value="7008348094402029158" style="text-align:right;">134.4 sq mi
</td>
<td data-sort-value="7008348094402029158" style="text-align:right;">348.1 km<sup>2</sup>
</td>
<td data-sort-value="6997460735705788700" style="text-align:right;">11,933/sq mi
</td>
<td data-sort-value="6997460735705788700" style="text-align:right;">4,607/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.01_N_75.13_W_&title=Philadelphia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°01′N</span> <span class="longitude">75°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.01°N 75.13°W</span><span style="display:none"> / <span class="geo">40.01; -75.13</span></span><span style="display:none"> (<span class="fn org">Philadelphia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">7
</th>
<td align="left"><a href="/wiki/San_Antonio" title="San Antonio">San Antonio</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">1,472,909
</td>
<td style="text-align:right;">1,434,625
</td>
<td style="text-align:right;"><span data-sort-value="7000267000000000000♠" style="display:none"></span><span style="color:green">+2.67%</span>
</td>
<td data-sort-value="7009129188606943559" style="text-align:right;">498.8 sq mi
</td>
<td data-sort-value="7009129188606943559" style="text-align:right;">1,291.9 km<sup>2</sup>
</td>
<td data-sort-value="6997111042980796807" style="text-align:right;">2,876/sq mi
</td>
<td data-sort-value="6997111042980796807" style="text-align:right;">1,110/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.46_N_98.52_W_&title=San+Antonio"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°28′N</span> <span class="longitude">98°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.46°N 98.52°W</span><span style="display:none"> / <span class="geo">29.46; -98.52</span></span><span style="display:none"> (<span class="fn org">San Antonio</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">8
</th>
<td align="left"><a href="/wiki/San_Diego" title="San Diego">San Diego</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">1,381,162
</td>
<td style="text-align:right;">1,386,932
</td>
<td style="text-align:right;"><span data-sort-value="3000580000000000000♠" style="display:none"></span><span style="color:red">−0.42%</span>
</td>
<td data-sort-value="7008844077125158502" style="text-align:right;">325.9 sq mi
</td>
<td data-sort-value="7008844077125158502" style="text-align:right;">844.1 km<sup>2</sup>
</td>
<td data-sort-value="6997164325078675664" style="text-align:right;">4,256/sq mi
</td>
<td data-sort-value="6997164325078675664" style="text-align:right;">1,643/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.81_N_117.14_W_&title=San+Diego"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°49′N</span> <span class="longitude">117°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.81°N 117.14°W</span><span style="display:none"> / <span class="geo">32.81; -117.14</span></span><span style="display:none"> (<span class="fn org">San Diego</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">9
</th>
<td align="left"><a href="/wiki/Dallas" title="Dallas">Dallas</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">1,299,544
</td>
<td style="text-align:right;">1,304,379
</td>
<td style="text-align:right;"><span data-sort-value="3000630000000000000♠" style="display:none"></span><span style="color:red">−0.37%</span>
</td>
<td data-sort-value="7008879559962270105" style="text-align:right;">339.6 sq mi
</td>
<td data-sort-value="7008879559962270105" style="text-align:right;">879.6 km<sup>2</sup>
</td>
<td data-sort-value="6997148301839096153" style="text-align:right;">3,841/sq mi
</td>
<td data-sort-value="6997148301839096153" style="text-align:right;">1,483/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.79_N_96.77_W_&title=Dallas"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°47′N</span> <span class="longitude">96°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.79°N 96.77°W</span><span style="display:none"> / <span class="geo">32.79; -96.77</span></span><span style="display:none"> (<span class="fn org">Dallas</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">10
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Austin,_Texas" title="Austin, Texas">Austin</a></b>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">974,447
</td>
<td style="text-align:right;">961,855
</td>
<td style="text-align:right;"><span data-sort-value="7000131000000000000♠" style="display:none"></span><span style="color:green">+1.31%</span>
</td>
<td data-sort-value="7008828537196496486" style="text-align:right;">319.9 sq mi
</td>
<td data-sort-value="7008828537196496486" style="text-align:right;">828.5 km<sup>2</sup>
</td>
<td data-sort-value="6997116100919073713" style="text-align:right;">3,007/sq mi
</td>
<td data-sort-value="6997116100919073713" style="text-align:right;">1,161/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.30_N_97.75_W_&title=Austin"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°18′N</span> <span class="longitude">97°45′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.30°N 97.75°W</span><span style="display:none"> / <span class="geo">30.30; -97.75</span></span><span style="display:none"> (<span class="fn org">Austin</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">11
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Jacksonville,_Florida" title="Jacksonville, Florida">Jacksonville</a></i><sup class="reference" id="cite_ref-8"><a href="#cite_note-8">[f]</a></sup>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">971,319
</td>
<td style="text-align:right;">949,611
</td>
<td style="text-align:right;"><span data-sort-value="7000229000000000000♠" style="display:none"></span><span style="color:green">+2.29%</span>
</td>
<td data-sort-value="7009193549811485409" style="text-align:right;">747.3 sq mi
</td>
<td data-sort-value="7009193549811485409" style="text-align:right;">1,935.5 km<sup>2</sup>
</td>
<td data-sort-value="6996490735843507448" style="text-align:right;">1,271/sq mi
</td>
<td data-sort-value="6996490735843507448" style="text-align:right;">491/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.34_N_81.66_W_&title=Jacksonville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°20′N</span> <span class="longitude">81°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.34°N 81.66°W</span><span style="display:none"> / <span class="geo">30.34; -81.66</span></span><span style="display:none"> (<span class="fn org">Jacksonville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">12
</th>
<td align="left"><a href="/wiki/San_Jose,_California" title="San Jose, California">San Jose</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">971,233
</td>
<td style="text-align:right;">1,013,240
</td>
<td style="text-align:right;"><span data-sort-value="2999585000000000000♠" style="display:none"></span><span style="color:red">−4.15%</span>
</td>
<td data-sort-value="7008461794880072908" style="text-align:right;">178.3 sq mi
</td>
<td data-sort-value="7008461794880072908" style="text-align:right;">461.8 km<sup>2</sup>
</td>
<td data-sort-value="6997219421856699671" style="text-align:right;">5,683/sq mi
</td>
<td data-sort-value="6997219421856699671" style="text-align:right;">2,194/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.30_N_121.81_W_&title=San+Jose"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°18′N</span> <span class="longitude">121°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.30°N 121.81°W</span><span style="display:none"> / <span class="geo">37.30; -121.81</span></span><span style="display:none"> (<span class="fn org">San Jose</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">13
</th>
<td align="left"><a href="/wiki/Fort_Worth,_Texas" title="Fort Worth, Texas">Fort Worth</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">956,709
</td>
<td style="text-align:right;">918,915
</td>
<td style="text-align:right;"><span data-sort-value="7000411000000000000♠" style="display:none"></span><span style="color:green">+4.11%</span>
</td>
<td data-sort-value="7008899502870719692" style="text-align:right;">347.3 sq mi
</td>
<td data-sort-value="7008899502870719692" style="text-align:right;">899.5 km<sup>2</sup>
</td>
<td data-sort-value="6997102162631150331" style="text-align:right;">2,646/sq mi
</td>
<td data-sort-value="6997102162631150331" style="text-align:right;">1,022/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.78_N_97.35_W_&title=Fort+Worth"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°47′N</span> <span class="longitude">97°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.78°N 97.35°W</span><span style="display:none"> / <span class="geo">32.78; -97.35</span></span><span style="display:none"> (<span class="fn org">Fort Worth</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">14
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Columbus,_Ohio" title="Columbus, Ohio">Columbus</a></b></i>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">907,971
</td>
<td style="text-align:right;">905,748
</td>
<td style="text-align:right;"><span data-sort-value="6999250000000000000♠" style="display:none"></span><span style="color:green">+0.25%</span>
</td>
<td data-sort-value="7008569797384273920" style="text-align:right;">220.0 sq mi
</td>
<td data-sort-value="7008569797384273920" style="text-align:right;">569.8 km<sup>2</sup>
</td>
<td data-sort-value="6997158958258671924" style="text-align:right;">4,117/sq mi
</td>
<td data-sort-value="6997158958258671924" style="text-align:right;">1,590/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.99_N_82.99_W_&title=Columbus"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°59′N</span> <span class="longitude">82°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.99°N 82.99°W</span><span style="display:none"> / <span class="geo">39.99; -82.99</span></span><span style="display:none"> (<span class="fn org">Columbus</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">15
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Charlotte,_North_Carolina" title="Charlotte, North Carolina">Charlotte</a></i>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">897,720
</td>
<td style="text-align:right;">874,579
</td>
<td style="text-align:right;"><span data-sort-value="7000265000000000000♠" style="display:none"></span><span style="color:green">+2.65%</span>
</td>
<td data-sort-value="7008798493334416588" style="text-align:right;">308.3 sq mi
</td>
<td data-sort-value="7008798493334416588" style="text-align:right;">798.5 km<sup>2</sup>
</td>
<td data-sort-value="6997109537182378491" style="text-align:right;">2,837/sq mi
</td>
<td data-sort-value="6997109537182378491" style="text-align:right;">1,095/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.21_N_80.83_W_&title=Charlotte"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°13′N</span> <span class="longitude">80°50′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.21°N 80.83°W</span><span style="display:none"> / <span class="geo">35.21; -80.83</span></span><span style="display:none"> (<span class="fn org">Charlotte</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">16
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Indianapolis" title="Indianapolis">Indianapolis</a></b></i><sup class="reference" id="cite_ref-9"><a href="#cite_note-9">[g]</a></sup>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">880,621
</td>
<td style="text-align:right;">887,642
</td>
<td style="text-align:right;"><span data-sort-value="3000209999999999999♠" style="display:none"></span><span style="color:red">−0.79%</span>
</td>
<td data-sort-value="7008936539700697497" style="text-align:right;">361.6 sq mi
</td>
<td data-sort-value="7008936539700697497" style="text-align:right;">936.5 km<sup>2</sup>
</td>
<td data-sort-value="6996947880799221704" style="text-align:right;">2,455/sq mi
</td>
<td data-sort-value="6996947880799221704" style="text-align:right;">948/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.78_N_86.15_W_&title=Indianapolis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°47′N</span> <span class="longitude">86°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.78°N 86.15°W</span><span style="display:none"> / <span class="geo">39.78; -86.15</span></span><span style="display:none"> (<span class="fn org">Indianapolis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">17
</th>
<td align="left"><a href="/wiki/San_Francisco" title="San Francisco">San Francisco</a><sup class="reference" id="cite_ref-10"><a href="#cite_note-10">[h]</a></sup>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">808,437
</td>
<td style="text-align:right;">873,965
</td>
<td style="text-align:right;"><span data-sort-value="2999250000000000000♠" style="display:none"></span><span style="color:red">−7.50%</span>
</td>
<td data-sort-value="7008121470442374758" style="text-align:right;">46.9 sq mi
</td>
<td data-sort-value="7008121470442374758" style="text-align:right;">121.5 km<sup>2</sup>
</td>
<td data-sort-value="6997719501372443847" style="text-align:right;">18,635/sq mi
</td>
<td data-sort-value="6997719501372443847" style="text-align:right;">7,195/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.73_N_123.03_W_&title=San+Francisco"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°44′N</span> <span class="longitude">123°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.73°N 123.03°W</span><span style="display:none"> / <span class="geo">37.73; -123.03</span></span><span style="display:none"> (<span class="fn org">San Francisco</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">18
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Seattle" title="Seattle">Seattle</a></i>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">749,256
</td>
<td style="text-align:right;">737,015
</td>
<td style="text-align:right;"><span data-sort-value="7000166000000000000♠" style="display:none"></span><span style="color:green">+1.66%</span>
</td>
<td data-sort-value="7008217041003646156" style="text-align:right;">83.8 sq mi
</td>
<td data-sort-value="7008217041003646156" style="text-align:right;">217.0 km<sup>2</sup>
</td>
<td data-sort-value="6997339576848438081" style="text-align:right;">8,795/sq mi
</td>
<td data-sort-value="6997339576848438081" style="text-align:right;">3,396/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.62_N_122.35_W_&title=Seattle"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°37′N</span> <span class="longitude">122°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.62°N 122.35°W</span><span style="display:none"> / <span class="geo">47.62; -122.35</span></span><span style="display:none"> (<span class="fn org">Seattle</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">19
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Denver" title="Denver">Denver</a></b></i><sup class="reference" id="cite_ref-11"><a href="#cite_note-11">[i]</a></sup>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">713,252
</td>
<td style="text-align:right;">715,522
</td>
<td style="text-align:right;"><span data-sort-value="3000680000000000000♠" style="display:none"></span><span style="color:red">−0.32%</span>
</td>
<td data-sort-value="7008396527179692441" style="text-align:right;">153.1 sq mi
</td>
<td data-sort-value="7008396527179692441" style="text-align:right;">396.5 km<sup>2</sup>
</td>
<td data-sort-value="6997180464148902739" style="text-align:right;">4,674/sq mi
</td>
<td data-sort-value="6997180464148902739" style="text-align:right;">1,805/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.76_N_104.88_W_&title=Denver"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°46′N</span> <span class="longitude">104°53′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.76°N 104.88°W</span><span style="display:none"> / <span class="geo">39.76; -104.88</span></span><span style="display:none"> (<span class="fn org">Denver</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">20
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Oklahoma_City" title="Oklahoma City">Oklahoma City</a></b></i>
</td>
<td align="left"><a href="/wiki/Oklahoma" title="Oklahoma">Oklahoma</a>
</td>
<td style="text-align:right;">694,800
</td>
<td style="text-align:right;">681,054
</td>
<td style="text-align:right;"><span data-sort-value="7000202000000000000♠" style="display:none"></span><span style="color:green">+2.02%</span>
</td>
<td data-sort-value="7009157005079248568" style="text-align:right;">606.2 sq mi
</td>
<td data-sort-value="7009157005079248568" style="text-align:right;">1,570.1 km<sup>2</sup>
</td>
<td data-sort-value="6996433592724043166" style="text-align:right;">1,123/sq mi
</td>
<td data-sort-value="6996433592724043166" style="text-align:right;">434/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.47_N_97.51_W_&title=Oklahoma+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°28′N</span> <span class="longitude">97°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.47°N 97.51°W</span><span style="display:none"> / <span class="geo">35.47; -97.51</span></span><span style="display:none"> (<span class="fn org">Oklahoma City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">21
</th>
<td style="text-align:left;background-color:#ccff99"><b><a href="/wiki/Nashville,_Tennessee" title="Nashville, Tennessee"><i>Nashville</i></a></b><sup class="reference" id="cite_ref-12"><a href="#cite_note-12">[j]</a></sup>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">683,622
</td>
<td style="text-align:right;">689,447
</td>
<td style="text-align:right;"><span data-sort-value="3000160000000000000♠" style="display:none"></span><span style="color:red">−0.84%</span>
</td>
<td data-sort-value="7009123231634289786" style="text-align:right;">475.8 sq mi
</td>
<td data-sort-value="7009123231634289786" style="text-align:right;">1,232.3 km<sup>2</sup>
</td>
<td data-sort-value="6996559462027728003" style="text-align:right;">1,449/sq mi
</td>
<td data-sort-value="6996559462027728003" style="text-align:right;">559/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.17_N_86.79_W_&title=Nashville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°10′N</span> <span class="longitude">86°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.17°N 86.79°W</span><span style="display:none"> / <span class="geo">36.17; -86.79</span></span><span style="display:none"> (<span class="fn org">Nashville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">22
</th>
<td align="left"><a href="/wiki/El_Paso,_Texas" title="El Paso, Texas">El Paso</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">677,456
</td>
<td style="text-align:right;">678,815
</td>
<td style="text-align:right;"><span data-sort-value="3000800000000000000♠" style="display:none"></span><span style="color:red">−0.20%</span>
</td>
<td data-sort-value="7008669252927710822" style="text-align:right;">258.4 sq mi
</td>
<td data-sort-value="7008669252927710822" style="text-align:right;">669.3 km<sup>2</sup>
</td>
<td data-sort-value="6997101429037049100" style="text-align:right;">2,627/sq mi
</td>
<td data-sort-value="6997101429037049100" style="text-align:right;">1,014/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=31.85_N_106.43_W_&title=El+Paso"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">31°51′N</span> <span class="longitude">106°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">31.85°N 106.43°W</span><span style="display:none"> / <span class="geo">31.85; -106.43</span></span><span style="display:none"> (<span class="fn org">El Paso</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">23
</th>
<td style="text-align:left;background-color:#ff9999"><i><b><a href="/wiki/Washington,_D.C." title="Washington, D.C.">Washington</a></b></i><sup class="reference" id="cite_ref-13"><a href="#cite_note-13">[k]</a></sup>
</td>
<td align="left"><a class="mw-redirect" href="/wiki/District_of_Columbia" title="District of Columbia">District of Columbia</a>
</td>
<td style="text-align:right;">671,803
</td>
<td style="text-align:right;">689,545
</td>
<td style="text-align:right;"><span data-sort-value="2999743000000000000♠" style="display:none"></span><span style="color:red">−2.57%</span>
</td>
<td data-sort-value="7008158248273541529" style="text-align:right;">61.1 sq mi
</td>
<td data-sort-value="7008158248273541529" style="text-align:right;">158.2 km<sup>2</sup>
</td>
<td data-sort-value="6997435754896131004" style="text-align:right;">11,286/sq mi
</td>
<td data-sort-value="6997435754896131004" style="text-align:right;">4,358/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.90_N_77.02_W_&title=Washington%2C+D.C."><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°54′N</span> <span class="longitude">77°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.90°N 77.02°W</span><span style="display:none"> / <span class="geo">38.90; -77.02</span></span><span style="display:none"> (<span class="fn org">Washington, D.C.</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">24
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Las_Vegas" title="Las Vegas">Las Vegas</a></i>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">656,274
</td>
<td style="text-align:right;">641,903
</td>
<td style="text-align:right;"><span data-sort-value="7000224000000000000♠" style="display:none"></span><span style="color:green">+2.24%</span>
</td>
<td data-sort-value="7008367260314045644" style="text-align:right;">141.8 sq mi
</td>
<td data-sort-value="7008367260314045644" style="text-align:right;">367.3 km<sup>2</sup>
</td>
<td data-sort-value="6997174788447172165" style="text-align:right;">4,527/sq mi
</td>
<td data-sort-value="6997174788447172165" style="text-align:right;">1,748/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.23_N_115.26_W_&title=Las+Vegas"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°14′N</span> <span class="longitude">115°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.23°N 115.26°W</span><span style="display:none"> / <span class="geo">36.23; -115.26</span></span><span style="display:none"> (<span class="fn org">Las Vegas</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">25
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Boston" title="Boston">Boston</a></b></i>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">650,706
</td>
<td style="text-align:right;">675,647
</td>
<td style="text-align:right;"><span data-sort-value="2999631000000000000♠" style="display:none"></span><span style="color:red">−3.69%</span>
</td>
<td data-sort-value="7008125096425729228" style="text-align:right;">48.3 sq mi
</td>
<td data-sort-value="7008125096425729228" style="text-align:right;">125.1 km<sup>2</sup>
</td>
<td data-sort-value="6997540118309585027" style="text-align:right;">13,989/sq mi
</td>
<td data-sort-value="6997540118309585027" style="text-align:right;">5,401/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.34_N_71.02_W_&title=Boston"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°20′N</span> <span class="longitude">71°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.34°N 71.02°W</span><span style="display:none"> / <span class="geo">42.34; -71.02</span></span><span style="display:none"> (<span class="fn org">Boston</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">26
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Portland,_Oregon" title="Portland, Oregon">Portland</a></i>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">635,067
</td>
<td style="text-align:right;">652,503
</td>
<td style="text-align:right;"><span data-sort-value="2999733000000000000♠" style="display:none"></span><span style="color:red">−2.67%</span>
</td>
<td data-sort-value="7008345763412729856" style="text-align:right;">133.5 sq mi
</td>
<td data-sort-value="7008345763412729856" style="text-align:right;">345.8 km<sup>2</sup>
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">4,888/sq mi
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">1,887/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.54_N_122.65_W_&title=Portland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°32′N</span> <span class="longitude">122°39′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.54°N 122.65°W</span><span style="display:none"> / <span class="geo">45.54; -122.65</span></span><span style="display:none"> (<span class="fn org">Portland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">27
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Louisville,_Kentucky" title="Louisville, Kentucky">Louisville</a></i><sup class="reference" id="cite_ref-14"><a href="#cite_note-14">[l]</a></sup>
</td>
<td align="left"><a href="/wiki/Kentucky" title="Kentucky">Kentucky</a>
</td>
<td style="text-align:right;">624,444
</td>
<td style="text-align:right;">633,045
</td>
<td style="text-align:right;"><span data-sort-value="2999864000000000000♠" style="display:none"></span><span style="color:red">−1.36%</span>
</td>
<td data-sort-value="7008841487137048166" style="text-align:right;">324.9 sq mi
</td>
<td data-sort-value="7008841487137048166" style="text-align:right;">841.5 km<sup>2</sup>
</td>
<td data-sort-value="6996752127004840684" style="text-align:right;">1,948/sq mi
</td>
<td data-sort-value="6996752127004840684" style="text-align:right;">752/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.17_N_85.65_W_&title=Louisville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°10′N</span> <span class="longitude">85°39′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.17°N 85.65°W</span><span style="display:none"> / <span class="geo">38.17; -85.65</span></span><span style="display:none"> (<span class="fn org">Louisville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">28
</th>
<td align="left"><a href="/wiki/Memphis,_Tennessee" title="Memphis, Tennessee">Memphis</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">621,056
</td>
<td style="text-align:right;">633,104
</td>
<td style="text-align:right;"><span data-sort-value="2999810000000000000♠" style="display:none"></span><span style="color:red">−1.90%</span>
</td>
<td data-sort-value="7008769226468769792" style="text-align:right;">297.0 sq mi
</td>
<td data-sort-value="7008769226468769792" style="text-align:right;">769.2 km<sup>2</sup>
</td>
<td data-sort-value="6996823169802012494" style="text-align:right;">2,132/sq mi
</td>
<td data-sort-value="6996823169802012494" style="text-align:right;">823/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.11_N_89.97_W_&title=Memphis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°07′N</span> <span class="longitude">89°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.11°N 89.97°W</span><span style="display:none"> / <span class="geo">35.11; -89.97</span></span><span style="display:none"> (<span class="fn org">Memphis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">29
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Detroit" title="Detroit">Detroit</a></i>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">620,376
</td>
<td style="text-align:right;">639,111
</td>
<td style="text-align:right;"><span data-sort-value="2999707000000000000♠" style="display:none"></span><span style="color:red">−2.93%</span>
</td>
<td data-sort-value="7008359231350903603" style="text-align:right;">138.7 sq mi
</td>
<td data-sort-value="7008359231350903603" style="text-align:right;">359.2 km<sup>2</sup>
</td>
<td data-sort-value="6997177915874656359" style="text-align:right;">4,608/sq mi
</td>
<td data-sort-value="6997177915874656359" style="text-align:right;">1,779/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.38_N_83.10_W_&title=Detroit"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°23′N</span> <span class="longitude">83°06′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.38°N 83.10°W</span><span style="display:none"> / <span class="geo">42.38; -83.10</span></span><span style="display:none"> (<span class="fn org">Detroit</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">30
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Baltimore" title="Baltimore">Baltimore</a></i><sup class="reference" id="cite_ref-IndependentCity_15-0"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Maryland" title="Maryland">Maryland</a>
</td>
<td style="text-align:right;">569,931
</td>
<td style="text-align:right;">585,708
</td>
<td style="text-align:right;"><span data-sort-value="2999731000000000000♠" style="display:none"></span><span style="color:red">−2.69%</span>
</td>
<td data-sort-value="7008209530038126182" style="text-align:right;">80.9 sq mi
</td>
<td data-sort-value="7008209530038126182" style="text-align:right;">209.5 km<sup>2</sup>
</td>
<td data-sort-value="6997279537962784730" style="text-align:right;">7,240/sq mi
</td>
<td data-sort-value="6997279537962784730" style="text-align:right;">2,800/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.30_N_76.61_W_&title=Baltimore"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°18′N</span> <span class="longitude">76°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.30°N 76.61°W</span><span style="display:none"> / <span class="geo">39.30; -76.61</span></span><span style="display:none"> (<span class="fn org">Baltimore</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">31
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Milwaukee" title="Milwaukee">Milwaukee</a></i>
</td>
<td align="left"><a href="/wiki/Wisconsin" title="Wisconsin">Wisconsin</a>
</td>
<td style="text-align:right;">563,305
</td>
<td style="text-align:right;">577,222
</td>
<td style="text-align:right;"><span data-sort-value="2999759000000000000♠" style="display:none"></span><span style="color:red">−2.41%</span>
</td>
<td data-sort-value="7008249156856214323" style="text-align:right;">96.2 sq mi
</td>
<td data-sort-value="7008249156856214323" style="text-align:right;">249.2 km<sup>2</sup>
</td>
<td data-sort-value="6997231661295125467" style="text-align:right;">6,000/sq mi
</td>
<td data-sort-value="6997231661295125467" style="text-align:right;">2,300/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.06_N_87.97_W_&title=Milwaukee"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°04′N</span> <span class="longitude">87°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.06°N 87.97°W</span><span style="display:none"> / <span class="geo">43.06; -87.97</span></span><span style="display:none"> (<span class="fn org">Milwaukee</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">32
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Albuquerque,_New_Mexico" title="Albuquerque, New Mexico">Albuquerque</a></i>
</td>
<td align="left"><a href="/wiki/New_Mexico" title="New Mexico">New Mexico</a>
</td>
<td style="text-align:right;">561,008
</td>
<td style="text-align:right;">564,559
</td>
<td style="text-align:right;"><span data-sort-value="3000370000000000000♠" style="display:none"></span><span style="color:red">−0.63%</span>
</td>
<td data-sort-value="7008485104773065932" style="text-align:right;">187.3 sq mi
</td>
<td data-sort-value="7008485104773065932" style="text-align:right;">485.1 km<sup>2</sup>
</td>
<td data-sort-value="6997116371190584693" style="text-align:right;">3,014/sq mi
</td>
<td data-sort-value="6997116371190584693" style="text-align:right;">1,164/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.10_N_106.65_W_&title=Albuquerque"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°06′N</span> <span class="longitude">106°39′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.10°N 106.65°W</span><span style="display:none"> / <span class="geo">35.10; -106.65</span></span><span style="display:none"> (<span class="fn org">Albuquerque</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">33
</th>
<td align="left"><a href="/wiki/Tucson,_Arizona" title="Tucson, Arizona">Tucson</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">546,574
</td>
<td style="text-align:right;">542,629
</td>
<td style="text-align:right;"><span data-sort-value="6999730000000000000♠" style="display:none"></span><span style="color:green">+0.73%</span>
</td>
<td data-sort-value="7008624187134590976" style="text-align:right;">241.0 sq mi
</td>
<td data-sort-value="7008624187134590976" style="text-align:right;">624.2 km<sup>2</sup>
</td>
<td data-sort-value="6996869502061037587" style="text-align:right;">2,252/sq mi
</td>
<td data-sort-value="6996869502061037587" style="text-align:right;">870/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.15_N_110.87_W_&title=Tucson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°09′N</span> <span class="longitude">110°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.15°N 110.87°W</span><span style="display:none"> / <span class="geo">32.15; -110.87</span></span><span style="display:none"> (<span class="fn org">Tucson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">34
</th>
<td align="left"><a href="/wiki/Fresno,_California" title="Fresno, California">Fresno</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">545,567
</td>
<td style="text-align:right;">542,107
</td>
<td style="text-align:right;"><span data-sort-value="6999640000000000000♠" style="display:none"></span><span style="color:green">+0.64%</span>
</td>
<td data-sort-value="7008298366630310707" style="text-align:right;">115.2 sq mi
</td>
<td data-sort-value="7008298366630310707" style="text-align:right;">298.4 km<sup>2</sup>
</td>
<td data-sort-value="6997181699675810075" style="text-align:right;">4,706/sq mi
</td>
<td data-sort-value="6997181699675810075" style="text-align:right;">1,817/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.78_N_119.79_W_&title=Fresno"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°47′N</span> <span class="longitude">119°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.78°N 119.79°W</span><span style="display:none"> / <span class="geo">36.78; -119.79</span></span><span style="display:none"> (<span class="fn org">Fresno</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">35
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Sacramento,_California" title="Sacramento, California">Sacramento</a></b>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">528,001
</td>
<td style="text-align:right;">524,943
</td>
<td style="text-align:right;"><span data-sort-value="6999580000000000000♠" style="display:none"></span><span style="color:green">+0.58%</span>
</td>
<td data-sort-value="7008255372827679129" style="text-align:right;">98.6 sq mi
</td>
<td data-sort-value="7008255372827679129" style="text-align:right;">255.4 km<sup>2</sup>
</td>
<td data-sort-value="6997205560789207998" style="text-align:right;">5,324/sq mi
</td>
<td data-sort-value="6997205560789207998" style="text-align:right;">2,056/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.57_N_121.47_W_&title=Sacramento"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°34′N</span> <span class="longitude">121°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.57°N 121.47°W</span><span style="display:none"> / <span class="geo">38.57; -121.47</span></span><span style="display:none"> (<span class="fn org">Sacramento</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">36
</th>
<td align="left"><a href="/wiki/Mesa,_Arizona" title="Mesa, Arizona">Mesa</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">512,498
</td>
<td style="text-align:right;">504,258
</td>
<td style="text-align:right;"><span data-sort-value="7000163000000000000♠" style="display:none"></span><span style="color:green">+1.63%</span>
</td>
<td data-sort-value="7008359231350903603" style="text-align:right;">138.7 sq mi
</td>
<td data-sort-value="7008359231350903603" style="text-align:right;">359.2 km<sup>2</sup>
</td>
<td data-sort-value="6997140386744846033" style="text-align:right;">3,636/sq mi
</td>
<td data-sort-value="6997140386744846033" style="text-align:right;">1,404/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.40_N_111.72_W_&title=Mesa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°24′N</span> <span class="longitude">111°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.40°N 111.72°W</span><span style="display:none"> / <span class="geo">33.40; -111.72</span></span><span style="display:none"> (<span class="fn org">Mesa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">37
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Kansas_City,_Missouri" title="Kansas City, Missouri">Kansas City</a></i>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">509,297
</td>
<td style="text-align:right;">508,090
</td>
<td style="text-align:right;"><span data-sort-value="6999240000000000000♠" style="display:none"></span><span style="color:green">+0.24%</span>
</td>
<td data-sort-value="7008815069258322739" style="text-align:right;">314.7 sq mi
</td>
<td data-sort-value="7008815069258322739" style="text-align:right;">815.1 km<sup>2</sup>
</td>
<td data-sort-value="6996623554986046050" style="text-align:right;">1,615/sq mi
</td>
<td data-sort-value="6996623554986046050" style="text-align:right;">624/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.12_N_94.56_W_&title=Kansas+City%2C+MO"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°07′N</span> <span class="longitude">94°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.12°N 94.56°W</span><span style="display:none"> / <span class="geo">39.12; -94.56</span></span><span style="display:none"> (<span class="fn org">Kansas City, MO</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">38
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Atlanta" title="Atlanta">Atlanta</a></b></i>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">499,127
</td>
<td style="text-align:right;">498,715
</td>
<td style="text-align:right;"><span data-sort-value="6998800000000000000♠" style="display:none"></span><span style="color:green">+0.08%</span>
</td>
<td data-sort-value="7008350425391328460" style="text-align:right;">135.3 sq mi
</td>
<td data-sort-value="7008350425391328460" style="text-align:right;">350.4 km<sup>2</sup>
</td>
<td data-sort-value="6997142317255638745" style="text-align:right;">3,686/sq mi
</td>
<td data-sort-value="6997142317255638745" style="text-align:right;">1,423/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.76_N_84.42_W_&title=Atlanta"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°46′N</span> <span class="longitude">84°25′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.76°N 84.42°W</span><span style="display:none"> / <span class="geo">33.76; -84.42</span></span><span style="display:none"> (<span class="fn org">Atlanta</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">39
</th>
<td align="left"><a href="/wiki/Colorado_Springs,_Colorado" title="Colorado Springs, Colorado">Colorado Springs</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">486,248
</td>
<td style="text-align:right;">478,961
</td>
<td style="text-align:right;"><span data-sort-value="7000152000000000000♠" style="display:none"></span><span style="color:green">+1.52%</span>
</td>
<td data-sort-value="7008506083676759654" style="text-align:right;">195.4 sq mi
</td>
<td data-sort-value="7008506083676759654" style="text-align:right;">506.1 km<sup>2</sup>
</td>
<td data-sort-value="6996946336390587534" style="text-align:right;">2,451/sq mi
</td>
<td data-sort-value="6996946336390587534" style="text-align:right;">946/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.87_N_104.76_W_&title=Colorado+Springs"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°52′N</span> <span class="longitude">104°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.87°N 104.76°W</span><span style="display:none"> / <span class="geo">38.87; -104.76</span></span><span style="display:none"> (<span class="fn org">Colorado Springs</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">40
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Omaha,_Nebraska" title="Omaha, Nebraska">Omaha</a></i>
</td>
<td align="left"><a href="/wiki/Nebraska" title="Nebraska">Nebraska</a>
</td>
<td style="text-align:right;">485,153
</td>
<td style="text-align:right;">486,051
</td>
<td style="text-align:right;"><span data-sort-value="3000820000000000000♠" style="display:none"></span><span style="color:red">−0.18%</span>
</td>
<td data-sort-value="7008366742316423577" style="text-align:right;">141.6 sq mi
</td>
<td data-sort-value="7008366742316423577" style="text-align:right;">366.7 km<sup>2</sup>
</td>
<td data-sort-value="6997132548871027621" style="text-align:right;">3,433/sq mi
</td>
<td data-sort-value="6997132548871027621" style="text-align:right;">1,325/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.26_N_96.05_W_&title=Omaha"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°16′N</span> <span class="longitude">96°03′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.26°N 96.05°W</span><span style="display:none"> / <span class="geo">41.26; -96.05</span></span><span style="display:none"> (<span class="fn org">Omaha</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">41
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Raleigh,_North_Carolina" title="Raleigh, North Carolina">Raleigh</a></b>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">476,587
</td>
<td style="text-align:right;">467,665
</td>
<td style="text-align:right;"><span data-sort-value="7000191000000000000♠" style="display:none"></span><span style="color:green">+1.91%</span>
</td>
<td data-sort-value="7008380987251030425" style="text-align:right;">147.1 sq mi
</td>
<td data-sort-value="7008380987251030425" style="text-align:right;">381.0 km<sup>2</sup>
</td>
<td data-sort-value="6997122741876200643" style="text-align:right;">3,179/sq mi
</td>
<td data-sort-value="6997122741876200643" style="text-align:right;">1,227/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.83_N_78.64_W_&title=Raleigh"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°50′N</span> <span class="longitude">78°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.83°N 78.64°W</span><span style="display:none"> / <span class="geo">35.83; -78.64</span></span><span style="display:none"> (<span class="fn org">Raleigh</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">42
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Virginia_Beach,_Virginia" title="Virginia Beach, Virginia">Virginia Beach</a></i><sup class="reference" id="cite_ref-IndependentCity_15-1"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">455,618
</td>
<td style="text-align:right;">459,470
</td>
<td style="text-align:right;"><span data-sort-value="3000160000000000000♠" style="display:none"></span><span style="color:red">−0.84%</span>
</td>
<td data-sort-value="7008633770090599219" style="text-align:right;">244.7 sq mi
</td>
<td data-sort-value="7008633770090599219" style="text-align:right;">633.8 km<sup>2</sup>
</td>
<td data-sort-value="6996725099853742713" style="text-align:right;">1,878/sq mi
</td>
<td data-sort-value="6996725099853742713" style="text-align:right;">725/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.78_N_76.03_W_&title=Virginia+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°47′N</span> <span class="longitude">76°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.78°N 76.03°W</span><span style="display:none"> / <span class="geo">36.78; -76.03</span></span><span style="display:none"> (<span class="fn org">Virginia Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">43
</th>
<td align="left"><a href="/wiki/Long_Beach,_California" title="Long Beach, California">Long Beach</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">451,307
</td>
<td style="text-align:right;">466,742
</td>
<td style="text-align:right;"><span data-sort-value="2999669000000000000♠" style="display:none"></span><span style="color:red">−3.31%</span>
</td>
<td data-sort-value="7008131312397194035" style="text-align:right;">50.7 sq mi
</td>
<td data-sort-value="7008131312397194035" style="text-align:right;">131.3 km<sup>2</sup>
</td>
<td data-sort-value="6997355445647154175" style="text-align:right;">9,206/sq mi
</td>
<td data-sort-value="6997355445647154175" style="text-align:right;">3,554/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.78_N_118.17_W_&title=Long+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°47′N</span> <span class="longitude">118°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.78°N 118.17°W</span><span style="display:none"> / <span class="geo">33.78; -118.17</span></span><span style="display:none"> (<span class="fn org">Long Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">44
</th>
<td align="left"><a href="/wiki/Miami" title="Miami">Miami</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">449,514
</td>
<td style="text-align:right;">442,241
</td>
<td style="text-align:right;"><span data-sort-value="7000164000000000000♠" style="display:none"></span><span style="color:green">+1.64%</span>
</td>
<td data-sort-value="7007932395719720960" style="text-align:right;">36.0 sq mi
</td>
<td data-sort-value="7007932395719720960" style="text-align:right;">93.2 km<sup>2</sup>
</td>
<td data-sort-value="6997474287891553540" style="text-align:right;">12,284/sq mi
</td>
<td data-sort-value="6997474287891553540" style="text-align:right;">4,743/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=25.78_N_80.21_W_&title=Miami"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">25°47′N</span> <span class="longitude">80°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">25.78°N 80.21°W</span><span style="display:none"> / <span class="geo">25.78; -80.21</span></span><span style="display:none"> (<span class="fn org">Miami</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">45
</th>
<td align="left"><a href="/wiki/Oakland,_California" title="Oakland, California">Oakland</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">430,553
</td>
<td style="text-align:right;">440,646
</td>
<td style="text-align:right;"><span data-sort-value="2999771000000000000♠" style="display:none"></span><span style="color:red">−2.29%</span>
</td>
<td data-sort-value="7008144780335367782" style="text-align:right;">55.9 sq mi
</td>
<td data-sort-value="7008144780335367782" style="text-align:right;">144.8 km<sup>2</sup>
</td>
<td data-sort-value="6997304364331579010" style="text-align:right;">7,883/sq mi
</td>
<td data-sort-value="6997304364331579010" style="text-align:right;">3,044/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.77_N_122.23_W_&title=Oakland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°46′N</span> <span class="longitude">122°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.77°N 122.23°W</span><span style="display:none"> / <span class="geo">37.77; -122.23</span></span><span style="display:none"> (<span class="fn org">Oakland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">46
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Minneapolis" title="Minneapolis">Minneapolis</a></i>
</td>
<td align="left"><a href="/wiki/Minnesota" title="Minnesota">Minnesota</a>
</td>
<td style="text-align:right;">425,096
</td>
<td style="text-align:right;">429,954
</td>
<td style="text-align:right;"><span data-sort-value="2999887000000000000♠" style="display:none"></span><span style="color:red">−1.13%</span>
</td>
<td data-sort-value="7008139859357958144" style="text-align:right;">54.0 sq mi
</td>
<td data-sort-value="7008139859357958144" style="text-align:right;">139.9 km<sup>2</sup>
</td>
<td data-sort-value="6997307414538631495" style="text-align:right;">7,962/sq mi
</td>
<td data-sort-value="6997307414538631495" style="text-align:right;">3,074/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.96_N_93.27_W_&title=Minneapolis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°58′N</span> <span class="longitude">93°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.96°N 93.27°W</span><span style="display:none"> / <span class="geo">44.96; -93.27</span></span><span style="display:none"> (<span class="fn org">Minneapolis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">47
</th>
<td align="left"><a href="/wiki/Tulsa,_Oklahoma" title="Tulsa, Oklahoma">Tulsa</a>
</td>
<td align="left"><a href="/wiki/Oklahoma" title="Oklahoma">Oklahoma</a>
</td>
<td style="text-align:right;">411,867
</td>
<td style="text-align:right;">413,066
</td>
<td style="text-align:right;"><span data-sort-value="3000710000000000000♠" style="display:none"></span><span style="color:red">−0.29%</span>
</td>
<td data-sort-value="7008511522651791360" style="text-align:right;">197.5 sq mi
</td>
<td data-sort-value="7008511522651791360" style="text-align:right;">511.5 km<sup>2</sup>
</td>
<td data-sort-value="6996807339613512254" style="text-align:right;">2,091/sq mi
</td>
<td data-sort-value="6996807339613512254" style="text-align:right;">807/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.13_N_95.90_W_&title=Tulsa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°08′N</span> <span class="longitude">95°54′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.13°N 95.90°W</span><span style="display:none"> / <span class="geo">36.13; -95.90</span></span><span style="display:none"> (<span class="fn org">Tulsa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">48
</th>
<td align="left"><a href="/wiki/Bakersfield,_California" title="Bakersfield, California">Bakersfield</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">410,647
</td>
<td style="text-align:right;">403,455
</td>
<td style="text-align:right;"><span data-sort-value="7000178000000000000♠" style="display:none"></span><span style="color:green">+1.78%</span>
</td>
<td data-sort-value="7008387980218928332" style="text-align:right;">149.8 sq mi
</td>
<td data-sort-value="7008387980218928332" style="text-align:right;">388.0 km<sup>2</sup>
</td>
<td data-sort-value="6997103977311295480" style="text-align:right;">2,693/sq mi
</td>
<td data-sort-value="6997103977311295480" style="text-align:right;">1,040/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.35_N_119.04_W_&title=Bakersfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°21′N</span> <span class="longitude">119°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.35°N 119.04°W</span><span style="display:none"> / <span class="geo">35.35; -119.04</span></span><span style="display:none"> (<span class="fn org">Bakersfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">49
</th>
<td align="left"><a href="/wiki/Tampa,_Florida" title="Tampa, Florida">Tampa</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">398,173
</td>
<td style="text-align:right;">384,959
</td>
<td style="text-align:right;"><span data-sort-value="7000343000000000000♠" style="display:none"></span><span style="color:green">+3.43%</span>
</td>
<td data-sort-value="7008295258644578304" style="text-align:right;">114.0 sq mi
</td>
<td data-sort-value="7008295258644578304" style="text-align:right;">295.3 km<sup>2</sup>
</td>
<td data-sort-value="6997130386698939783" style="text-align:right;">3,377/sq mi
</td>
<td data-sort-value="6997130386698939783" style="text-align:right;">1,304/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.97_N_82.47_W_&title=Tampa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°58′N</span> <span class="longitude">82°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.97°N 82.47°W</span><span style="display:none"> / <span class="geo">27.97; -82.47</span></span><span style="display:none"> (<span class="fn org">Tampa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">50
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Wichita,_Kansas" title="Wichita, Kansas">Wichita</a></i>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">396,192
</td>
<td style="text-align:right;">397,532
</td>
<td style="text-align:right;"><span data-sort-value="3000659999999999999♠" style="display:none"></span><span style="color:red">−0.34%</span>
</td>
<td data-sort-value="7008419578073874432" style="text-align:right;">162.0 sq mi
</td>
<td data-sort-value="7008419578073874432" style="text-align:right;">419.6 km<sup>2</sup>
</td>
<td data-sort-value="6996947494697063162" style="text-align:right;">2,454/sq mi
</td>
<td data-sort-value="6996947494697063162" style="text-align:right;">947/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.69_N_97.35_W_&title=Wichita"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°41′N</span> <span class="longitude">97°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.69°N 97.35°W</span><span style="display:none"> / <span class="geo">37.69; -97.35</span></span><span style="display:none"> (<span class="fn org">Wichita</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">51
</th>
<td align="left"><a href="/wiki/Arlington,_Texas" title="Arlington, Texas">Arlington</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">394,602
</td>
<td style="text-align:right;">394,266
</td>
<td style="text-align:right;"><span data-sort-value="6998900000000000000♠" style="display:none"></span><span style="color:green">+0.09%</span>
</td>
<td data-sort-value="7008248379859781222" style="text-align:right;">95.9 sq mi
</td>
<td data-sort-value="7008248379859781222" style="text-align:right;">248.4 km<sup>2</sup>
</td>
<td data-sort-value="6997158726597376799" style="text-align:right;">4,111/sq mi
</td>
<td data-sort-value="6997158726597376799" style="text-align:right;">1,587/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.70_N_97.12_W_&title=Arlington"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°42′N</span> <span class="longitude">97°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.70°N 97.12°W</span><span style="display:none"> / <span class="geo">32.70; -97.12</span></span><span style="display:none"> (<span class="fn org">Arlington</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">52
</th>
<td align="left"><a href="/wiki/Aurora,_Colorado" title="Aurora, Colorado">Aurora</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">393,537
</td>
<td style="text-align:right;">386,261
</td>
<td style="text-align:right;"><span data-sort-value="7000188000000000000♠" style="display:none"></span><span style="color:green">+1.88%</span>
</td>
<td data-sort-value="7008414657096464793" style="text-align:right;">160.1 sq mi
</td>
<td data-sort-value="7008414657096464793" style="text-align:right;">414.7 km<sup>2</sup>
</td>
<td data-sort-value="6996931664508562921" style="text-align:right;">2,413/sq mi
</td>
<td data-sort-value="6996931664508562921" style="text-align:right;">932/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.70_N_104.72_W_&title=Aurora"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°42′N</span> <span class="longitude">104°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.70°N 104.72°W</span><span style="display:none"> / <span class="geo">39.70; -104.72</span></span><span style="display:none"> (<span class="fn org">Aurora</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">53
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/New_Orleans" title="New Orleans">New Orleans</a></i><sup class="reference" id="cite_ref-16"><a href="#cite_note-16">[n]</a></sup>
</td>
<td align="left"><a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>
</td>
<td style="text-align:right;">369,749
</td>
<td style="text-align:right;">383,997
</td>
<td style="text-align:right;"><span data-sort-value="2999629000000000000♠" style="display:none"></span><span style="color:red">−3.71%</span>
</td>
<td data-sort-value="7008439002984701952" style="text-align:right;">169.5 sq mi
</td>
<td data-sort-value="7008439002984701952" style="text-align:right;">439.0 km<sup>2</sup>
</td>
<td data-sort-value="6996874521389098639" style="text-align:right;">2,265/sq mi
</td>
<td data-sort-value="6996874521389098639" style="text-align:right;">875/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.05_N_89.93_W_&title=New+Orleans"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°03′N</span> <span class="longitude">89°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.05°N 89.93°W</span><span style="display:none"> / <span class="geo">30.05; -89.93</span></span><span style="display:none"> (<span class="fn org">New Orleans</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">54
</th>
<td align="left"><a href="/wiki/Cleveland" title="Cleveland">Cleveland</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">361,607
</td>
<td style="text-align:right;">372,624
</td>
<td style="text-align:right;"><span data-sort-value="2999704000000000000♠" style="display:none"></span><span style="color:red">−2.96%</span>
</td>
<td data-sort-value="7008201242076173107" style="text-align:right;">77.7 sq mi
</td>
<td data-sort-value="7008201242076173107" style="text-align:right;">201.2 km<sup>2</sup>
</td>
<td data-sort-value="6997185174595236957" style="text-align:right;">4,796/sq mi
</td>
<td data-sort-value="6997185174595236957" style="text-align:right;">1,852/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.48_N_81.68_W_&title=Cleveland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°29′N</span> <span class="longitude">81°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.48°N 81.68°W</span><span style="display:none"> / <span class="geo">41.48; -81.68</span></span><span style="display:none"> (<span class="fn org">Cleveland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">55
</th>
<td align="left"><a href="/wiki/Anaheim,_California" title="Anaheim, California">Anaheim</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">344,461
</td>
<td style="text-align:right;">346,824
</td>
<td style="text-align:right;"><span data-sort-value="3000319999999999999♠" style="display:none"></span><span style="color:red">−0.68%</span>
</td>
<td data-sort-value="7008130276401949900" style="text-align:right;">50.3 sq mi
</td>
<td data-sort-value="7008130276401949900" style="text-align:right;">130.3 km<sup>2</sup>
</td>
<td data-sort-value="6997266217438315016" style="text-align:right;">6,895/sq mi
</td>
<td data-sort-value="6997266217438315016" style="text-align:right;">2,662/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.86_N_117.76_W_&title=Anaheim"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°52′N</span> <span class="longitude">117°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.86°N 117.76°W</span><span style="display:none"> / <span class="geo">33.86; -117.76</span></span><span style="display:none"> (<span class="fn org">Anaheim</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">56
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Honolulu" title="Honolulu">Honolulu</a></b></i><sup class="reference" id="cite_ref-17"><a href="#cite_note-17">[o]</a></sup>
</td>
<td align="left"><a href="/wiki/Hawaii" title="Hawaii">Hawaii</a>
</td>
<td style="text-align:right;">343,421
</td>
<td style="text-align:right;">350,964
</td>
<td style="text-align:right;"><span data-sort-value="2999785000000000000♠" style="display:none"></span><span style="color:red">−2.15%</span>
</td>
<td data-sort-value="7008156694280675328" style="text-align:right;">60.5 sq mi
</td>
<td data-sort-value="7008156694280675328" style="text-align:right;">156.7 km<sup>2</sup>
</td>
<td data-sort-value="6997223977862170472" style="text-align:right;">5,801/sq mi
</td>
<td data-sort-value="6997223977862170472" style="text-align:right;">2,240/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=21.32_N_157.85_W_&title=Honolulu"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">21°19′N</span> <span class="longitude">157°51′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">21.32°N 157.85°W</span><span style="display:none"> / <span class="geo">21.32; -157.85</span></span><span style="display:none"> (<span class="fn org">Honolulu</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">57
</th>
<td align="left"><a href="/wiki/Henderson,_Nevada" title="Henderson, Nevada">Henderson</a>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">331,415
</td>
<td style="text-align:right;">317,610
</td>
<td style="text-align:right;"><span data-sort-value="7000434999999999999♠" style="display:none"></span><span style="color:green">+4.35%</span>
</td>
<td data-sort-value="7008275056737317683" style="text-align:right;">106.2 sq mi
</td>
<td data-sort-value="7008275056737317683" style="text-align:right;">275.1 km<sup>2</sup>
</td>
<td data-sort-value="6997115483155620045" style="text-align:right;">2,991/sq mi
</td>
<td data-sort-value="6997115483155620045" style="text-align:right;">1,155/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.01_N_115.04_W_&title=Henderson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°01′N</span> <span class="longitude">115°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.01°N 115.04°W</span><span style="display:none"> / <span class="geo">36.01; -115.04</span></span><span style="display:none"> (<span class="fn org">Henderson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">58
</th>
<td align="left"><a href="/wiki/Stockton,_California" title="Stockton, California">Stockton</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">321,819
</td>
<td style="text-align:right;">320,804
</td>
<td style="text-align:right;"><span data-sort-value="6999320000000000000♠" style="display:none"></span><span style="color:green">+0.32%</span>
</td>
<td data-sort-value="7008161097260462899" style="text-align:right;">62.2 sq mi
</td>
<td data-sort-value="7008161097260462899" style="text-align:right;">161.1 km<sup>2</sup>
</td>
<td data-sort-value="6997199151493376193" style="text-align:right;">5,158/sq mi
</td>
<td data-sort-value="6997199151493376193" style="text-align:right;">1,992/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.98_N_121.31_W_&title=Stockton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°59′N</span> <span class="longitude">121°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.98°N 121.31°W</span><span style="display:none"> / <span class="geo">37.98; -121.31</span></span><span style="display:none"> (<span class="fn org">Stockton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">59
</th>
<td align="left"><a href="/wiki/Riverside,_California" title="Riverside, California">Riverside</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">320,764
</td>
<td style="text-align:right;">314,998
</td>
<td style="text-align:right;"><span data-sort-value="7000183000000000000♠" style="display:none"></span><span style="color:green">+1.83%</span>
</td>
<td data-sort-value="7008210307034559283" style="text-align:right;">81.2 sq mi
</td>
<td data-sort-value="7008210307034559283" style="text-align:right;">210.3 km<sup>2</sup>
</td>
<td data-sort-value="6997149769027298614" style="text-align:right;">3,879/sq mi
</td>
<td data-sort-value="6997149769027298614" style="text-align:right;">1,498/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.94_N_117.39_W_&title=Riverside"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°56′N</span> <span class="longitude">117°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.94°N 117.39°W</span><span style="display:none"> / <span class="geo">33.94; -117.39</span></span><span style="display:none"> (<span class="fn org">Riverside</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">60
</th>
<td align="left"><a href="/wiki/Lexington,_Kentucky" title="Lexington, Kentucky">Lexington</a><sup class="reference" id="cite_ref-18"><a href="#cite_note-18">[p]</a></sup>
</td>
<td align="left"><a href="/wiki/Kentucky" title="Kentucky">Kentucky</a>
</td>
<td style="text-align:right;">320,347
</td>
<td style="text-align:right;">322,570
</td>
<td style="text-align:right;"><span data-sort-value="3000310000000000000♠" style="display:none"></span><span style="color:red">−0.69%</span>
</td>
<td data-sort-value="7008734520628091289" style="text-align:right;">283.6 sq mi
</td>
<td data-sort-value="7008734520628091289" style="text-align:right;">734.5 km<sup>2</sup>
</td>
<td data-sort-value="6996438998154262760" style="text-align:right;">1,137/sq mi
</td>
<td data-sort-value="6996438998154262760" style="text-align:right;">439/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.04_N_84.46_W_&title=Lexington"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°02′N</span> <span class="longitude">84°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.04°N 84.46°W</span><span style="display:none"> / <span class="geo">38.04; -84.46</span></span><span style="display:none"> (<span class="fn org">Lexington</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">61
</th>
<td align="left"><a href="/wiki/Corpus_Christi,_Texas" title="Corpus Christi, Texas">Corpus Christi</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">316,239
</td>
<td style="text-align:right;">317,863
</td>
<td style="text-align:right;"><span data-sort-value="3000490000000000000♠" style="display:none"></span><span style="color:red">−0.51%</span>
</td>
<td data-sort-value="7008420096071496499" style="text-align:right;">162.2 sq mi
</td>
<td data-sort-value="7008420096071496499" style="text-align:right;">420.1 km<sup>2</sup>
</td>
<td data-sort-value="6996756760230743193" style="text-align:right;">1,960/sq mi
</td>
<td data-sort-value="6996756760230743193" style="text-align:right;">760/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.75_N_97.17_W_&title=Corpus+Christi"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°45′N</span> <span class="longitude">97°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.75°N 97.17°W</span><span style="display:none"> / <span class="geo">27.75; -97.17</span></span><span style="display:none"> (<span class="fn org">Corpus Christi</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">62
</th>
<td align="left"><a href="/wiki/Orlando,_Florida" title="Orlando, Florida">Orlando</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">316,081
</td>
<td style="text-align:right;">307,573
</td>
<td style="text-align:right;"><span data-sort-value="7000277000000000000♠" style="display:none"></span><span style="color:green">+2.77%</span>
</td>
<td data-sort-value="7008286452685003161" style="text-align:right;">110.6 sq mi
</td>
<td data-sort-value="7008286452685003161" style="text-align:right;">286.5 km<sup>2</sup>
</td>
<td data-sort-value="6997107375010290654" style="text-align:right;">2,781/sq mi
</td>
<td data-sort-value="6997107375010290654" style="text-align:right;">1,074/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=28.41_N_81.25_W_&title=Orlando"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">28°25′N</span> <span class="longitude">81°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">28.41°N 81.25°W</span><span style="display:none"> / <span class="geo">28.41; -81.25</span></span><span style="display:none"> (<span class="fn org">Orlando</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">63
</th>
<td align="left"><a href="/wiki/Irvine,_California" title="Irvine, California">Irvine</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">313,685
</td>
<td style="text-align:right;">307,670
</td>
<td style="text-align:right;"><span data-sort-value="7000196000000000000♠" style="display:none"></span><span style="color:green">+1.96%</span>
</td>
<td data-sort-value="7008169903220038041" style="text-align:right;">65.6 sq mi
</td>
<td data-sort-value="7008169903220038041" style="text-align:right;">169.9 km<sup>2</sup>
</td>
<td data-sort-value="6997181081912356407" style="text-align:right;">4,690/sq mi
</td>
<td data-sort-value="6997181081912356407" style="text-align:right;">1,810/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.68_N_117.77_W_&title=Irvine"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°41′N</span> <span class="longitude">117°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.68°N 117.77°W</span><span style="display:none"> / <span class="geo">33.68; -117.77</span></span><span style="display:none"> (<span class="fn org">Irvine</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">64
</th>
<td align="left"><a href="/wiki/Cincinnati" title="Cincinnati">Cincinnati</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">309,513
</td>
<td style="text-align:right;">309,317
</td>
<td style="text-align:right;"><span data-sort-value="6998600000000000000♠" style="display:none"></span><span style="color:green">+0.06%</span>
</td>
<td data-sort-value="7008201501074984140" style="text-align:right;">77.8 sq mi
</td>
<td data-sort-value="7008201501074984140" style="text-align:right;">201.5 km<sup>2</sup>
</td>
<td data-sort-value="6997153514218236476" style="text-align:right;">3,976/sq mi
</td>
<td data-sort-value="6997153514218236476" style="text-align:right;">1,535/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.14_N_84.51_W_&title=Cincinnati"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°08′N</span> <span class="longitude">84°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.14°N 84.51°W</span><span style="display:none"> / <span class="geo">39.14; -84.51</span></span><span style="display:none"> (<span class="fn org">Cincinnati</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">65
</th>
<td align="left"><a href="/wiki/Santa_Ana,_California" title="Santa Ana, California">Santa Ana</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">308,189
</td>
<td style="text-align:right;">310,227
</td>
<td style="text-align:right;"><span data-sort-value="3000340000000000000♠" style="display:none"></span><span style="color:red">−0.66%</span>
</td>
<td data-sort-value="7007707066754121728" style="text-align:right;">27.3 sq mi
</td>
<td data-sort-value="7007707066754121728" style="text-align:right;">70.7 km<sup>2</sup>
</td>
<td data-sort-value="6997438766492967635" style="text-align:right;">11,364/sq mi
</td>
<td data-sort-value="6997438766492967635" style="text-align:right;">4,388/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.74_N_117.88_W_&title=Santa+Ana"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°44′N</span> <span class="longitude">117°53′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.74°N 117.88°W</span><span style="display:none"> / <span class="geo">33.74; -117.88</span></span><span style="display:none"> (<span class="fn org">Santa Ana</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">66
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Newark,_New_Jersey" title="Newark, New Jersey">Newark</a></i>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">305,344
</td>
<td style="text-align:right;">311,549
</td>
<td style="text-align:right;"><span data-sort-value="2999801000000000000♠" style="display:none"></span><span style="color:red">−1.99%</span>
</td>
<td data-sort-value="7007624187134590976" style="text-align:right;">24.1 sq mi
</td>
<td data-sort-value="7007624187134590976" style="text-align:right;">62.4 km<sup>2</sup>
</td>
<td data-sort-value="6997499114260347819" style="text-align:right;">12,927/sq mi
</td>
<td data-sort-value="6997499114260347819" style="text-align:right;">4,991/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.72_N_74.17_W_&title=Newark"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°43′N</span> <span class="longitude">74°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.72°N 74.17°W</span><span style="display:none"> / <span class="geo">40.72; -74.17</span></span><span style="display:none"> (<span class="fn org">Newark</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">67
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Saint_Paul,_Minnesota" title="Saint Paul, Minnesota">Saint Paul</a></b>
</td>
<td align="left"><a href="/wiki/Minnesota" title="Minnesota">Minnesota</a>
</td>
<td style="text-align:right;">303,176
</td>
<td style="text-align:right;">311,527
</td>
<td style="text-align:right;"><span data-sort-value="2999732000000000000♠" style="display:none"></span><span style="color:red">−2.68%</span>
</td>
<td data-sort-value="7008134679381737472" style="text-align:right;">52.0 sq mi
</td>
<td data-sort-value="7008134679381737472" style="text-align:right;">134.7 km<sup>2</sup>
</td>
<td data-sort-value="6997231313803182779" style="text-align:right;">5,991/sq mi
</td>
<td data-sort-value="6997231313803182779" style="text-align:right;">2,313/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.95_N_93.10_W_&title=Saint+Paul"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°57′N</span> <span class="longitude">93°06′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.95°N 93.10°W</span><span style="display:none"> / <span class="geo">44.95; -93.10</span></span><span style="display:none"> (<span class="fn org">Saint Paul</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">68
</th>
<td align="left"><a href="/wiki/Pittsburgh" title="Pittsburgh">Pittsburgh</a>
</td>
<td align="left"><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td style="text-align:right;">302,898
</td>
<td style="text-align:right;">302,971
</td>
<td style="text-align:right;"><span data-sort-value="3001800000000000000♠" style="display:none"></span><span style="color:red">−0.02%</span>
</td>
<td data-sort-value="7008143485341312614" style="text-align:right;">55.4 sq mi
</td>
<td data-sort-value="7008143485341312614" style="text-align:right;">143.5 km<sup>2</sup>
</td>
<td data-sort-value="6997211159270506863" style="text-align:right;">5,469/sq mi
</td>
<td data-sort-value="6997211159270506863" style="text-align:right;">2,112/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.44_N_79.98_W_&title=Pittsburgh"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°26′N</span> <span class="longitude">79°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.44°N 79.98°W</span><span style="display:none"> / <span class="geo">40.44; -79.98</span></span><span style="display:none"> (<span class="fn org">Pittsburgh</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">69
</th>
<td align="left"><a href="/wiki/Greensboro,_North_Carolina" title="Greensboro, North Carolina">Greensboro</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">301,115
</td>
<td style="text-align:right;">299,035
</td>
<td style="text-align:right;"><span data-sort-value="6999700000000000000♠" style="display:none"></span><span style="color:green">+0.70%</span>
</td>
<td data-sort-value="7008335662459099545" style="text-align:right;">129.6 sq mi
</td>
<td data-sort-value="7008335662459099545" style="text-align:right;">335.7 km<sup>2</sup>
</td>
<td data-sort-value="6996890737679757422" style="text-align:right;">2,307/sq mi
</td>
<td data-sort-value="6996890737679757422" style="text-align:right;">891/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.10_N_79.83_W_&title=Greensboro"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°06′N</span> <span class="longitude">79°50′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.10°N 79.83°W</span><span style="display:none"> / <span class="geo">36.10; -79.83</span></span><span style="display:none"> (<span class="fn org">Greensboro</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">70
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Lincoln,_Nebraska" title="Lincoln, Nebraska">Lincoln</a></b>
</td>
<td align="left"><a href="/wiki/Nebraska" title="Nebraska">Nebraska</a>
</td>
<td style="text-align:right;">292,627
</td>
<td style="text-align:right;">291,082
</td>
<td style="text-align:right;"><span data-sort-value="6999530000000000000♠" style="display:none"></span><span style="color:green">+0.53%</span>
</td>
<td data-sort-value="7008253041838379827" style="text-align:right;">97.7 sq mi
</td>
<td data-sort-value="7008253041838379827" style="text-align:right;">253.0 km<sup>2</sup>
</td>
<td data-sort-value="6997115019833029794" style="text-align:right;">2,979/sq mi
</td>
<td data-sort-value="6997115019833029794" style="text-align:right;">1,150/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.81_N_96.68_W_&title=Lincoln"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°49′N</span> <span class="longitude">96°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.81°N 96.68°W</span><span style="display:none"> / <span class="geo">40.81; -96.68</span></span><span style="display:none"> (<span class="fn org">Lincoln</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">71
</th>
<td align="left"><a href="/wiki/Durham,_North_Carolina" title="Durham, North Carolina">Durham</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">291,928
</td>
<td style="text-align:right;">283,506
</td>
<td style="text-align:right;"><span data-sort-value="7000297000000000000♠" style="display:none"></span><span style="color:green">+2.97%</span>
</td>
<td data-sort-value="7008292150658845900" style="text-align:right;">112.8 sq mi
</td>
<td data-sort-value="7008292150658845900" style="text-align:right;">292.2 km<sup>2</sup>
</td>
<td data-sort-value="6996970274724417166" style="text-align:right;">2,513/sq mi
</td>
<td data-sort-value="6996970274724417166" style="text-align:right;">970/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.98_N_78.90_W_&title=Durham"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°59′N</span> <span class="longitude">78°54′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.98°N 78.90°W</span><span style="display:none"> / <span class="geo">35.98; -78.90</span></span><span style="display:none"> (<span class="fn org">Durham</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">72
</th>
<td align="left"><a href="/wiki/Plano,_Texas" title="Plano, Texas">Plano</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">289,547
</td>
<td style="text-align:right;">285,494
</td>
<td style="text-align:right;"><span data-sort-value="7000142000000000000♠" style="display:none"></span><span style="color:green">+1.42%</span>
</td>
<td data-sort-value="7008185702147511091" style="text-align:right;">71.7 sq mi
</td>
<td data-sort-value="7008185702147511091" style="text-align:right;">185.7 km<sup>2</sup>
</td>
<td data-sort-value="6997153745879531601" style="text-align:right;">3,982/sq mi
</td>
<td data-sort-value="6997153745879531601" style="text-align:right;">1,537/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.05_N_96.75_W_&title=Plano"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°03′N</span> <span class="longitude">96°45′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.05°N 96.75°W</span><span style="display:none"> / <span class="geo">33.05; -96.75</span></span><span style="display:none"> (<span class="fn org">Plano</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">73
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Anchorage,_Alaska" title="Anchorage, Alaska">Anchorage</a></i><sup class="reference" id="cite_ref-19"><a href="#cite_note-19">[q]</a></sup>
</td>
<td align="left"><a href="/wiki/Alaska" title="Alaska">Alaska</a>
</td>
<td style="text-align:right;">287,145
</td>
<td style="text-align:right;">291,247
</td>
<td style="text-align:right;"><span data-sort-value="2999859000000000000♠" style="display:none"></span><span style="color:red">−1.41%</span>
</td>
<td data-sort-value="7009442059170672148" style="text-align:right;">1,706.8 sq mi
</td>
<td data-sort-value="7009442059170672148" style="text-align:right;">4,420.6 km<sup>2</sup>
</td>
<td data-sort-value="6995660234691107582" style="text-align:right;">171/sq mi
</td>
<td data-sort-value="6995660234691107582" style="text-align:right;">66/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=61.17_N_149.28_W_&title=Anchorage"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">61°10′N</span> <span class="longitude">149°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">61.17°N 149.28°W</span><span style="display:none"> / <span class="geo">61.17; -149.28</span></span><span style="display:none"> (<span class="fn org">Anchorage</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">74
</th>
<td align="left"><a href="/wiki/Jersey_City,_New_Jersey" title="Jersey City, New Jersey">Jersey City</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">286,670
</td>
<td style="text-align:right;">292,449
</td>
<td style="text-align:right;"><span data-sort-value="2999802000000000000♠" style="display:none"></span><span style="color:red">−1.98%</span>
</td>
<td data-sort-value="7007380728252219392" style="text-align:right;">14.7 sq mi
</td>
<td data-sort-value="7007380728252219392" style="text-align:right;">38.1 km<sup>2</sup>
</td>
<td data-sort-value="6997768111634204341" style="text-align:right;">19,894/sq mi
</td>
<td data-sort-value="6997768111634204341" style="text-align:right;">7,681/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.71_N_74.06_W_&title=Jersey+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°43′N</span> <span class="longitude">74°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.71°N 74.06°W</span><span style="display:none"> / <span class="geo">40.71; -74.06</span></span><span style="display:none"> (<span class="fn org">Jersey City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">75
</th>
<td align="left"><a href="/wiki/St._Louis" title="St. Louis">St. Louis</a><sup class="reference" id="cite_ref-IndependentCity_15-2"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">286,578
</td>
<td style="text-align:right;">301,578
</td>
<td style="text-align:right;"><span data-sort-value="2999503000000000000♠" style="display:none"></span><span style="color:red">−4.97%</span>
</td>
<td data-sort-value="7008159802266407731" style="text-align:right;">61.7 sq mi
</td>
<td data-sort-value="7008159802266407731" style="text-align:right;">159.8 km<sup>2</sup>
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">4,888/sq mi
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">1,887/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.64_N_90.24_W_&title=St.+Louis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°38′N</span> <span class="longitude">90°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.64°N 90.24°W</span><span style="display:none"> / <span class="geo">38.64; -90.24</span></span><span style="display:none"> (<span class="fn org">St. Louis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">76
</th>
<td align="left"><a href="/wiki/Chandler,_Arizona" title="Chandler, Arizona">Chandler</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">280,711
</td>
<td style="text-align:right;">275,987
</td>
<td style="text-align:right;"><span data-sort-value="7000171000000000000♠" style="display:none"></span><span style="color:green">+1.71%</span>
</td>
<td data-sort-value="7008169126223604940" style="text-align:right;">65.3 sq mi
</td>
<td data-sort-value="7008169126223604940" style="text-align:right;">169.1 km<sup>2</sup>
</td>
<td data-sort-value="6997163166772200037" style="text-align:right;">4,226/sq mi
</td>
<td data-sort-value="6997163166772200037" style="text-align:right;">1,632/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.28_N_111.85_W_&title=Chandler"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°17′N</span> <span class="longitude">111°51′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.28°N 111.85°W</span><span style="display:none"> / <span class="geo">33.28; -111.85</span></span><span style="display:none"> (<span class="fn org">Chandler</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">77
</th>
<td align="left"><a href="/wiki/North_Las_Vegas,_Nevada" title="North Las Vegas, Nevada">North Las Vegas</a>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">280,543
</td>
<td style="text-align:right;">262,527
</td>
<td style="text-align:right;"><span data-sort-value="7000686000000000000♠" style="display:none"></span><span style="color:green">+6.86%</span>
</td>
<td data-sort-value="7008262365795577036" style="text-align:right;">101.3 sq mi
</td>
<td data-sort-value="7008262365795577036" style="text-align:right;">262.4 km<sup>2</sup>
</td>
<td data-sort-value="6997100077679494201" style="text-align:right;">2,592/sq mi
</td>
<td data-sort-value="6997100077679494201" style="text-align:right;">1,001/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.28_N_115.09_W_&title=North+Las+Vegas"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°17′N</span> <span class="longitude">115°05′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.28°N 115.09°W</span><span style="display:none"> / <span class="geo">36.28; -115.09</span></span><span style="display:none"> (<span class="fn org">North Las Vegas</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">78
</th>
<td align="left"><a href="/wiki/Chula_Vista,_California" title="Chula Vista, California">Chula Vista</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">279,170
</td>
<td style="text-align:right;">275,487
</td>
<td style="text-align:right;"><span data-sort-value="7000134000000000000♠" style="display:none"></span><span style="color:green">+1.34%</span>
</td>
<td data-sort-value="7008128463410272665" style="text-align:right;">49.6 sq mi
</td>
<td data-sort-value="7008128463410272665" style="text-align:right;">128.5 km<sup>2</sup>
</td>
<td data-sort-value="6997214441138854474" style="text-align:right;">5,554/sq mi
</td>
<td data-sort-value="6997214441138854474" style="text-align:right;">2,144/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.63_N_117.02_W_&title=Chula+Vista"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°38′N</span> <span class="longitude">117°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.63°N 117.02°W</span><span style="display:none"> / <span class="geo">32.63; -117.02</span></span><span style="display:none"> (<span class="fn org">Chula Vista</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">79
</th>
<td align="left"><a href="/wiki/Buffalo,_New_York" title="Buffalo, New York">Buffalo</a>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">276,486
</td>
<td style="text-align:right;">278,349
</td>
<td style="text-align:right;"><span data-sort-value="3000329999999999999♠" style="display:none"></span><span style="color:red">−0.67%</span>
</td>
<td data-sort-value="7008104635519657574" style="text-align:right;">40.4 sq mi
</td>
<td data-sort-value="7008104635519657574" style="text-align:right;">104.6 km<sup>2</sup>
</td>
<td data-sort-value="6997266024387235745" style="text-align:right;">6,890/sq mi
</td>
<td data-sort-value="6997266024387235745" style="text-align:right;">2,660/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.89_N_78.86_W_&title=Buffalo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°53′N</span> <span class="longitude">78°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.89°N 78.86°W</span><span style="display:none"> / <span class="geo">42.89; -78.86</span></span><span style="display:none"> (<span class="fn org">Buffalo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">80
</th>
<td align="left"><a href="/wiki/Gilbert,_Arizona" title="Gilbert, Arizona">Gilbert</a><sup class="reference" id="cite_ref-20"><a href="#cite_note-20">[r]</a></sup>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">275,346
</td>
<td style="text-align:right;">267,918
</td>
<td style="text-align:right;"><span data-sort-value="7000277000000000000♠" style="display:none"></span><span style="color:green">+2.77%</span>
</td>
<td data-sort-value="7008177673184369049" style="text-align:right;">68.6 sq mi
</td>
<td data-sort-value="7008177673184369049" style="text-align:right;">177.7 km<sup>2</sup>
</td>
<td data-sort-value="6997150811503126679" style="text-align:right;">3,906/sq mi
</td>
<td data-sort-value="6997150811503126679" style="text-align:right;">1,508/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.31_N_111.74_W_&title=Gilbert"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°19′N</span> <span class="longitude">111°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.31°N 111.74°W</span><span style="display:none"> / <span class="geo">33.31; -111.74</span></span><span style="display:none"> (<span class="fn org">Gilbert</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">81
</th>
<td align="left"><a href="/wiki/Reno,_Nevada" title="Reno, Nevada">Reno</a>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">273,448
</td>
<td style="text-align:right;">264,165
</td>
<td style="text-align:right;"><span data-sort-value="7000351000000000000♠" style="display:none"></span><span style="color:green">+3.51%</span>
</td>
<td data-sort-value="7008281790706404556" style="text-align:right;">108.8 sq mi
</td>
<td data-sort-value="7008281790706404556" style="text-align:right;">281.8 km<sup>2</sup>
</td>
<td data-sort-value="6996937456040941058" style="text-align:right;">2,428/sq mi
</td>
<td data-sort-value="6996937456040941058" style="text-align:right;">937/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.55_N_119.85_W_&title=Reno"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°33′N</span> <span class="longitude">119°51′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.55°N 119.85°W</span><span style="display:none"> / <span class="geo">39.55; -119.85</span></span><span style="display:none"> (<span class="fn org">Reno</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">82
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Madison,_Wisconsin" title="Madison, Wisconsin">Madison</a></b>
</td>
<td align="left"><a href="/wiki/Wisconsin" title="Wisconsin">Wisconsin</a>
</td>
<td style="text-align:right;">272,903
</td>
<td style="text-align:right;">269,840
</td>
<td style="text-align:right;"><span data-sort-value="7000113999999999999♠" style="display:none"></span><span style="color:green">+1.14%</span>
</td>
<td data-sort-value="7008206163053582745" style="text-align:right;">79.6 sq mi
</td>
<td data-sort-value="7008206163053582745" style="text-align:right;">206.2 km<sup>2</sup>
</td>
<td data-sort-value="6997130888631745889" style="text-align:right;">3,390/sq mi
</td>
<td data-sort-value="6997130888631745889" style="text-align:right;">1,310/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.09_N_89.43_W_&title=Madison"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°05′N</span> <span class="longitude">89°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.09°N 89.43°W</span><span style="display:none"> / <span class="geo">43.09; -89.43</span></span><span style="display:none"> (<span class="fn org">Madison</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">83
</th>
<td align="left"><a href="/wiki/Fort_Wayne,_Indiana" title="Fort Wayne, Indiana">Fort Wayne</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">267,927
</td>
<td style="text-align:right;">263,886
</td>
<td style="text-align:right;"><span data-sort-value="7000153000000000000♠" style="display:none"></span><span style="color:green">+1.53%</span>
</td>
<td data-sort-value="7008286711683814195" style="text-align:right;">110.7 sq mi
</td>
<td data-sort-value="7008286711683814195" style="text-align:right;">286.7 km<sup>2</sup>
</td>
<td data-sort-value="6996920467545965190" style="text-align:right;">2,384/sq mi
</td>
<td data-sort-value="6996920467545965190" style="text-align:right;">920/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.09_N_85.14_W_&title=Fort+Wayne"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°05′N</span> <span class="longitude">85°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.09°N 85.14°W</span><span style="display:none"> / <span class="geo">41.09; -85.14</span></span><span style="display:none"> (<span class="fn org">Fort Wayne</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">84
</th>
<td align="left"><a href="/wiki/Toledo,_Ohio" title="Toledo, Ohio">Toledo</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">266,301
</td>
<td style="text-align:right;">270,871
</td>
<td style="text-align:right;"><span data-sort-value="2999831000000000000♠" style="display:none"></span><span style="color:red">−1.69%</span>
</td>
<td data-sort-value="7008208494042882048" style="text-align:right;">80.5 sq mi
</td>
<td data-sort-value="7008208494042882048" style="text-align:right;">208.5 km<sup>2</sup>
</td>
<td data-sort-value="6997129923376349533" style="text-align:right;">3,365/sq mi
</td>
<td data-sort-value="6997129923376349533" style="text-align:right;">1,299/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.66_N_83.58_W_&title=Toledo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°40′N</span> <span class="longitude">83°35′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.66°N 83.58°W</span><span style="display:none"> / <span class="geo">41.66; -83.58</span></span><span style="display:none"> (<span class="fn org">Toledo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">85
</th>
<td align="left"><a href="/wiki/Lubbock,_Texas" title="Lubbock, Texas">Lubbock</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">263,930
</td>
<td style="text-align:right;">257,141
</td>
<td style="text-align:right;"><span data-sort-value="7000264000000000000♠" style="display:none"></span><span style="color:green">+2.64%</span>
</td>
<td data-sort-value="7008348612399651225" style="text-align:right;">134.6 sq mi
</td>
<td data-sort-value="7008348612399651225" style="text-align:right;">348.6 km<sup>2</sup>
</td>
<td data-sort-value="6996737455122816071" style="text-align:right;">1,910/sq mi
</td>
<td data-sort-value="6996737455122816071" style="text-align:right;">740/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.57_N_101.89_W_&title=Lubbock"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°34′N</span> <span class="longitude">101°53′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.57°N 101.89°W</span><span style="display:none"> / <span class="geo">33.57; -101.89</span></span><span style="display:none"> (<span class="fn org">Lubbock</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">86
</th>
<td align="left"><a href="/wiki/St._Petersburg,_Florida" title="St. Petersburg, Florida">St. Petersburg</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">261,256
</td>
<td style="text-align:right;">258,308
</td>
<td style="text-align:right;"><span data-sort-value="7000113999999999999♠" style="display:none"></span><span style="color:green">+1.14%</span>
</td>
<td data-sort-value="7008160061265218764" style="text-align:right;">61.8 sq mi
</td>
<td data-sort-value="7008160061265218764" style="text-align:right;">160.1 km<sup>2</sup>
</td>
<td data-sort-value="6997161390702270742" style="text-align:right;">4,180/sq mi
</td>
<td data-sort-value="6997161390702270742" style="text-align:right;">1,610/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.77_N_82.64_W_&title=St.+Petersburg"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°46′N</span> <span class="longitude">82°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.77°N 82.64°W</span><span style="display:none"> / <span class="geo">27.77; -82.64</span></span><span style="display:none"> (<span class="fn org">St. Petersburg</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">87
</th>
<td align="left"><a href="/wiki/Laredo,_Texas" title="Laredo, Texas">Laredo</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">256,187
</td>
<td style="text-align:right;">255,205
</td>
<td style="text-align:right;"><span data-sort-value="6999380000000000000♠" style="display:none"></span><span style="color:green">+0.38%</span>
</td>
<td data-sort-value="7008275833733750784" style="text-align:right;">106.5 sq mi
</td>
<td data-sort-value="7008275833733750784" style="text-align:right;">275.8 km<sup>2</sup>
</td>
<td data-sort-value="6996925100771867700" style="text-align:right;">2,396/sq mi
</td>
<td data-sort-value="6996925100771867700" style="text-align:right;">925/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.56_N_99.49_W_&title=Laredo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°34′N</span> <span class="longitude">99°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.56°N 99.49°W</span><span style="display:none"> / <span class="geo">27.56; -99.49</span></span><span style="display:none"> (<span class="fn org">Laredo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">88
</th>
<td align="left"><a href="/wiki/Irving,_Texas" title="Irving, Texas">Irving</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">254,715
</td>
<td style="text-align:right;">256,684
</td>
<td style="text-align:right;"><span data-sort-value="3000229999999999999♠" style="display:none"></span><span style="color:red">−0.77%</span>
</td>
<td data-sort-value="7008173529203392512" style="text-align:right;">67.0 sq mi
</td>
<td data-sort-value="7008173529203392512" style="text-align:right;">173.5 km<sup>2</sup>
</td>
<td data-sort-value="6997147915736937611" style="text-align:right;">3,831/sq mi
</td>
<td data-sort-value="6997147915736937611" style="text-align:right;">1,479/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.86_N_96.97_W_&title=Irving"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°52′N</span> <span class="longitude">96°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.86°N 96.97°W</span><span style="display:none"> / <span class="geo">32.86; -96.97</span></span><span style="display:none"> (<span class="fn org">Irving</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">89
</th>
<td align="left"><a href="/wiki/Chesapeake,_Virginia" title="Chesapeake, Virginia">Chesapeake</a><sup class="reference" id="cite_ref-IndependentCity_15-3"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">252,488
</td>
<td style="text-align:right;">249,422
</td>
<td style="text-align:right;"><span data-sort-value="7000123000000000000♠" style="display:none"></span><span style="color:green">+1.23%</span>
</td>
<td data-sort-value="7008876710975348736" style="text-align:right;">338.5 sq mi
</td>
<td data-sort-value="7008876710975348736" style="text-align:right;">876.7 km<sup>2</sup>
</td>
<td data-sort-value="6996284557290845782" style="text-align:right;">737/sq mi
</td>
<td data-sort-value="6996284557290845782" style="text-align:right;">285/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.68_N_76.30_W_&title=Chesapeake"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°41′N</span> <span class="longitude">76°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.68°N 76.30°W</span><span style="display:none"> / <span class="geo">36.68; -76.30</span></span><span style="display:none"> (<span class="fn org">Chesapeake</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">90
</th>
<td align="left"><a href="/wiki/Glendale,_Arizona" title="Glendale, Arizona">Glendale</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">252,136
</td>
<td style="text-align:right;">248,325
</td>
<td style="text-align:right;"><span data-sort-value="7000153000000000000♠" style="display:none"></span><span style="color:green">+1.53%</span>
</td>
<td data-sort-value="7008159543267596697" style="text-align:right;">61.6 sq mi
</td>
<td data-sort-value="7008159543267596697" style="text-align:right;">159.5 km<sup>2</sup>
</td>
<td data-sort-value="6997155637780108459" style="text-align:right;">4,031/sq mi
</td>
<td data-sort-value="6997155637780108459" style="text-align:right;">1,556/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.53_N_112.19_W_&title=Glendale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°32′N</span> <span class="longitude">112°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.53°N 112.19°W</span><span style="display:none"> / <span class="geo">33.53; -112.19</span></span><span style="display:none"> (<span class="fn org">Glendale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">91
</th>
<td align="left"><a href="/wiki/Winston-Salem,_North_Carolina" title="Winston-Salem, North Carolina">Winston-Salem</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">251,350
</td>
<td style="text-align:right;">249,545
</td>
<td style="text-align:right;"><span data-sort-value="6999720000000000000♠" style="display:none"></span><span style="color:green">+0.72%</span>
</td>
<td data-sort-value="7008343691422241587" style="text-align:right;">132.7 sq mi
</td>
<td data-sort-value="7008343691422241587" style="text-align:right;">343.7 km<sup>2</sup>
</td>
<td data-sort-value="6996726258160218340" style="text-align:right;">1,881/sq mi
</td>
<td data-sort-value="6996726258160218340" style="text-align:right;">726/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.10_N_80.26_W_&title=Winston-Salem"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°06′N</span> <span class="longitude">80°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.10°N 80.26°W</span><span style="display:none"> / <span class="geo">36.10; -80.26</span></span><span style="display:none"> (<span class="fn org">Winston-Salem</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">92
</th>
<td align="left"><a href="/wiki/Scottsdale,_Arizona" title="Scottsdale, Arizona">Scottsdale</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">243,050
</td>
<td style="text-align:right;">241,361
</td>
<td style="text-align:right;"><span data-sort-value="6999700000000000000♠" style="display:none"></span><span style="color:green">+0.70%</span>
</td>
<td data-sort-value="7008476557812301824" style="text-align:right;">184.0 sq mi
</td>
<td data-sort-value="7008476557812301824" style="text-align:right;">476.6 km<sup>2</sup>
</td>
<td data-sort-value="6996506566032007688" style="text-align:right;">1,312/sq mi
</td>
<td data-sort-value="6996506566032007688" style="text-align:right;">507/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.68_N_111.86_W_&title=Scottsdale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°41′N</span> <span class="longitude">111°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.68°N 111.86°W</span><span style="display:none"> / <span class="geo">33.68; -111.86</span></span><span style="display:none"> (<span class="fn org">Scottsdale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">93
</th>
<td align="left"><a href="/wiki/Garland,_Texas" title="Garland, Texas">Garland</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">240,854
</td>
<td style="text-align:right;">246,018
</td>
<td style="text-align:right;"><span data-sort-value="2999790000000000000♠" style="display:none"></span><span style="color:red">−2.10%</span>
</td>
<td data-sort-value="7008147888321100185" style="text-align:right;">57.1 sq mi
</td>
<td data-sort-value="7008147888321100185" style="text-align:right;">147.9 km<sup>2</sup>
</td>
<td data-sort-value="6997166371420115939" style="text-align:right;">4,309/sq mi
</td>
<td data-sort-value="6997166371420115939" style="text-align:right;">1,664/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.91_N_96.63_W_&title=Garland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°55′N</span> <span class="longitude">96°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.91°N 96.63°W</span><span style="display:none"> / <span class="geo">32.91; -96.63</span></span><span style="display:none"> (<span class="fn org">Garland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">94
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Boise,_Idaho" title="Boise, Idaho">Boise</a></b></i><sup class="reference" id="cite_ref-21"><a href="#cite_note-21">[s]</a></sup>
</td>
<td align="left"><a href="/wiki/Idaho" title="Idaho">Idaho</a>
</td>
<td style="text-align:right;">236,634
</td>
<td style="text-align:right;">235,684
</td>
<td style="text-align:right;"><span data-sort-value="6999400000000000000♠" style="display:none"></span><span style="color:green">+0.40%</span>
</td>
<td data-sort-value="7008217559001268224" style="text-align:right;">84.0 sq mi
</td>
<td data-sort-value="7008217559001268224" style="text-align:right;">217.6 km<sup>2</sup>
</td>
<td data-sort-value="6997108340265687010" style="text-align:right;">2,806/sq mi
</td>
<td data-sort-value="6997108340265687010" style="text-align:right;">1,083/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.60_N_116.23_W_&title=Boise"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°36′N</span> <span class="longitude">116°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.60°N 116.23°W</span><span style="display:none"> / <span class="geo">43.60; -116.23</span></span><span style="display:none"> (<span class="fn org">Boise</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">95
</th>
<td align="left"><a href="/wiki/Norfolk,_Virginia" title="Norfolk, Virginia">Norfolk</a><sup class="reference" id="cite_ref-IndependentCity_15-4"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">232,995
</td>
<td style="text-align:right;">238,005
</td>
<td style="text-align:right;"><span data-sort-value="2999790000000000000♠" style="display:none"></span><span style="color:red">−2.10%</span>
</td>
<td data-sort-value="7008138046366280908" style="text-align:right;">53.3 sq mi
</td>
<td data-sort-value="7008138046366280908" style="text-align:right;">138.0 km<sup>2</sup>
</td>
<td data-sort-value="6997172394613789202" style="text-align:right;">4,465/sq mi
</td>
<td data-sort-value="6997172394613789202" style="text-align:right;">1,724/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.92_N_76.24_W_&title=Norfolk"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°55′N</span> <span class="longitude">76°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.92°N 76.24°W</span><span style="display:none"> / <span class="geo">36.92; -76.24</span></span><span style="display:none"> (<span class="fn org">Norfolk</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">96
</th>
<td align="left"><a href="/wiki/Port_St._Lucie,_Florida" title="Port St. Lucie, Florida">Port St. Lucie</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">231,790
</td>
<td style="text-align:right;">204,851
</td>
<td style="text-align:right;"><span data-sort-value="7001131500000000000♠" style="display:none"></span><span style="color:green">+13.15%</span>
</td>
<td data-sort-value="7008308726582752051" style="text-align:right;">119.2 sq mi
</td>
<td data-sort-value="7008308726582752051" style="text-align:right;">308.7 km<sup>2</sup>
</td>
<td data-sort-value="6996663709610534464" style="text-align:right;">1,719/sq mi
</td>
<td data-sort-value="6996663709610534464" style="text-align:right;">664/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.28_N_80.39_W_&title=Port+St.+Lucie"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°17′N</span> <span class="longitude">80°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.28°N 80.39°W</span><span style="display:none"> / <span class="geo">27.28; -80.39</span></span><span style="display:none"> (<span class="fn org">Port St. Lucie</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">97
</th>
<td align="left"><a href="/wiki/Spokane,_Washington" title="Spokane, Washington">Spokane</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">230,160
</td>
<td style="text-align:right;">228,989
</td>
<td style="text-align:right;"><span data-sort-value="6999510000000000000♠" style="display:none"></span><span style="color:green">+0.51%</span>
</td>
<td data-sort-value="7008178191181991116" style="text-align:right;">68.8 sq mi
</td>
<td data-sort-value="7008178191181991116" style="text-align:right;">178.2 km<sup>2</sup>
</td>
<td data-sort-value="6997128494798362925" style="text-align:right;">3,328/sq mi
</td>
<td data-sort-value="6997128494798362925" style="text-align:right;">1,285/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.67_N_117.43_W_&title=Spokane"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°40′N</span> <span class="longitude">117°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.67°N 117.43°W</span><span style="display:none"> / <span class="geo">47.67; -117.43</span></span><span style="display:none"> (<span class="fn org">Spokane</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">98
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Richmond,_Virginia" title="Richmond, Virginia">Richmond</a></b><sup class="reference" id="cite_ref-IndependentCity_15-5"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">229,395
</td>
<td style="text-align:right;">226,610
</td>
<td style="text-align:right;"><span data-sort-value="7000123000000000000♠" style="display:none"></span><span style="color:green">+1.23%</span>
</td>
<td data-sort-value="7008155140287809126" style="text-align:right;">59.9 sq mi
</td>
<td data-sort-value="7008155140287809126" style="text-align:right;">155.1 km<sup>2</sup>
</td>
<td data-sort-value="6997146062446576607" style="text-align:right;">3,783/sq mi
</td>
<td data-sort-value="6997146062446576607" style="text-align:right;">1,461/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.53_N_77.48_W_&title=Richmond"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°32′N</span> <span class="longitude">77°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.53°N 77.48°W</span><span style="display:none"> / <span class="geo">37.53; -77.48</span></span><span style="display:none"> (<span class="fn org">Richmond</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">99
</th>
<td align="left"><a href="/wiki/Fremont,_California" title="Fremont, California">Fremont</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">223,871
</td>
<td style="text-align:right;">230,504
</td>
<td style="text-align:right;"><span data-sort-value="2999712000000000000♠" style="display:none"></span><span style="color:red">−2.88%</span>
</td>
<td data-sort-value="7008202796069039308" style="text-align:right;">78.3 sq mi
</td>
<td data-sort-value="7008202796069039308" style="text-align:right;">202.8 km<sup>2</sup>
</td>
<td data-sort-value="6997113668475474896" style="text-align:right;">2,944/sq mi
</td>
<td data-sort-value="6997113668475474896" style="text-align:right;">1,137/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.49_N_121.94_W_&title=Fremont"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°29′N</span> <span class="longitude">121°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.49°N 121.94°W</span><span style="display:none"> / <span class="geo">37.49; -121.94</span></span><span style="display:none"> (<span class="fn org">Fremont</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">100
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Huntsville,_Alabama" title="Huntsville, Alabama">Huntsville</a></i>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">221,933
</td>
<td style="text-align:right;">215,006
</td>
<td style="text-align:right;"><span data-sort-value="7000322000000000000♠" style="display:none"></span><span style="color:green">+3.22%</span>
</td>
<td data-sort-value="7008564876406864281" style="text-align:right;">218.1 sq mi
</td>
<td data-sort-value="7008564876406864281" style="text-align:right;">564.9 km<sup>2</sup>
</td>
<td data-sort-value="6996380696728322851" style="text-align:right;">986/sq mi
</td>
<td data-sort-value="6996380696728322851" style="text-align:right;">381/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.78_N_86.53_W_&title=Huntsville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°47′N</span> <span class="longitude">86°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.78°N 86.53°W</span><span style="display:none"> / <span class="geo">34.78; -86.53</span></span><span style="display:none"> (<span class="fn org">Huntsville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">101
</th>
<td align="left"><a href="/wiki/Tacoma,_Washington" title="Tacoma, Washington">Tacoma</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">221,776
</td>
<td style="text-align:right;">219,346
</td>
<td style="text-align:right;"><span data-sort-value="7000111000000000000♠" style="display:none"></span><span style="color:green">+1.11%</span>
</td>
<td data-sort-value="7008128722409083699" style="text-align:right;">49.7 sq mi
</td>
<td data-sort-value="7008128722409083699" style="text-align:right;">128.7 km<sup>2</sup>
</td>
<td data-sort-value="6997170386882564781" style="text-align:right;">4,413/sq mi
</td>
<td data-sort-value="6997170386882564781" style="text-align:right;">1,704/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.25_N_122.46_W_&title=Tacoma"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°15′N</span> <span class="longitude">122°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.25°N 122.46°W</span><span style="display:none"> / <span class="geo">47.25; -122.46</span></span><span style="display:none"> (<span class="fn org">Tacoma</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">102
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Baton_Rouge,_Louisiana" title="Baton Rouge, Louisiana">Baton Rouge</a></b><sup class="reference" id="cite_ref-22"><a href="#cite_note-22">[t]</a></sup>
</td>
<td align="left"><a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>
</td>
<td style="text-align:right;">221,453
</td>
<td style="text-align:right;">227,470
</td>
<td style="text-align:right;"><span data-sort-value="2999735000000000000♠" style="display:none"></span><span style="color:red">−2.65%</span>
</td>
<td data-sort-value="7008223515973921996" style="text-align:right;">86.3 sq mi
</td>
<td data-sort-value="7008223515973921996" style="text-align:right;">223.5 km<sup>2</sup>
</td>
<td data-sort-value="6997101776528991788" style="text-align:right;">2,636/sq mi
</td>
<td data-sort-value="6997101776528991788" style="text-align:right;">1,018/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.44_N_91.13_W_&title=Baton+Rouge"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°26′N</span> <span class="longitude">91°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.44°N 91.13°W</span><span style="display:none"> / <span class="geo">30.44; -91.13</span></span><span style="display:none"> (<span class="fn org">Baton Rouge</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">103
</th>
<td align="left"><a href="/wiki/Santa_Clarita,_California" title="Santa Clarita, California">Santa Clarita</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">221,345
</td>
<td style="text-align:right;">228,673
</td>
<td style="text-align:right;"><span data-sort-value="2999680000000000000♠" style="display:none"></span><span style="color:red">−3.20%</span>
</td>
<td data-sort-value="7008183371158211788" style="text-align:right;">70.8 sq mi
</td>
<td data-sort-value="7008183371158211788" style="text-align:right;">183.4 km<sup>2</sup>
</td>
<td data-sort-value="6997124710997209209" style="text-align:right;">3,230/sq mi
</td>
<td data-sort-value="6997124710997209209" style="text-align:right;">1,250/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.41_N_118.49_W_&title=Santa+Clarita"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°25′N</span> <span class="longitude">118°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.41°N 118.49°W</span><span style="display:none"> / <span class="geo">34.41; -118.49</span></span><span style="display:none"> (<span class="fn org">Santa Clarita</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">104
</th>
<td align="left"><a href="/wiki/San_Bernardino,_California" title="San Bernardino, California">San Bernardino</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">220,328
</td>
<td style="text-align:right;">222,101
</td>
<td style="text-align:right;"><span data-sort-value="3000199999999999999♠" style="display:none"></span><span style="color:red">−0.80%</span>
</td>
<td data-sort-value="7008160838261651865" style="text-align:right;">62.1 sq mi
</td>
<td data-sort-value="7008160838261651865" style="text-align:right;">160.8 km<sup>2</sup>
</td>
<td data-sort-value="6997138108742110632" style="text-align:right;">3,577/sq mi
</td>
<td data-sort-value="6997138108742110632" style="text-align:right;">1,381/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.14_N_117.29_W_&title=San+Bernardino"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°08′N</span> <span class="longitude">117°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.14°N 117.29°W</span><span style="display:none"> / <span class="geo">34.14; -117.29</span></span><span style="display:none"> (<span class="fn org">San Bernardino</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">105
</th>
<td align="left"><a href="/wiki/Hialeah,_Florida" title="Hialeah, Florida">Hialeah</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">220,292
</td>
<td style="text-align:right;">223,109
</td>
<td style="text-align:right;"><span data-sort-value="2999874000000000000♠" style="display:none"></span><span style="color:red">−1.26%</span>
</td>
<td data-sort-value="7007559437431832576" style="text-align:right;">21.6 sq mi
</td>
<td data-sort-value="7007559437431832576" style="text-align:right;">55.9 km<sup>2</sup>
</td>
<td data-sort-value="6997398804919558492" style="text-align:right;">10,329/sq mi
</td>
<td data-sort-value="6997398804919558492" style="text-align:right;">3,988/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=25.87_N_80.30_W_&title=Hialeah"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">25°52′N</span> <span class="longitude">80°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">25.87°N 80.30°W</span><span style="display:none"> / <span class="geo">25.87; -80.30</span></span><span style="display:none"> (<span class="fn org">Hialeah</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">106
</th>
<td align="left"><a href="/wiki/Frisco,_Texas" title="Frisco, Texas">Frisco</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">219,587
</td>
<td style="text-align:right;">200,509
</td>
<td style="text-align:right;"><span data-sort-value="7000951000000000000♠" style="display:none"></span><span style="color:green">+9.51%</span>
</td>
<td data-sort-value="7008177673184369049" style="text-align:right;">68.6 sq mi
</td>
<td data-sort-value="7008177673184369049" style="text-align:right;">177.7 km<sup>2</sup>
</td>
<td data-sort-value="6997112857660941956" style="text-align:right;">2,923/sq mi
</td>
<td data-sort-value="6997112857660941956" style="text-align:right;">1,129/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.16_N_96.82_W_&title=Frisco"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°10′N</span> <span class="longitude">96°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.16°N 96.82°W</span><span style="display:none"> / <span class="geo">33.16; -96.82</span></span><span style="display:none"> (<span class="fn org">Frisco</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">107
</th>
<td align="left"><a href="/wiki/Modesto,_California" title="Modesto, California">Modesto</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">218,069
</td>
<td style="text-align:right;">218,464
</td>
<td style="text-align:right;"><span data-sort-value="3000820000000000000♠" style="display:none"></span><span style="color:red">−0.18%</span>
</td>
<td data-sort-value="7008111369488744448" style="text-align:right;">43.0 sq mi
</td>
<td data-sort-value="7008111369488744448" style="text-align:right;">111.4 km<sup>2</sup>
</td>
<td data-sort-value="6997196178506755416" style="text-align:right;">5,081/sq mi
</td>
<td data-sort-value="6997196178506755416" style="text-align:right;">1,962/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.64_N_121.00_W_&title=Modesto"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°38′N</span> <span class="longitude">121°00′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.64°N 121.00°W</span><span style="display:none"> / <span class="geo">37.64; -121.00</span></span><span style="display:none"> (<span class="fn org">Modesto</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">108
</th>
<td align="left"><a href="/wiki/Cape_Coral,_Florida" title="Cape Coral, Florida">Cape Coral</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">216,992
</td>
<td style="text-align:right;">194,016
</td>
<td style="text-align:right;"><span data-sort-value="7001118400000000000♠" style="display:none"></span><span style="color:green">+11.84%</span>
</td>
<td data-sort-value="7008274538739695616" style="text-align:right;">106.0 sq mi
</td>
<td data-sort-value="7008274538739695616" style="text-align:right;">274.5 km<sup>2</sup>
</td>
<td data-sort-value="6996706566950132675" style="text-align:right;">1,830/sq mi
</td>
<td data-sort-value="6996706566950132675" style="text-align:right;">710/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.65_N_81.99_W_&title=Cape+Coral"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°39′N</span> <span class="longitude">81°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.65°N 81.99°W</span><span style="display:none"> / <span class="geo">26.65; -81.99</span></span><span style="display:none"> (<span class="fn org">Cape Coral</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">109
</th>
<td align="left"><a href="/wiki/Fontana,_California" title="Fontana, California">Fontana</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">212,475
</td>
<td style="text-align:right;">208,393
</td>
<td style="text-align:right;"><span data-sort-value="7000196000000000000♠" style="display:none"></span><span style="color:green">+1.96%</span>
</td>
<td data-sort-value="7008111628487555481" style="text-align:right;">43.1 sq mi
</td>
<td data-sort-value="7008111628487555481" style="text-align:right;">111.6 km<sup>2</sup>
</td>
<td data-sort-value="6997186680393655272" style="text-align:right;">4,835/sq mi
</td>
<td data-sort-value="6997186680393655272" style="text-align:right;">1,867/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.11_N_117.46_W_&title=Fontana"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°07′N</span> <span class="longitude">117°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.11°N 117.46°W</span><span style="display:none"> / <span class="geo">34.11; -117.46</span></span><span style="display:none"> (<span class="fn org">Fontana</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">110
</th>
<td align="left"><a href="/wiki/Moreno_Valley,_California" title="Moreno Valley, California">Moreno Valley</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">211,924
</td>
<td style="text-align:right;">208,634
</td>
<td style="text-align:right;"><span data-sort-value="7000158000000000000♠" style="display:none"></span><span style="color:green">+1.58%</span>
</td>
<td data-sort-value="7008132866390060236" style="text-align:right;">51.3 sq mi
</td>
<td data-sort-value="7008132866390060236" style="text-align:right;">132.9 km<sup>2</sup>
</td>
<td data-sort-value="6997157027747879212" style="text-align:right;">4,067/sq mi
</td>
<td data-sort-value="6997157027747879212" style="text-align:right;">1,570/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.92_N_117.21_W_&title=Moreno+Valley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°55′N</span> <span class="longitude">117°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.92°N 117.21°W</span><span style="display:none"> / <span class="geo">33.92; -117.21</span></span><span style="display:none"> (<span class="fn org">Moreno Valley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">111
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Des_Moines,_Iowa" title="Des Moines, Iowa">Des Moines</a></b></i>
</td>
<td align="left"><a href="/wiki/Iowa" title="Iowa">Iowa</a>
</td>
<td style="text-align:right;">211,034
</td>
<td style="text-align:right;">214,133
</td>
<td style="text-align:right;"><span data-sort-value="2999855000000000000♠" style="display:none"></span><span style="color:red">−1.45%</span>
</td>
<td data-sort-value="7008228436951331635" style="text-align:right;">88.2 sq mi
</td>
<td data-sort-value="7008228436951331635" style="text-align:right;">228.4 km<sup>2</sup>
</td>
<td data-sort-value="6996937456040941058" style="text-align:right;">2,428/sq mi
</td>
<td data-sort-value="6996937456040941058" style="text-align:right;">937/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.57_N_93.61_W_&title=Des+Moines"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°34′N</span> <span class="longitude">93°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.57°N 93.61°W</span><span style="display:none"> / <span class="geo">41.57; -93.61</span></span><span style="display:none"> (<span class="fn org">Des Moines</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">112
</th>
<td align="left"><a href="/wiki/Rochester,_New_York" title="Rochester, New York">Rochester</a>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">209,352
</td>
<td style="text-align:right;">211,328
</td>
<td style="text-align:right;"><span data-sort-value="3000060000000000000♠" style="display:none"></span><span style="color:red">−0.94%</span>
</td>
<td data-sort-value="7007927215743500288" style="text-align:right;">35.8 sq mi
</td>
<td data-sort-value="7007927215743500288" style="text-align:right;">92.7 km<sup>2</sup>
</td>
<td data-sort-value="6997227916104187605" style="text-align:right;">5,903/sq mi
</td>
<td data-sort-value="6997227916104187605" style="text-align:right;">2,279/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.17_N_77.62_W_&title=Rochester"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°10′N</span> <span class="longitude">77°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.17°N 77.62°W</span><span style="display:none"> / <span class="geo">43.17; -77.62</span></span><span style="display:none"> (<span class="fn org">Rochester</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">113
</th>
<td align="left"><a href="/wiki/Fayetteville,_North_Carolina" title="Fayetteville, North Carolina">Fayetteville</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">208,873
</td>
<td style="text-align:right;">208,501
</td>
<td style="text-align:right;"><span data-sort-value="6999180000000000000♠" style="display:none"></span><span style="color:green">+0.18%</span>
</td>
<td data-sort-value="7008384095236762828" style="text-align:right;">148.3 sq mi
</td>
<td data-sort-value="7008384095236762828" style="text-align:right;">384.1 km<sup>2</sup>
</td>
<td data-sort-value="6996542859634910678" style="text-align:right;">1,406/sq mi
</td>
<td data-sort-value="6996542859634910678" style="text-align:right;">543/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.08_N_78.97_W_&title=Fayetteville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°05′N</span> <span class="longitude">78°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.08°N 78.97°W</span><span style="display:none"> / <span class="geo">35.08; -78.97</span></span><span style="display:none"> (<span class="fn org">Fayetteville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">114
</th>
<td align="left"><a href="/wiki/Yonkers,_New_York" title="Yonkers, New York">Yonkers</a>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">208,121
</td>
<td style="text-align:right;">211,569
</td>
<td style="text-align:right;"><span data-sort-value="2999837000000000000♠" style="display:none"></span><span style="color:red">−1.63%</span>
</td>
<td data-sort-value="7007466197859860480" style="text-align:right;">18.0 sq mi
</td>
<td data-sort-value="7007466197859860480" style="text-align:right;">46.6 km<sup>2</sup>
</td>
<td data-sort-value="6997453824477150790" style="text-align:right;">11,754/sq mi
</td>
<td data-sort-value="6997453824477150790" style="text-align:right;">4,538/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.95_N_73.87_W_&title=Yonkers"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°57′N</span> <span class="longitude">73°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.95°N 73.87°W</span><span style="display:none"> / <span class="geo">40.95; -73.87</span></span><span style="display:none"> (<span class="fn org">Yonkers</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">115
</th>
<td align="left"><a href="/wiki/McKinney,_Texas" title="McKinney, Texas">McKinney</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">207,507
</td>
<td style="text-align:right;">195,308
</td>
<td style="text-align:right;"><span data-sort-value="7000625000000000000♠" style="display:none"></span><span style="color:green">+6.25%</span>
</td>
<td data-sort-value="7008173529203392512" style="text-align:right;">67.0 sq mi
</td>
<td data-sort-value="7008173529203392512" style="text-align:right;">173.5 km<sup>2</sup>
</td>
<td data-sort-value="6997112548779215122" style="text-align:right;">2,915/sq mi
</td>
<td data-sort-value="6997112548779215122" style="text-align:right;">1,125/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.20_N_96.66_W_&title=McKinney"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°12′N</span> <span class="longitude">96°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.20°N 96.66°W</span><span style="display:none"> / <span class="geo">33.20; -96.66</span></span><span style="display:none"> (<span class="fn org">McKinney</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">116
</th>
<td align="left"><a href="/wiki/Worcester,_Massachusetts" title="Worcester, Massachusetts">Worcester</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">205,319
</td>
<td style="text-align:right;">206,518
</td>
<td style="text-align:right;"><span data-sort-value="3000420000000000000♠" style="display:none"></span><span style="color:red">−0.58%</span>
</td>
<td data-sort-value="7007968655553265664" style="text-align:right;">37.4 sq mi
</td>
<td data-sort-value="7007968655553265664" style="text-align:right;">96.9 km<sup>2</sup>
</td>
<td data-sort-value="6997213205611947138" style="text-align:right;">5,522/sq mi
</td>
<td data-sort-value="6997213205611947138" style="text-align:right;">2,132/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.27_N_71.81_W_&title=Worcester"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°16′N</span> <span class="longitude">71°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.27°N 71.81°W</span><span style="display:none"> / <span class="geo">42.27; -71.81</span></span><span style="display:none"> (<span class="fn org">Worcester</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">117
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Salt_Lake_City" title="Salt Lake City">Salt Lake City</a></b></i>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">204,657
</td>
<td style="text-align:right;">199,723
</td>
<td style="text-align:right;"><span data-sort-value="7000247000000000000♠" style="display:none"></span><span style="color:green">+2.47%</span>
</td>
<td data-sort-value="7008285675688570060" style="text-align:right;">110.3 sq mi
</td>
<td data-sort-value="7008285675688570060" style="text-align:right;">285.7 km<sup>2</sup>
</td>
<td data-sort-value="6996699231009120369" style="text-align:right;">1,811/sq mi
</td>
<td data-sort-value="6996699231009120369" style="text-align:right;">699/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.78_N_111.93_W_&title=Salt+Lake+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°47′N</span> <span class="longitude">111°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.78°N 111.93°W</span><span style="display:none"> / <span class="geo">40.78; -111.93</span></span><span style="display:none"> (<span class="fn org">Salt Lake City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">118
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Little_Rock,_Arkansas" title="Little Rock, Arkansas">Little Rock</a></b></i>
</td>
<td align="left"><a href="/wiki/Arkansas" title="Arkansas">Arkansas</a>
</td>
<td style="text-align:right;">202,864
</td>
<td style="text-align:right;">202,591
</td>
<td style="text-align:right;"><span data-sort-value="6999130000000000000♠" style="display:none"></span><span style="color:green">+0.13%</span>
</td>
<td data-sort-value="7008310798573240320" style="text-align:right;">120.0 sq mi
</td>
<td data-sort-value="7008310798573240320" style="text-align:right;">310.8 km<sup>2</sup>
</td>
<td data-sort-value="6996651740443619648" style="text-align:right;">1,688/sq mi
</td>
<td data-sort-value="6996651740443619648" style="text-align:right;">652/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.72_N_92.36_W_&title=Little+Rock"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°43′N</span> <span class="longitude">92°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.72°N 92.36°W</span><span style="display:none"> / <span class="geo">34.72; -92.36</span></span><span style="display:none"> (<span class="fn org">Little Rock</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">119
</th>
<td align="left"><a href="/wiki/Columbus,_Georgia" title="Columbus, Georgia">Columbus</a><sup class="reference" id="cite_ref-23"><a href="#cite_note-23">[u]</a></sup>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">202,616
</td>
<td style="text-align:right;">206,922
</td>
<td style="text-align:right;"><span data-sort-value="2999792000000000000♠" style="display:none"></span><span style="color:red">−2.08%</span>
</td>
<td data-sort-value="7008560732425887744" style="text-align:right;">216.5 sq mi
</td>
<td data-sort-value="7008560732425887744" style="text-align:right;">560.7 km<sup>2</sup>
</td>
<td data-sort-value="6996369113663566578" style="text-align:right;">956/sq mi
</td>
<td data-sort-value="6996369113663566578" style="text-align:right;">369/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.51_N_84.87_W_&title=Columbus"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°31′N</span> <span class="longitude">84°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.51°N 84.87°W</span><span style="display:none"> / <span class="geo">32.51; -84.87</span></span><span style="display:none"> (<span class="fn org">Columbus</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">120
</th>
<td align="left"><a href="/wiki/Augusta,_Georgia" title="Augusta, Georgia">Augusta</a><sup class="reference" id="cite_ref-24"><a href="#cite_note-24">[v]</a></sup>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">202,096
</td>
<td style="text-align:right;">202,081
</td>
<td style="text-align:right;"><span data-sort-value="6998100000000000000♠" style="display:none"></span><span style="color:green">+0.01%</span>
</td>
<td data-sort-value="7008782953405754572" style="text-align:right;">302.3 sq mi
</td>
<td data-sort-value="7008782953405754572" style="text-align:right;">783.0 km<sup>2</sup>
</td>
<td data-sort-value="6996257916241906353" style="text-align:right;">668/sq mi
</td>
<td data-sort-value="6996257916241906353" style="text-align:right;">258/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.37_N_82.07_W_&title=Augusta"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°22′N</span> <span class="longitude">82°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.37°N 82.07°W</span><span style="display:none"> / <span class="geo">33.37; -82.07</span></span><span style="display:none"> (<span class="fn org">Augusta</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">121
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Sioux_Falls,_South_Dakota" title="Sioux Falls, South Dakota">Sioux Falls</a></i>
</td>
<td align="left"><a href="/wiki/South_Dakota" title="South Dakota">South Dakota</a>
</td>
<td style="text-align:right;">202,078
</td>
<td style="text-align:right;">192,517
</td>
<td style="text-align:right;"><span data-sort-value="7000497000000000000♠" style="display:none"></span><span style="color:green">+4.97%</span>
</td>
<td data-sort-value="7008204868059527577" style="text-align:right;">79.1 sq mi
</td>
<td data-sort-value="7008204868059527577" style="text-align:right;">204.9 km<sup>2</sup>
</td>
<td data-sort-value="6996939772653892313" style="text-align:right;">2,434/sq mi
</td>
<td data-sort-value="6996939772653892313" style="text-align:right;">940/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.54_N_96.73_W_&title=Sioux+Falls"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°32′N</span> <span class="longitude">96°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.54°N 96.73°W</span><span style="display:none"> / <span class="geo">43.54; -96.73</span></span><span style="display:none"> (<span class="fn org">Sioux Falls</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">122
</th>
<td align="left"><a href="/wiki/Grand_Prairie,_Texas" title="Grand Prairie, Texas">Grand Prairie</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">201,843
</td>
<td style="text-align:right;">196,100
</td>
<td style="text-align:right;"><span data-sort-value="7000293000000000000♠" style="display:none"></span><span style="color:green">+2.93%</span>
</td>
<td data-sort-value="7008188033136810393" style="text-align:right;">72.6 sq mi
</td>
<td data-sort-value="7008188033136810393" style="text-align:right;">188.0 km<sup>2</sup>
</td>
<td data-sort-value="6997104286193022314" style="text-align:right;">2,701/sq mi
</td>
<td data-sort-value="6997104286193022314" style="text-align:right;">1,043/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.69_N_97.02_W_&title=Grand+Prairie"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°41′N</span> <span class="longitude">97°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.69°N 97.02°W</span><span style="display:none"> / <span class="geo">32.69; -97.02</span></span><span style="display:none"> (<span class="fn org">Grand Prairie</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">123
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Tallahassee,_Florida" title="Tallahassee, Florida">Tallahassee</a></b>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">201,731
</td>
<td style="text-align:right;">196,169
</td>
<td style="text-align:right;"><span data-sort-value="7000284000000000000♠" style="display:none"></span><span style="color:green">+2.84%</span>
</td>
<td data-sort-value="7008261329800332902" style="text-align:right;">100.9 sq mi
</td>
<td data-sort-value="7008261329800332902" style="text-align:right;">261.3 km<sup>2</sup>
</td>
<td data-sort-value="6996750582596206514" style="text-align:right;">1,944/sq mi
</td>
<td data-sort-value="6996750582596206514" style="text-align:right;">751/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.46_N_84.25_W_&title=Tallahassee"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°28′N</span> <span class="longitude">84°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.46°N 84.25°W</span><span style="display:none"> / <span class="geo">30.46; -84.25</span></span><span style="display:none"> (<span class="fn org">Tallahassee</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">124
</th>
<td align="left"><a href="/wiki/Amarillo,_Texas" title="Amarillo, Texas">Amarillo</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">201,291
</td>
<td style="text-align:right;">200,393
</td>
<td style="text-align:right;"><span data-sort-value="6999450000000000000♠" style="display:none"></span><span style="color:green">+0.45%</span>
</td>
<td data-sort-value="7008264955783687372" style="text-align:right;">102.3 sq mi
</td>
<td data-sort-value="7008264955783687372" style="text-align:right;">265.0 km<sup>2</sup>
</td>
<td data-sort-value="6996756374128584651" style="text-align:right;">1,959/sq mi
</td>
<td data-sort-value="6996756374128584651" style="text-align:right;">756/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.20_N_101.83_W_&title=Amarillo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°12′N</span> <span class="longitude">101°50′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.20°N 101.83°W</span><span style="display:none"> / <span class="geo">35.20; -101.83</span></span><span style="display:none"> (<span class="fn org">Amarillo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">125
</th>
<td align="left"><a href="/wiki/Oxnard,_California" title="Oxnard, California">Oxnard</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">200,415
</td>
<td style="text-align:right;">202,063
</td>
<td style="text-align:right;"><span data-sort-value="3000180000000000000♠" style="display:none"></span><span style="color:red">−0.82%</span>
</td>
<td data-sort-value="7007686346849239040" style="text-align:right;">26.5 sq mi
</td>
<td data-sort-value="7007686346849239040" style="text-align:right;">68.6 km<sup>2</sup>
</td>
<td data-sort-value="6997294402895888614" style="text-align:right;">7,625/sq mi
</td>
<td data-sort-value="6997294402895888614" style="text-align:right;">2,944/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.20_N_119.21_W_&title=Oxnard"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°12′N</span> <span class="longitude">119°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.20°N 119.21°W</span><span style="display:none"> / <span class="geo">34.20; -119.21</span></span><span style="display:none"> (<span class="fn org">Oxnard</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">126
</th>
<td align="left"><a href="/wiki/Peoria,_Arizona" title="Peoria, Arizona">Peoria</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">197,866
</td>
<td style="text-align:right;">190,985
</td>
<td style="text-align:right;"><span data-sort-value="7000360000000000000♠" style="display:none"></span><span style="color:green">+3.60%</span>
</td>
<td data-sort-value="7008456096906230169" style="text-align:right;">176.1 sq mi
</td>
<td data-sort-value="7008456096906230169" style="text-align:right;">456.1 km<sup>2</sup>
</td>
<td data-sort-value="6996418920842018553" style="text-align:right;">1,085/sq mi
</td>
<td data-sort-value="6996418920842018553" style="text-align:right;">419/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.79_N_112.31_W_&title=Peoria"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°47′N</span> <span class="longitude">112°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.79°N 112.31°W</span><span style="display:none"> / <span class="geo">33.79; -112.31</span></span><span style="display:none"> (<span class="fn org">Peoria</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">127
</th>
<td align="left"><a href="/wiki/Overland_Park,_Kansas" title="Overland Park, Kansas">Overland Park</a>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">197,726
</td>
<td style="text-align:right;">197,238
</td>
<td style="text-align:right;"><span data-sort-value="6999250000000000000♠" style="display:none"></span><span style="color:green">+0.25%</span>
</td>
<td data-sort-value="7008194767105897267" style="text-align:right;">75.2 sq mi
</td>
<td data-sort-value="7008194767105897267" style="text-align:right;">194.8 km<sup>2</sup>
</td>
<td data-sort-value="6997101274596185683" style="text-align:right;">2,623/sq mi
</td>
<td data-sort-value="6997101274596185683" style="text-align:right;">1,013/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.89_N_94.69_W_&title=Overland+Park"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°53′N</span> <span class="longitude">94°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.89°N 94.69°W</span><span style="display:none"> / <span class="geo">38.89; -94.69</span></span><span style="display:none"> (<span class="fn org">Overland Park</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">128
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Montgomery,_Alabama" title="Montgomery, Alabama">Montgomery</a></b>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">196,986
</td>
<td style="text-align:right;">200,603
</td>
<td style="text-align:right;"><span data-sort-value="2999819999999999999♠" style="display:none"></span><span style="color:red">−1.80%</span>
</td>
<td data-sort-value="7008414139098842726" style="text-align:right;">159.9 sq mi
</td>
<td data-sort-value="7008414139098842726" style="text-align:right;">414.1 km<sup>2</sup>
</td>
<td data-sort-value="6996484558208970769" style="text-align:right;">1,255/sq mi
</td>
<td data-sort-value="6996484558208970769" style="text-align:right;">485/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.35_N_86.27_W_&title=Montgomery"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°21′N</span> <span class="longitude">86°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.35°N 86.27°W</span><span style="display:none"> / <span class="geo">32.35; -86.27</span></span><span style="display:none"> (<span class="fn org">Montgomery</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">129
</th>
<td align="left"><a href="/wiki/Birmingham,_Alabama" title="Birmingham, Alabama">Birmingham</a>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">196,910
</td>
<td style="text-align:right;">200,733
</td>
<td style="text-align:right;"><span data-sort-value="2999810000000000000♠" style="display:none"></span><span style="color:red">−1.90%</span>
</td>
<td data-sort-value="7008380728252219392" style="text-align:right;">147.0 sq mi
</td>
<td data-sort-value="7008380728252219392" style="text-align:right;">380.7 km<sup>2</sup>
</td>
<td data-sort-value="6996527415548568981" style="text-align:right;">1,366/sq mi
</td>
<td data-sort-value="6996527415548568981" style="text-align:right;">527/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.53_N_86.80_W_&title=Birmingham"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°32′N</span> <span class="longitude">86°48′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.53°N 86.80°W</span><span style="display:none"> / <span class="geo">33.53; -86.80</span></span><span style="display:none"> (<span class="fn org">Birmingham</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">130
</th>
<td align="left"><a href="/wiki/Grand_Rapids,_Michigan" title="Grand Rapids, Michigan">Grand Rapids</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">196,908
</td>
<td style="text-align:right;">198,917
</td>
<td style="text-align:right;"><span data-sort-value="2999899000000000000♠" style="display:none"></span><span style="color:red">−1.01%</span>
</td>
<td data-sort-value="7008116031467343052" style="text-align:right;">44.8 sq mi
</td>
<td data-sort-value="7008116031467343052" style="text-align:right;">116.0 km<sup>2</sup>
</td>
<td data-sort-value="6997171429358392845" style="text-align:right;">4,440/sq mi
</td>
<td data-sort-value="6997171429358392845" style="text-align:right;">1,710/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.96_N_85.66_W_&title=Grand+Rapids"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°58′N</span> <span class="longitude">85°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.96°N 85.66°W</span><span style="display:none"> / <span class="geo">42.96; -85.66</span></span><span style="display:none"> (<span class="fn org">Grand Rapids</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">131
</th>
<td align="left"><a href="/wiki/Knoxville,_Tennessee" title="Knoxville, Tennessee">Knoxville</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">195,889
</td>
<td style="text-align:right;">190,740
</td>
<td style="text-align:right;"><span data-sort-value="7000270000000000000♠" style="display:none"></span><span style="color:green">+2.70%</span>
</td>
<td data-sort-value="7008255631826490163" style="text-align:right;">98.7 sq mi
</td>
<td data-sort-value="7008255631826490163" style="text-align:right;">255.6 km<sup>2</sup>
</td>
<td data-sort-value="6996746335472462547" style="text-align:right;">1,933/sq mi
</td>
<td data-sort-value="6996746335472462547" style="text-align:right;">746/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.97_N_83.95_W_&title=Knoxville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°58′N</span> <span class="longitude">83°57′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.97°N 83.95°W</span><span style="display:none"> / <span class="geo">35.97; -83.95</span></span><span style="display:none"> (<span class="fn org">Knoxville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">132
</th>
<td align="left"><a href="/wiki/Vancouver,_Washington" title="Vancouver, Washington">Vancouver</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">194,512
</td>
<td style="text-align:right;">190,915
</td>
<td style="text-align:right;"><span data-sort-value="7000188000000000000♠" style="display:none"></span><span style="color:green">+1.88%</span>
</td>
<td data-sort-value="7008126132420973363" style="text-align:right;">48.7 sq mi
</td>
<td data-sort-value="7008126132420973363" style="text-align:right;">126.1 km<sup>2</sup>
</td>
<td data-sort-value="6997151352046148638" style="text-align:right;">3,920/sq mi
</td>
<td data-sort-value="6997151352046148638" style="text-align:right;">1,510/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.64_N_122.60_W_&title=Vancouver"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°38′N</span> <span class="longitude">122°36′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.64°N 122.60°W</span><span style="display:none"> / <span class="geo">45.64; -122.60</span></span><span style="display:none"> (<span class="fn org">Vancouver</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">133
</th>
<td align="left"><a href="/wiki/Huntington_Beach,_California" title="Huntington Beach, California">Huntington Beach</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">194,310
</td>
<td style="text-align:right;">198,711
</td>
<td style="text-align:right;"><span data-sort-value="2999779000000000000♠" style="display:none"></span><span style="color:red">−2.21%</span>
</td>
<td data-sort-value="7007699296789790720" style="text-align:right;">27.0 sq mi
</td>
<td data-sort-value="7007699296789790720" style="text-align:right;">69.9 km<sup>2</sup>
</td>
<td data-sort-value="6997284171188687240" style="text-align:right;">7,360/sq mi
</td>
<td data-sort-value="6997284171188687240" style="text-align:right;">2,840/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.70_N_118.00_W_&title=Huntington+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°42′N</span> <span class="longitude">118°00′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.70°N 118.00°W</span><span style="display:none"> / <span class="geo">33.70; -118.00</span></span><span style="display:none"> (<span class="fn org">Huntington Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">134
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Providence,_Rhode_Island" title="Providence, Rhode Island">Providence</a></b></i>
</td>
<td align="left"><a href="/wiki/Rhode_Island" title="Rhode Island">Rhode Island</a>
</td>
<td style="text-align:right;">189,563
</td>
<td style="text-align:right;">190,934
</td>
<td style="text-align:right;"><span data-sort-value="3000280000000000000♠" style="display:none"></span><span style="color:red">−0.72%</span>
</td>
<td data-sort-value="7007476557812301824" style="text-align:right;">18.4 sq mi
</td>
<td data-sort-value="7007476557812301824" style="text-align:right;">47.7 km<sup>2</sup>
</td>
<td data-sort-value="6997400658209919496" style="text-align:right;">10,377/sq mi
</td>
<td data-sort-value="6997400658209919496" style="text-align:right;">4,007/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.82_N_71.42_W_&title=Providence"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°49′N</span> <span class="longitude">71°25′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.82°N 71.42°W</span><span style="display:none"> / <span class="geo">41.82; -71.42</span></span><span style="display:none"> (<span class="fn org">Providence</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">135
</th>
<td align="left"><a href="/wiki/Brownsville,_Texas" title="Brownsville, Texas">Brownsville</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">189,382
</td>
<td style="text-align:right;">186,738
</td>
<td style="text-align:right;"><span data-sort-value="7000142000000000000♠" style="display:none"></span><span style="color:green">+1.42%</span>
</td>
<td data-sort-value="7008340583436509184" style="text-align:right;">131.5 sq mi
</td>
<td data-sort-value="7008340583436509184" style="text-align:right;">340.6 km<sup>2</sup>
</td>
<td data-sort-value="6996548265065130273" style="text-align:right;">1,420/sq mi
</td>
<td data-sort-value="6996548265065130273" style="text-align:right;">550/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.00_N_97.45_W_&title=Brownsville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°00′N</span> <span class="longitude">97°27′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.00°N 97.45°W</span><span style="display:none"> / <span class="geo">26.00; -97.45</span></span><span style="display:none"> (<span class="fn org">Brownsville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">136
</th>
<td align="left"><a href="/wiki/Glendale,_California" title="Glendale, California">Glendale</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">189,221
</td>
<td style="text-align:right;">196,543
</td>
<td style="text-align:right;"><span data-sort-value="2999627000000000000♠" style="display:none"></span><span style="color:red">−3.73%</span>
</td>
<td data-sort-value="7007789946373652480" style="text-align:right;">30.5 sq mi
</td>
<td data-sort-value="7007789946373652480" style="text-align:right;">79.0 km<sup>2</sup>
</td>
<td data-sort-value="6997248804230964752" style="text-align:right;">6,444/sq mi
</td>
<td data-sort-value="6997248804230964752" style="text-align:right;">2,488/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.18_N_118.25_W_&title=Glendale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°11′N</span> <span class="longitude">118°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.18°N 118.25°W</span><span style="display:none"> / <span class="geo">34.18; -118.25</span></span><span style="display:none"> (<span class="fn org">Glendale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">137
</th>
<td align="left"><a href="/wiki/Akron,_Ohio" title="Akron, Ohio">Akron</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">188,509
</td>
<td style="text-align:right;">190,469
</td>
<td style="text-align:right;"><span data-sort-value="2999897000000000000♠" style="display:none"></span><span style="color:red">−1.03%</span>
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">61.9 sq mi
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">160.3 km<sup>2</sup>
</td>
<td data-sort-value="6997118803634183510" style="text-align:right;">3,077/sq mi
</td>
<td data-sort-value="6997118803634183510" style="text-align:right;">1,188/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.08_N_81.52_W_&title=Akron"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°05′N</span> <span class="longitude">81°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.08°N 81.52°W</span><span style="display:none"> / <span class="geo">41.08; -81.52</span></span><span style="display:none"> (<span class="fn org">Akron</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">138
</th>
<td align="left"><a href="/wiki/Tempe,_Arizona" title="Tempe, Arizona">Tempe</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">185,950
</td>
<td style="text-align:right;">180,587
</td>
<td style="text-align:right;"><span data-sort-value="7000297000000000000♠" style="display:none"></span><span style="color:green">+2.97%</span>
</td>
<td data-sort-value="7008103340525602406" style="text-align:right;">39.9 sq mi
</td>
<td data-sort-value="7008103340525602406" style="text-align:right;">103.3 km<sup>2</sup>
</td>
<td data-sort-value="6997174749836956310" style="text-align:right;">4,526/sq mi
</td>
<td data-sort-value="6997174749836956310" style="text-align:right;">1,747/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.39_N_111.93_W_&title=Tempe"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°23′N</span> <span class="longitude">111°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.39°N 111.93°W</span><span style="display:none"> / <span class="geo">33.39; -111.93</span></span><span style="display:none"> (<span class="fn org">Tempe</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">139
</th>
<td align="left"><a href="/wiki/Newport_News,_Virginia" title="Newport News, Virginia">Newport News</a><sup class="reference" id="cite_ref-IndependentCity_15-6"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">184,306
</td>
<td style="text-align:right;">186,247
</td>
<td style="text-align:right;"><span data-sort-value="2999896000000000000♠" style="display:none"></span><span style="color:red">−1.04%</span>
</td>
<td data-sort-value="7008178709179613184" style="text-align:right;">69.0 sq mi
</td>
<td data-sort-value="7008178709179613184" style="text-align:right;">178.7 km<sup>2</sup>
</td>
<td data-sort-value="6997104208972590606" style="text-align:right;">2,699/sq mi
</td>
<td data-sort-value="6997104208972590606" style="text-align:right;">1,042/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.08_N_76.52_W_&title=Newport+News"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°05′N</span> <span class="longitude">76°31′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.08°N 76.52°W</span><span style="display:none"> / <span class="geo">37.08; -76.52</span></span><span style="display:none"> (<span class="fn org">Newport News</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">140
</th>
<td align="left"><a href="/wiki/Chattanooga,_Tennessee" title="Chattanooga, Tennessee">Chattanooga</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">184,086
</td>
<td style="text-align:right;">181,099
</td>
<td style="text-align:right;"><span data-sort-value="7000165000000000000♠" style="display:none"></span><span style="color:green">+1.65%</span>
</td>
<td data-sort-value="7008368814306911846" style="text-align:right;">142.4 sq mi
</td>
<td data-sort-value="7008368814306911846" style="text-align:right;">368.8 km<sup>2</sup>
</td>
<td data-sort-value="6996491121945665991" style="text-align:right;">1,272/sq mi
</td>
<td data-sort-value="6996491121945665991" style="text-align:right;">491/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.07_N_85.25_W_&title=Chattanooga"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°04′N</span> <span class="longitude">85°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.07°N 85.25°W</span><span style="display:none"> / <span class="geo">35.07; -85.25</span></span><span style="display:none"> (<span class="fn org">Chattanooga</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">141
</th>
<td align="left"><a href="/wiki/Mobile,_Alabama" title="Mobile, Alabama">Mobile</a>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">183,289
</td>
<td style="text-align:right;">187,041
</td>
<td style="text-align:right;"><span data-sort-value="2999799000000000000♠" style="display:none"></span><span style="color:red">−2.01%</span>
</td>
<td data-sort-value="7008361303341391872" style="text-align:right;">139.5 sq mi
</td>
<td data-sort-value="7008361303341391872" style="text-align:right;">361.3 km<sup>2</sup>
</td>
<td data-sort-value="6996517762994605419" style="text-align:right;">1,341/sq mi
</td>
<td data-sort-value="6996517762994605419" style="text-align:right;">518/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.67_N_88.10_W_&title=Mobile"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°40′N</span> <span class="longitude">88°06′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.67°N 88.10°W</span><span style="display:none"> / <span class="geo">30.67; -88.10</span></span><span style="display:none"> (<span class="fn org">Mobile</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">142
</th>
<td align="left"><a href="/wiki/Fort_Lauderdale,_Florida" title="Fort Lauderdale, Florida">Fort Lauderdale</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">183,146
</td>
<td style="text-align:right;">182,760
</td>
<td style="text-align:right;"><span data-sort-value="6999210000000000000♠" style="display:none"></span><span style="color:green">+0.21%</span>
</td>
<td data-sort-value="7007896135886176256" style="text-align:right;">34.6 sq mi
</td>
<td data-sort-value="7007896135886176256" style="text-align:right;">89.6 km<sup>2</sup>
</td>
<td data-sort-value="6997203939160142119" style="text-align:right;">5,282/sq mi
</td>
<td data-sort-value="6997203939160142119" style="text-align:right;">2,039/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.14_N_80.15_W_&title=Fort+Lauderdale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°08′N</span> <span class="longitude">80°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.14°N 80.15°W</span><span style="display:none"> / <span class="geo">26.14; -80.15</span></span><span style="display:none"> (<span class="fn org">Fort Lauderdale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">143
</th>
<td align="left"><a href="/wiki/Cary,_North_Carolina" title="Cary, North Carolina">Cary</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">180,388
</td>
<td style="text-align:right;">174,721
</td>
<td style="text-align:right;"><span data-sort-value="7000324000000000000♠" style="display:none"></span><span style="color:green">+3.24%</span>
</td>
<td data-sort-value="7008153327296131891" style="text-align:right;">59.2 sq mi
</td>
<td data-sort-value="7008153327296131891" style="text-align:right;">153.3 km<sup>2</sup>
</td>
<td data-sort-value="6997113938746985875" style="text-align:right;">2,951/sq mi
</td>
<td data-sort-value="6997113938746985875" style="text-align:right;">1,139/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.78_N_78.82_W_&title=Cary"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°47′N</span> <span class="longitude">78°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.78°N 78.82°W</span><span style="display:none"> / <span class="geo">35.78; -78.82</span></span><span style="display:none"> (<span class="fn org">Cary</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">144
</th>
<td align="left"><a href="/wiki/Shreveport,_Louisiana" title="Shreveport, Louisiana">Shreveport</a>
</td>
<td align="left"><a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>
</td>
<td style="text-align:right;">180,153
</td>
<td style="text-align:right;">187,593
</td>
<td style="text-align:right;"><span data-sort-value="2999602999999999999♠" style="display:none"></span><span style="color:red">−3.97%</span>
</td>
<td data-sort-value="7008279200718294220" style="text-align:right;">107.8 sq mi
</td>
<td data-sort-value="7008279200718294220" style="text-align:right;">279.2 km<sup>2</sup>
</td>
<td data-sort-value="6996671817755863855" style="text-align:right;">1,740/sq mi
</td>
<td data-sort-value="6996671817755863855" style="text-align:right;">670/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.47_N_93.79_W_&title=Shreveport"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°28′N</span> <span class="longitude">93°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.47°N 93.79°W</span><span style="display:none"> / <span class="geo">32.47; -93.79</span></span><span style="display:none"> (<span class="fn org">Shreveport</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">145
</th>
<td align="left"><a href="/wiki/Ontario,_California" title="Ontario, California">Ontario</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">179,061
</td>
<td style="text-align:right;">175,265
</td>
<td style="text-align:right;"><span data-sort-value="7000217000000000000♠" style="display:none"></span><span style="color:green">+2.17%</span>
</td>
<td data-sort-value="7008129499405516800" style="text-align:right;">50.0 sq mi
</td>
<td data-sort-value="7008129499405516800" style="text-align:right;">129.5 km<sup>2</sup>
</td>
<td data-sort-value="6997135328806569127" style="text-align:right;">3,505/sq mi
</td>
<td data-sort-value="6997135328806569127" style="text-align:right;">1,353/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.04_N_117.60_W_&title=Ontario"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°02′N</span> <span class="longitude">117°36′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.04°N 117.60°W</span><span style="display:none"> / <span class="geo">34.04; -117.60</span></span><span style="display:none"> (<span class="fn org">Ontario</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">146
</th>
<td align="left"><a href="/wiki/Eugene,_Oregon" title="Eugene, Oregon">Eugene</a>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">177,923
</td>
<td style="text-align:right;">176,654
</td>
<td style="text-align:right;"><span data-sort-value="6999720000000000000♠" style="display:none"></span><span style="color:green">+0.72%</span>
</td>
<td data-sort-value="7008114477474476851" style="text-align:right;">44.2 sq mi
</td>
<td data-sort-value="7008114477474476851" style="text-align:right;">114.5 km<sup>2</sup>
</td>
<td data-sort-value="6997154325032769415" style="text-align:right;">3,997/sq mi
</td>
<td data-sort-value="6997154325032769415" style="text-align:right;">1,543/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.06_N_123.12_W_&title=Eugene"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°04′N</span> <span class="longitude">123°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.06°N 123.12°W</span><span style="display:none"> / <span class="geo">44.06; -123.12</span></span><span style="display:none"> (<span class="fn org">Eugene</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">147
</th>
<td align="left"><a href="/wiki/Aurora,_Illinois" title="Aurora, Illinois">Aurora</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">177,866
</td>
<td style="text-align:right;">180,542
</td>
<td style="text-align:right;"><span data-sort-value="2999852000000000000♠" style="display:none"></span><span style="color:red">−1.48%</span>
</td>
<td data-sort-value="7008116549464965120" style="text-align:right;">45.0 sq mi
</td>
<td data-sort-value="7008116549464965120" style="text-align:right;">116.5 km<sup>2</sup>
</td>
<td data-sort-value="6997154904186007229" style="text-align:right;">4,012/sq mi
</td>
<td data-sort-value="6997154904186007229" style="text-align:right;">1,549/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.76_N_88.29_W_&title=Aurora"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°46′N</span> <span class="longitude">88°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.76°N 88.29°W</span><span style="display:none"> / <span class="geo">41.76; -88.29</span></span><span style="display:none"> (<span class="fn org">Aurora</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">148
</th>
<td align="left"><a href="/wiki/Elk_Grove,_California" title="Elk Grove, California">Elk Grove</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">177,558
</td>
<td style="text-align:right;">176,124
</td>
<td style="text-align:right;"><span data-sort-value="6999810000000000000♠" style="display:none"></span><span style="color:green">+0.81%</span>
</td>
<td data-sort-value="7008108779500634112" style="text-align:right;">42.0 sq mi
</td>
<td data-sort-value="7008108779500634112" style="text-align:right;">108.8 km<sup>2</sup>
</td>
<td data-sort-value="6997161892635076847" style="text-align:right;">4,193/sq mi
</td>
<td data-sort-value="6997161892635076847" style="text-align:right;">1,619/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.41_N_121.38_W_&title=Elk+Grove"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°25′N</span> <span class="longitude">121°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.41°N 121.38°W</span><span style="display:none"> / <span class="geo">38.41; -121.38</span></span><span style="display:none"> (<span class="fn org">Elk Grove</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">149
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Salem,_Oregon" title="Salem, Oregon">Salem</a></b>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">177,487
</td>
<td style="text-align:right;">175,535
</td>
<td style="text-align:right;"><span data-sort-value="7000111000000000000♠" style="display:none"></span><span style="color:green">+1.11%</span>
</td>
<td data-sort-value="7008126391419784396" style="text-align:right;">48.8 sq mi
</td>
<td data-sort-value="7008126391419784396" style="text-align:right;">126.4 km<sup>2</sup>
</td>
<td data-sort-value="6997138880946427717" style="text-align:right;">3,597/sq mi
</td>
<td data-sort-value="6997138880946427717" style="text-align:right;">1,389/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.92_N_123.02_W_&title=Salem"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°55′N</span> <span class="longitude">123°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.92°N 123.02°W</span><span style="display:none"> / <span class="geo">44.92; -123.02</span></span><span style="display:none"> (<span class="fn org">Salem</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">150
</th>
<td align="left"><a href="/wiki/Santa_Rosa,_California" title="Santa Rosa, California">Santa Rosa</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">177,181
</td>
<td style="text-align:right;">178,127
</td>
<td style="text-align:right;"><span data-sort-value="3000470000000000000♠" style="display:none"></span><span style="color:red">−0.53%</span>
</td>
<td data-sort-value="7008110074494689280" style="text-align:right;">42.5 sq mi
</td>
<td data-sort-value="7008110074494689280" style="text-align:right;">110.1 km<sup>2</sup>
</td>
<td data-sort-value="6997161815414645139" style="text-align:right;">4,191/sq mi
</td>
<td data-sort-value="6997161815414645139" style="text-align:right;">1,618/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.45_N_122.71_W_&title=Santa+Rosa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°27′N</span> <span class="longitude">122°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.45°N 122.71°W</span><span style="display:none"> / <span class="geo">38.45; -122.71</span></span><span style="display:none"> (<span class="fn org">Santa Rosa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">151
</th>
<td align="left"><a href="/wiki/Clarksville,_Tennessee" title="Clarksville, Tennessee">Clarksville</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">176,974
</td>
<td style="text-align:right;">166,722
</td>
<td style="text-align:right;"><span data-sort-value="7000615000000000000♠" style="display:none"></span><span style="color:green">+6.15%</span>
</td>
<td data-sort-value="7008257444818167398" style="text-align:right;">99.4 sq mi
</td>
<td data-sort-value="7008257444818167398" style="text-align:right;">257.4 km<sup>2</sup>
</td>
<td data-sort-value="6996647493319875681" style="text-align:right;">1,677/sq mi
</td>
<td data-sort-value="6996647493319875681" style="text-align:right;">647/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.57_N_87.35_W_&title=Clarksville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°34′N</span> <span class="longitude">87°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.57°N 87.35°W</span><span style="display:none"> / <span class="geo">36.57; -87.35</span></span><span style="display:none"> (<span class="fn org">Clarksville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">152
</th>
<td align="left"><a href="/wiki/Rancho_Cucamonga,_California" title="Rancho Cucamonga, California">Rancho Cucamonga</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">176,336
</td>
<td style="text-align:right;">174,453
</td>
<td style="text-align:right;"><span data-sort-value="7000108000000000000♠" style="display:none"></span><span style="color:green">+1.08%</span>
</td>
<td data-sort-value="7008103858523224473" style="text-align:right;">40.1 sq mi
</td>
<td data-sort-value="7008103858523224473" style="text-align:right;">103.9 km<sup>2</sup>
</td>
<td data-sort-value="6997167954438965963" style="text-align:right;">4,350/sq mi
</td>
<td data-sort-value="6997167954438965963" style="text-align:right;">1,680/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.12_N_117.56_W_&title=Rancho+Cucamonga"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°07′N</span> <span class="longitude">117°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.12°N 117.56°W</span><span style="display:none"> / <span class="geo">34.12; -117.56</span></span><span style="display:none"> (<span class="fn org">Rancho Cucamonga</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">153
</th>
<td align="left"><a href="/wiki/Oceanside,_California" title="Oceanside, California">Oceanside</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">172,199
</td>
<td style="text-align:right;">174,068
</td>
<td style="text-align:right;"><span data-sort-value="2999893000000000000♠" style="display:none"></span><span style="color:red">−1.07%</span>
</td>
<td data-sort-value="7008106966508956876" style="text-align:right;">41.3 sq mi
</td>
<td data-sort-value="7008106966508956876" style="text-align:right;">107.0 km<sup>2</sup>
</td>
<td data-sort-value="6997162742059825640" style="text-align:right;">4,215/sq mi
</td>
<td data-sort-value="6997162742059825640" style="text-align:right;">1,627/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.22_N_117.31_W_&title=Oceanside"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°13′N</span> <span class="longitude">117°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.22°N 117.31°W</span><span style="display:none"> / <span class="geo">33.22; -117.31</span></span><span style="display:none"> (<span class="fn org">Oceanside</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">154
</th>
<td align="left"><a href="/wiki/Springfield,_Missouri" title="Springfield, Missouri">Springfield</a>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">170,067
</td>
<td style="text-align:right;">169,176
</td>
<td style="text-align:right;"><span data-sort-value="6999530000000000000♠" style="display:none"></span><span style="color:green">+0.53%</span>
</td>
<td data-sort-value="7008213415020291686" style="text-align:right;">82.4 sq mi
</td>
<td data-sort-value="7008213415020291686" style="text-align:right;">213.4 km<sup>2</sup>
</td>
<td data-sort-value="6996792667731487641" style="text-align:right;">2,053/sq mi
</td>
<td data-sort-value="6996792667731487641" style="text-align:right;">793/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.19_N_93.29_W_&title=Springfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°11′N</span> <span class="longitude">93°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.19°N 93.29°W</span><span style="display:none"> / <span class="geo">37.19; -93.29</span></span><span style="display:none"> (<span class="fn org">Springfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">155
</th>
<td align="left"><a href="/wiki/Pembroke_Pines,_Florida" title="Pembroke Pines, Florida">Pembroke Pines</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">169,876
</td>
<td style="text-align:right;">171,178
</td>
<td style="text-align:right;"><span data-sort-value="3000240000000000000♠" style="display:none"></span><span style="color:red">−0.76%</span>
</td>
<td data-sort-value="7007846926112079872" style="text-align:right;">32.7 sq mi
</td>
<td data-sort-value="7007846926112079872" style="text-align:right;">84.7 km<sup>2</sup>
</td>
<td data-sort-value="6997202124479996970" style="text-align:right;">5,235/sq mi
</td>
<td data-sort-value="6997202124479996970" style="text-align:right;">2,021/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.01_N_80.34_W_&title=Pembroke+Pines"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°01′N</span> <span class="longitude">80°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.01°N 80.34°W</span><span style="display:none"> / <span class="geo">26.01; -80.34</span></span><span style="display:none"> (<span class="fn org">Pembroke Pines</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">156
</th>
<td align="left"><a href="/wiki/Garden_Grove,_California" title="Garden Grove, California">Garden Grove</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">169,254
</td>
<td style="text-align:right;">171,949
</td>
<td style="text-align:right;"><span data-sort-value="2999843000000000000♠" style="display:none"></span><span style="color:red">−1.57%</span>
</td>
<td data-sort-value="7007466197859860480" style="text-align:right;">18.0 sq mi
</td>
<td data-sort-value="7007466197859860480" style="text-align:right;">46.6 km<sup>2</sup>
</td>
<td data-sort-value="6997368843392055598" style="text-align:right;">9,553/sq mi
</td>
<td data-sort-value="6997368843392055598" style="text-align:right;">3,688/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.78_N_117.96_W_&title=Garden+Grove"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°47′N</span> <span class="longitude">117°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.78°N 117.96°W</span><span style="display:none"> / <span class="geo">33.78; -117.96</span></span><span style="display:none"> (<span class="fn org">Garden Grove</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">157
</th>
<td align="left"><a href="/wiki/Fort_Collins,_Colorado" title="Fort Collins, Colorado">Fort Collins</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">169,249
</td>
<td style="text-align:right;">169,810
</td>
<td style="text-align:right;"><span data-sort-value="3000669999999999999♠" style="display:none"></span><span style="color:red">−0.33%</span>
</td>
<td data-sort-value="7008148147319911219" style="text-align:right;">57.2 sq mi
</td>
<td data-sort-value="7008148147319911219" style="text-align:right;">148.1 km<sup>2</sup>
</td>
<td data-sort-value="6997114633730871252" style="text-align:right;">2,969/sq mi
</td>
<td data-sort-value="6997114633730871252" style="text-align:right;">1,146/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.55_N_105.06_W_&title=Fort+Collins"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°33′N</span> <span class="longitude">105°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.55°N 105.06°W</span><span style="display:none"> / <span class="geo">40.55; -105.06</span></span><span style="display:none"> (<span class="fn org">Fort Collins</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">158
</th>
<td align="left"><a href="/wiki/Lancaster,_California" title="Lancaster, California">Lancaster</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">169,185
</td>
<td style="text-align:right;">173,516
</td>
<td style="text-align:right;"><span data-sort-value="2999750000000000000♠" style="display:none"></span><span style="color:red">−2.50%</span>
</td>
<td data-sort-value="7008244235878804684" style="text-align:right;">94.3 sq mi
</td>
<td data-sort-value="7008244235878804684" style="text-align:right;">244.2 km<sup>2</sup>
</td>
<td data-sort-value="6996710427971718100" style="text-align:right;">1,840/sq mi
</td>
<td data-sort-value="6996710427971718100" style="text-align:right;">710/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.69_N_118.18_W_&title=Lancaster"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°41′N</span> <span class="longitude">118°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.69°N 118.18°W</span><span style="display:none"> / <span class="geo">34.69; -118.18</span></span><span style="display:none"> (<span class="fn org">Lancaster</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">159
</th>
<td align="left"><a href="/wiki/Palmdale,_California" title="Palmdale, California">Palmdale</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">163,463
</td>
<td style="text-align:right;">169,450
</td>
<td style="text-align:right;"><span data-sort-value="2999647000000000000♠" style="display:none"></span><span style="color:red">−3.53%</span>
</td>
<td data-sort-value="7008274797738506649" style="text-align:right;">106.1 sq mi
</td>
<td data-sort-value="7008274797738506649" style="text-align:right;">274.8 km<sup>2</sup>
</td>
<td data-sort-value="6996616605147192286" style="text-align:right;">1,597/sq mi
</td>
<td data-sort-value="6996616605147192286" style="text-align:right;">617/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.59_N_118.11_W_&title=Palmdale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°35′N</span> <span class="longitude">118°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.59°N 118.11°W</span><span style="display:none"> / <span class="geo">34.59; -118.11</span></span><span style="display:none"> (<span class="fn org">Palmdale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">160
</th>
<td align="left"><a href="/wiki/Murfreesboro,_Tennessee" title="Murfreesboro, Tennessee">Murfreesboro</a>
</td>
<td align="left"><a href="/wiki/Tennessee" title="Tennessee">Tennessee</a>
</td>
<td style="text-align:right;">162,398
</td>
<td style="text-align:right;">152,769
</td>
<td style="text-align:right;"><span data-sort-value="7000630000000000000♠" style="display:none"></span><span style="color:green">+6.30%</span>
</td>
<td data-sort-value="7008162910252140134" style="text-align:right;">62.9 sq mi
</td>
<td data-sort-value="7008162910252140134" style="text-align:right;">162.9 km<sup>2</sup>
</td>
<td data-sort-value="6996937842143099600" style="text-align:right;">2,429/sq mi
</td>
<td data-sort-value="6996937842143099600" style="text-align:right;">938/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.85_N_86.42_W_&title=Murfreesboro"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°51′N</span> <span class="longitude">86°25′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.85°N 86.42°W</span><span style="display:none"> / <span class="geo">35.85; -86.42</span></span><span style="display:none"> (<span class="fn org">Murfreesboro</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">161
</th>
<td align="left"><a href="/wiki/Salinas,_California" title="Salinas, California">Salinas</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">161,020
</td>
<td style="text-align:right;">163,542
</td>
<td style="text-align:right;"><span data-sort-value="2999846000000000000♠" style="display:none"></span><span style="color:red">−1.54%</span>
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">23.5 sq mi
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">60.9 km<sup>2</sup>
</td>
<td data-sort-value="6997268688492129688" style="text-align:right;">6,959/sq mi
</td>
<td data-sort-value="6997268688492129688" style="text-align:right;">2,687/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.69_N_121.63_W_&title=Salinas"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°41′N</span> <span class="longitude">121°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.69°N 121.63°W</span><span style="display:none"> / <span class="geo">36.69; -121.63</span></span><span style="display:none"> (<span class="fn org">Salinas</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">162
</th>
<td align="left"><a href="/wiki/Corona,_California" title="Corona, California">Corona</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">159,567
</td>
<td style="text-align:right;">157,136
</td>
<td style="text-align:right;"><span data-sort-value="7000155000000000000♠" style="display:none"></span><span style="color:green">+1.55%</span>
</td>
<td data-sort-value="7008103340525602406" style="text-align:right;">39.9 sq mi
</td>
<td data-sort-value="7008103340525602406" style="text-align:right;">103.3 km<sup>2</sup>
</td>
<td data-sort-value="6997152047030034015" style="text-align:right;">3,938/sq mi
</td>
<td data-sort-value="6997152047030034015" style="text-align:right;">1,520/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.86_N_117.57_W_&title=Corona"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°52′N</span> <span class="longitude">117°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.86°N 117.57°W</span><span style="display:none"> / <span class="geo">33.86; -117.57</span></span><span style="display:none"> (<span class="fn org">Corona</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">163
</th>
<td align="left"><a href="/wiki/Killeen,_Texas" title="Killeen, Texas">Killeen</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">159,172
</td>
<td style="text-align:right;">153,095
</td>
<td style="text-align:right;"><span data-sort-value="7000397000000000000♠" style="display:none"></span><span style="color:green">+3.97%</span>
</td>
<td data-sort-value="7008141931348446412" style="text-align:right;">54.8 sq mi
</td>
<td data-sort-value="7008141931348446412" style="text-align:right;">141.9 km<sup>2</sup>
</td>
<td data-sort-value="6997107876943096759" style="text-align:right;">2,794/sq mi
</td>
<td data-sort-value="6997107876943096759" style="text-align:right;">1,079/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=31.08_N_97.73_W_&title=Killeen"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">31°05′N</span> <span class="longitude">97°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">31.08°N 97.73°W</span><span style="display:none"> / <span class="geo">31.08; -97.73</span></span><span style="display:none"> (<span class="fn org">Killeen</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">164
</th>
<td align="left"><a href="/wiki/Hayward,_California" title="Hayward, California">Hayward</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">156,754
</td>
<td style="text-align:right;">162,954
</td>
<td style="text-align:right;"><span data-sort-value="2999620000000000000♠" style="display:none"></span><span style="color:red">−3.80%</span>
</td>
<td data-sort-value="7008118621455453388" style="text-align:right;">45.8 sq mi
</td>
<td data-sort-value="7008118621455453388" style="text-align:right;">118.6 km<sup>2</sup>
</td>
<td data-sort-value="6997137375148009402" style="text-align:right;">3,558/sq mi
</td>
<td data-sort-value="6997137375148009402" style="text-align:right;">1,374/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.63_N_122.10_W_&title=Hayward"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°38′N</span> <span class="longitude">122°06′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.63°N 122.10°W</span><span style="display:none"> / <span class="geo">37.63; -122.10</span></span><span style="display:none"> (<span class="fn org">Hayward</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">165
</th>
<td align="left"><a href="/wiki/Paterson,_New_Jersey" title="Paterson, New Jersey">Paterson</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">156,661
</td>
<td style="text-align:right;">159,732
</td>
<td style="text-align:right;"><span data-sort-value="2999808000000000000♠" style="display:none"></span><span style="color:red">−1.92%</span>
</td>
<td data-sort-value="7007217559001268224" style="text-align:right;">8.4 sq mi
</td>
<td data-sort-value="7007217559001268224" style="text-align:right;">21.8 km<sup>2</sup>
</td>
<td data-sort-value="6997734211864684314" style="text-align:right;">19,016/sq mi
</td>
<td data-sort-value="6997734211864684314" style="text-align:right;">7,342/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.91_N_74.16_W_&title=Paterson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°55′N</span> <span class="longitude">74°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.91°N 74.16°W</span><span style="display:none"> / <span class="geo">40.91; -74.16</span></span><span style="display:none"> (<span class="fn org">Paterson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">166
</th>
<td align="left"><a href="/wiki/Macon,_Georgia" title="Macon, Georgia">Macon</a><sup class="reference" id="cite_ref-25"><a href="#cite_note-25">[w]</a></sup>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">156,197
</td>
<td style="text-align:right;">157,346
</td>
<td style="text-align:right;"><span data-sort-value="3000270000000000000♠" style="display:none"></span><span style="color:red">−0.73%</span>
</td>
<td data-sort-value="7008645943034717798" style="text-align:right;">249.4 sq mi
</td>
<td data-sort-value="7008645943034717798" style="text-align:right;">645.9 km<sup>2</sup>
</td>
<td data-sort-value="6996243630462040283" style="text-align:right;">631/sq mi
</td>
<td data-sort-value="6996243630462040283" style="text-align:right;">244/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.81_N_83.69_W_&title=Macon"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°49′N</span> <span class="longitude">83°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.81°N 83.69°W</span><span style="display:none"> / <span class="geo">32.81; -83.69</span></span><span style="display:none"> (<span class="fn org">Macon</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">167
</th>
<td align="left"><a href="/wiki/Lakewood,_Colorado" title="Lakewood, Colorado">Lakewood</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">156,120
</td>
<td style="text-align:right;">155,984
</td>
<td style="text-align:right;"><span data-sort-value="6998900000000000000♠" style="display:none"></span><span style="color:green">+0.09%</span>
</td>
<td data-sort-value="7008112664482799616" style="text-align:right;">43.5 sq mi
</td>
<td data-sort-value="7008112664482799616" style="text-align:right;">112.7 km<sup>2</sup>
</td>
<td data-sort-value="6997138456234053321" style="text-align:right;">3,586/sq mi
</td>
<td data-sort-value="6997138456234053321" style="text-align:right;">1,385/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.70_N_105.12_W_&title=Lakewood"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°42′N</span> <span class="longitude">105°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.70°N 105.12°W</span><span style="display:none"> / <span class="geo">39.70; -105.12</span></span><span style="display:none"> (<span class="fn org">Lakewood</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">168
</th>
<td align="left"><a href="/wiki/Alexandria,_Virginia" title="Alexandria, Virginia">Alexandria</a><sup class="reference" id="cite_ref-IndependentCity_15-7"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">155,525
</td>
<td style="text-align:right;">159,467
</td>
<td style="text-align:right;"><span data-sort-value="2999752999999999999♠" style="display:none"></span><span style="color:red">−2.47%</span>
</td>
<td data-sort-value="7007385908228440064" style="text-align:right;">14.9 sq mi
</td>
<td data-sort-value="7007385908228440064" style="text-align:right;">38.6 km<sup>2</sup>
</td>
<td data-sort-value="6997413206530072125" style="text-align:right;">10,702/sq mi
</td>
<td data-sort-value="6997413206530072125" style="text-align:right;">4,132/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.82_N_77.08_W_&title=Alexandria"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°49′N</span> <span class="longitude">77°05′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.82°N 77.08°W</span><span style="display:none"> / <span class="geo">38.82; -77.08</span></span><span style="display:none"> (<span class="fn org">Alexandria</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">169
</th>
<td align="left"><a href="/wiki/Roseville,_California" title="Roseville, California">Roseville</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">154,817
</td>
<td style="text-align:right;">147,773
</td>
<td style="text-align:right;"><span data-sort-value="7000476999999999999♠" style="display:none"></span><span style="color:green">+4.77%</span>
</td>
<td data-sort-value="7008114218475665817" style="text-align:right;">44.1 sq mi
</td>
<td data-sort-value="7008114218475665817" style="text-align:right;">114.2 km<sup>2</sup>
</td>
<td data-sort-value="6997129382833327573" style="text-align:right;">3,351/sq mi
</td>
<td data-sort-value="6997129382833327573" style="text-align:right;">1,294/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.77_N_121.32_W_&title=Roseville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°46′N</span> <span class="longitude">121°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.77°N 121.32°W</span><span style="display:none"> / <span class="geo">38.77; -121.32</span></span><span style="display:none"> (<span class="fn org">Roseville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">170
</th>
<td align="left"><a href="/wiki/Surprise,_Arizona" title="Surprise, Arizona">Surprise</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">154,198
</td>
<td style="text-align:right;">143,148
</td>
<td style="text-align:right;"><span data-sort-value="7000772000000000000♠" style="display:none"></span><span style="color:green">+7.72%</span>
</td>
<td data-sort-value="7008285675688570060" style="text-align:right;">110.3 sq mi
</td>
<td data-sort-value="7008285675688570060" style="text-align:right;">285.7 km<sup>2</sup>
</td>
<td data-sort-value="6996501160601788094" style="text-align:right;">1,298/sq mi
</td>
<td data-sort-value="6996501160601788094" style="text-align:right;">501/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.67_N_112.45_W_&title=Surprise"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°40′N</span> <span class="longitude">112°27′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.67°N 112.45°W</span><span style="display:none"> / <span class="geo">33.67; -112.45</span></span><span style="display:none"> (<span class="fn org">Surprise</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">171
</th>
<td align="left"><a href="/wiki/Springfield,_Massachusetts" title="Springfield, Massachusetts">Springfield</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">154,064
</td>
<td style="text-align:right;">155,929
</td>
<td style="text-align:right;"><span data-sort-value="2999880000000000000♠" style="display:none"></span><span style="color:red">−1.20%</span>
</td>
<td data-sort-value="7007826206207197184" style="text-align:right;">31.9 sq mi
</td>
<td data-sort-value="7007826206207197184" style="text-align:right;">82.6 km<sup>2</sup>
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">4,888/sq mi
</td>
<td data-sort-value="6997188726735095547" style="text-align:right;">1,887/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.12_N_72.54_W_&title=Springfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°07′N</span> <span class="longitude">72°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.12°N 72.54°W</span><span style="display:none"> / <span class="geo">42.12; -72.54</span></span><span style="display:none"> (<span class="fn org">Springfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">172
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Charleston,_South_Carolina" title="Charleston, South Carolina">Charleston</a></i>
</td>
<td align="left"><a href="/wiki/South_Carolina" title="South Carolina">South Carolina</a>
</td>
<td style="text-align:right;">153,672
</td>
<td style="text-align:right;">150,227
</td>
<td style="text-align:right;"><span data-sort-value="7000229000000000000♠" style="display:none"></span><span style="color:green">+2.29%</span>
</td>
<td data-sort-value="7008297330635066572" style="text-align:right;">114.8 sq mi
</td>
<td data-sort-value="7008297330635066572" style="text-align:right;">297.3 km<sup>2</sup>
</td>
<td data-sort-value="6996505407725532061" style="text-align:right;">1,309/sq mi
</td>
<td data-sort-value="6996505407725532061" style="text-align:right;">505/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.83_N_79.97_W_&title=Charleston"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°50′N</span> <span class="longitude">79°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.83°N 79.97°W</span><span style="display:none"> / <span class="geo">32.83; -79.97</span></span><span style="display:none"> (<span class="fn org">Charleston</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">173
</th>
<td align="left"><a href="/wiki/Kansas_City,_Kansas" title="Kansas City, Kansas">Kansas City</a><sup class="reference" id="cite_ref-26"><a href="#cite_note-26">[x]</a></sup>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">153,345
</td>
<td style="text-align:right;">156,607
</td>
<td style="text-align:right;"><span data-sort-value="2999792000000000000♠" style="display:none"></span><span style="color:red">−2.08%</span>
</td>
<td data-sort-value="7008322971517358899" style="text-align:right;">124.7 sq mi
</td>
<td data-sort-value="7008322971517358899" style="text-align:right;">323.0 km<sup>2</sup>
</td>
<td data-sort-value="6996484944311129311" style="text-align:right;">1,256/sq mi
</td>
<td data-sort-value="6996484944311129311" style="text-align:right;">485/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.12_N_94.74_W_&title=Kansas+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°07′N</span> <span class="longitude">94°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.12°N 94.74°W</span><span style="display:none"> / <span class="geo">39.12; -94.74</span></span><span style="display:none"> (<span class="fn org">Kansas City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">174
</th>
<td align="left"><a href="/wiki/Sunnyvale,_California" title="Sunnyvale, California">Sunnyvale</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">153,091
</td>
<td style="text-align:right;">155,805
</td>
<td style="text-align:right;"><span data-sort-value="2999826000000000000♠" style="display:none"></span><span style="color:red">−1.74%</span>
</td>
<td data-sort-value="7007572387372384256" style="text-align:right;">22.1 sq mi
</td>
<td data-sort-value="7007572387372384256" style="text-align:right;">57.2 km<sup>2</sup>
</td>
<td data-sort-value="6997272202021772424" style="text-align:right;">7,050/sq mi
</td>
<td data-sort-value="6997272202021772424" style="text-align:right;">2,720/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.39_N_122.03_W_&title=Sunnyvale"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°23′N</span> <span class="longitude">122°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.39°N 122.03°W</span><span style="display:none"> / <span class="geo">37.39; -122.03</span></span><span style="display:none"> (<span class="fn org">Sunnyvale</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">175
</th>
<td align="left"><a href="/wiki/Bellevue,_Washington" title="Bellevue, Washington">Bellevue</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">152,767
</td>
<td style="text-align:right;">151,854
</td>
<td style="text-align:right;"><span data-sort-value="6999600000000000000♠" style="display:none"></span><span style="color:green">+0.60%</span>
</td>
<td data-sort-value="7007867646016962560" style="text-align:right;">33.5 sq mi
</td>
<td data-sort-value="7007867646016962560" style="text-align:right;">86.8 km<sup>2</sup>
</td>
<td data-sort-value="6997175020108467290" style="text-align:right;">4,533/sq mi
</td>
<td data-sort-value="6997175020108467290" style="text-align:right;">1,750/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.60_N_122.16_W_&title=Bellevue"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°36′N</span> <span class="longitude">122°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.60°N 122.16°W</span><span style="display:none"> / <span class="geo">47.60; -122.16</span></span><span style="display:none"> (<span class="fn org">Bellevue</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">176
</th>
<td align="left"><a href="/wiki/Hollywood,_Florida" title="Hollywood, Florida">Hollywood</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">152,650
</td>
<td style="text-align:right;">153,067
</td>
<td style="text-align:right;"><span data-sort-value="3000730000000000000♠" style="display:none"></span><span style="color:red">−0.27%</span>
</td>
<td data-sort-value="7007707066754121728" style="text-align:right;">27.3 sq mi
</td>
<td data-sort-value="7007707066754121728" style="text-align:right;">70.7 km<sup>2</sup>
</td>
<td data-sort-value="6997216487480294749" style="text-align:right;">5,607/sq mi
</td>
<td data-sort-value="6997216487480294749" style="text-align:right;">2,165/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.03_N_80.16_W_&title=Hollywood"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°02′N</span> <span class="longitude">80°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.03°N 80.16°W</span><span style="display:none"> / <span class="geo">26.03; -80.16</span></span><span style="display:none"> (<span class="fn org">Hollywood</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">177
</th>
<td align="left"><a href="/wiki/Denton,_Texas" title="Denton, Texas">Denton</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">150,353
</td>
<td style="text-align:right;">139,869
</td>
<td style="text-align:right;"><span data-sort-value="7000750000000000000♠" style="display:none"></span><span style="color:green">+7.50%</span>
</td>
<td data-sort-value="7008249674853836390" style="text-align:right;">96.4 sq mi
</td>
<td data-sort-value="7008249674853836390" style="text-align:right;">249.7 km<sup>2</sup>
</td>
<td data-sort-value="6996560234232045088" style="text-align:right;">1,451/sq mi
</td>
<td data-sort-value="6996560234232045088" style="text-align:right;">560/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.22_N_97.14_W_&title=Denton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°13′N</span> <span class="longitude">97°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.22°N 97.14°W</span><span style="display:none"> / <span class="geo">33.22; -97.14</span></span><span style="display:none"> (<span class="fn org">Denton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">178
</th>
<td align="left"><a href="/wiki/Escondido,_California" title="Escondido, California">Escondido</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">150,270
</td>
<td style="text-align:right;">151,038
</td>
<td style="text-align:right;"><span data-sort-value="3000490000000000000♠" style="display:none"></span><span style="color:red">−0.51%</span>
</td>
<td data-sort-value="7007966065565155327" style="text-align:right;">37.3 sq mi
</td>
<td data-sort-value="7007966065565155327" style="text-align:right;">96.6 km<sup>2</sup>
</td>
<td data-sort-value="6997156332763993836" style="text-align:right;">4,049/sq mi
</td>
<td data-sort-value="6997156332763993836" style="text-align:right;">1,563/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.13_N_117.07_W_&title=Escondido"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°08′N</span> <span class="longitude">117°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.13°N 117.07°W</span><span style="display:none"> / <span class="geo">33.13; -117.07</span></span><span style="display:none"> (<span class="fn org">Escondido</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">179
</th>
<td align="left"><a href="/wiki/Joliet,_Illinois" title="Joliet, Illinois">Joliet</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">150,033
</td>
<td style="text-align:right;">150,362
</td>
<td style="text-align:right;"><span data-sort-value="3000780000000000000♠" style="display:none"></span><span style="color:red">−0.22%</span>
</td>
<td data-sort-value="7008167054233116672" style="text-align:right;">64.5 sq mi
</td>
<td data-sort-value="7008167054233116672" style="text-align:right;">167.1 km<sup>2</sup>
</td>
<td data-sort-value="6996900004131562441" style="text-align:right;">2,331/sq mi
</td>
<td data-sort-value="6996900004131562441" style="text-align:right;">900/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.52_N_88.15_W_&title=Joliet"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°31′N</span> <span class="longitude">88°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.52°N 88.15°W</span><span style="display:none"> / <span class="geo">41.52; -88.15</span></span><span style="display:none"> (<span class="fn org">Joliet</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">180
</th>
<td align="left"><a href="/wiki/Naperville,_Illinois" title="Naperville, Illinois">Naperville</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">149,936
</td>
<td style="text-align:right;">149,540
</td>
<td style="text-align:right;"><span data-sort-value="6999260000000000000♠" style="display:none"></span><span style="color:green">+0.26%</span>
</td>
<td data-sort-value="7008101268535114137" style="text-align:right;">39.1 sq mi
</td>
<td data-sort-value="7008101268535114137" style="text-align:right;">101.3 km<sup>2</sup>
</td>
<td data-sort-value="6997147684075642485" style="text-align:right;">3,825/sq mi
</td>
<td data-sort-value="6997147684075642485" style="text-align:right;">1,477/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.75_N_88.16_W_&title=Naperville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°45′N</span> <span class="longitude">88°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.75°N 88.16°W</span><span style="display:none"> / <span class="geo">41.75; -88.16</span></span><span style="display:none"> (<span class="fn org">Naperville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">181
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Bridgeport,_Connecticut" title="Bridgeport, Connecticut">Bridgeport</a></i>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">148,377
</td>
<td style="text-align:right;">148,654
</td>
<td style="text-align:right;"><span data-sort-value="3000810000000000000♠" style="display:none"></span><span style="color:red">−0.19%</span>
</td>
<td data-sort-value="7007416988085764096" style="text-align:right;">16.1 sq mi
</td>
<td data-sort-value="7007416988085764096" style="text-align:right;">41.7 km<sup>2</sup>
</td>
<td data-sort-value="6997356488122982240" style="text-align:right;">9,233/sq mi
</td>
<td data-sort-value="6997356488122982240" style="text-align:right;">3,565/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.19_N_73.20_W_&title=Bridgeport"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°11′N</span> <span class="longitude">73°12′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.19°N 73.20°W</span><span style="display:none"> / <span class="geo">41.19; -73.20</span></span><span style="display:none"> (<span class="fn org">Bridgeport</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">182
</th>
<td align="left"><a href="/wiki/Savannah,_Georgia" title="Savannah, Georgia">Savannah</a>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">148,004
</td>
<td style="text-align:right;">147,780
</td>
<td style="text-align:right;"><span data-sort-value="6999150000000000000♠" style="display:none"></span><span style="color:green">+0.15%</span>
</td>
<td data-sort-value="7008276610730183884" style="text-align:right;">106.8 sq mi
</td>
<td data-sort-value="7008276610730183884" style="text-align:right;">276.6 km<sup>2</sup>
</td>
<td data-sort-value="6996534365387422745" style="text-align:right;">1,384/sq mi
</td>
<td data-sort-value="6996534365387422745" style="text-align:right;">534/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.00_N_81.15_W_&title=Savannah"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°00′N</span> <span class="longitude">81°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.00°N 81.15°W</span><span style="display:none"> / <span class="geo">32.00; -81.15</span></span><span style="display:none"> (<span class="fn org">Savannah</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">183
</th>
<td align="left"><a href="/wiki/Mesquite,_Texas" title="Mesquite, Texas">Mesquite</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">147,899
</td>
<td style="text-align:right;">150,108
</td>
<td style="text-align:right;"><span data-sort-value="2999852999999999999♠" style="display:none"></span><span style="color:red">−1.47%</span>
</td>
<td data-sort-value="7008125614423351296" style="text-align:right;">48.5 sq mi
</td>
<td data-sort-value="7008125614423351296" style="text-align:right;">125.6 km<sup>2</sup>
</td>
<td data-sort-value="6997119498618068886" style="text-align:right;">3,095/sq mi
</td>
<td data-sort-value="6997119498618068886" style="text-align:right;">1,195/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.76_N_96.59_W_&title=Mesquite"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°46′N</span> <span class="longitude">96°35′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.76°N 96.59°W</span><span style="display:none"> / <span class="geo">32.76; -96.59</span></span><span style="display:none"> (<span class="fn org">Mesquite</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">184
</th>
<td align="left"><a href="/wiki/Pasadena,_Texas" title="Pasadena, Texas">Pasadena</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">147,662
</td>
<td style="text-align:right;">151,950
</td>
<td style="text-align:right;"><span data-sort-value="2999718000000000000♠" style="display:none"></span><span style="color:red">−2.82%</span>
</td>
<td data-sort-value="7008113182480421683" style="text-align:right;">43.7 sq mi
</td>
<td data-sort-value="7008113182480421683" style="text-align:right;">113.2 km<sup>2</sup>
</td>
<td data-sort-value="6997134247720525208" style="text-align:right;">3,477/sq mi
</td>
<td data-sort-value="6997134247720525208" style="text-align:right;">1,342/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.65_N_95.15_W_&title=Pasadena"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°39′N</span> <span class="longitude">95°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.65°N 95.15°W</span><span style="display:none"> / <span class="geo">29.65; -95.15</span></span><span style="display:none"> (<span class="fn org">Pasadena</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">185
</th>
<td align="left"><a href="/wiki/Rockford,_Illinois" title="Rockford, Illinois">Rockford</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">146,713
</td>
<td style="text-align:right;">148,655
</td>
<td style="text-align:right;"><span data-sort-value="2999869000000000000♠" style="display:none"></span><span style="color:red">−1.31%</span>
</td>
<td data-sort-value="7008167054233116672" style="text-align:right;">64.5 sq mi
</td>
<td data-sort-value="7008167054233116672" style="text-align:right;">167.1 km<sup>2</sup>
</td>
<td data-sort-value="6996889965475440337" style="text-align:right;">2,305/sq mi
</td>
<td data-sort-value="6996889965475440337" style="text-align:right;">890/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.26_N_89.06_W_&title=Rockford"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°16′N</span> <span class="longitude">89°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.26°N 89.06°W</span><span style="display:none"> / <span class="geo">42.26; -89.06</span></span><span style="display:none"> (<span class="fn org">Rockford</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">186
</th>
<td align="left"><a href="/wiki/Pomona,_California" title="Pomona, California">Pomona</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">146,017
</td>
<td style="text-align:right;">151,713
</td>
<td style="text-align:right;"><span data-sort-value="2999625000000000000♠" style="display:none"></span><span style="color:red">−3.75%</span>
</td>
<td data-sort-value="7007595697265377280" style="text-align:right;">23.0 sq mi
</td>
<td data-sort-value="7007595697265377280" style="text-align:right;">59.6 km<sup>2</sup>
</td>
<td data-sort-value="6997254672983774597" style="text-align:right;">6,596/sq mi
</td>
<td data-sort-value="6997254672983774597" style="text-align:right;">2,547/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.06_N_117.76_W_&title=Pomona"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°04′N</span> <span class="longitude">117°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.06°N 117.76°W</span><span style="display:none"> / <span class="geo">34.06; -117.76</span></span><span style="display:none"> (<span class="fn org">Pomona</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">187
</th>
<td style="text-align:left;background-color:#ccff99"><i><b><a href="/wiki/Jackson,_Mississippi" title="Jackson, Mississippi">Jackson</a></b></i>
</td>
<td align="left"><a href="/wiki/Mississippi" title="Mississippi">Mississippi</a>
</td>
<td style="text-align:right;">145,995
</td>
<td style="text-align:right;">153,701
</td>
<td style="text-align:right;"><span data-sort-value="2999499000000000000♠" style="display:none"></span><span style="color:red">−5.01%</span>
</td>
<td data-sort-value="7008289301671924531" style="text-align:right;">111.7 sq mi
</td>
<td data-sort-value="7008289301671924531" style="text-align:right;">289.3 km<sup>2</sup>
</td>
<td data-sort-value="6996531276570154405" style="text-align:right;">1,376/sq mi
</td>
<td data-sort-value="6996531276570154405" style="text-align:right;">531/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.32_N_90.21_W_&title=Jackson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°19′N</span> <span class="longitude">90°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.32°N 90.21°W</span><span style="display:none"> / <span class="geo">32.32; -90.21</span></span><span style="display:none"> (<span class="fn org">Jackson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">188
</th>
<td align="left"><a href="/wiki/Olathe,_Kansas" title="Olathe, Kansas">Olathe</a>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">145,616
</td>
<td style="text-align:right;">141,290
</td>
<td style="text-align:right;"><span data-sort-value="7000306000000000000♠" style="display:none"></span><span style="color:green">+3.06%</span>
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">61.9 sq mi
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">160.3 km<sup>2</sup>
</td>
<td data-sort-value="6996881471227952403" style="text-align:right;">2,283/sq mi
</td>
<td data-sort-value="6996881471227952403" style="text-align:right;">881/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.88_N_94.82_W_&title=Olathe"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°53′N</span> <span class="longitude">94°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.88°N 94.82°W</span><span style="display:none"> / <span class="geo">38.88; -94.82</span></span><span style="display:none"> (<span class="fn org">Olathe</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">189
</th>
<td align="left"><a href="/wiki/Gainesville,_Florida" title="Gainesville, Florida">Gainesville</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">145,214
</td>
<td style="text-align:right;">141,085
</td>
<td style="text-align:right;"><span data-sort-value="7000293000000000000♠" style="display:none"></span><span style="color:green">+2.93%</span>
</td>
<td data-sort-value="7008163687248573235" style="text-align:right;">63.2 sq mi
</td>
<td data-sort-value="7008163687248573235" style="text-align:right;">163.7 km<sup>2</sup>
</td>
<td data-sort-value="6996861780017866739" style="text-align:right;">2,232/sq mi
</td>
<td data-sort-value="6996861780017866739" style="text-align:right;">862/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.68_N_82.35_W_&title=Gainesville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°41′N</span> <span class="longitude">82°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.68°N 82.35°W</span><span style="display:none"> / <span class="geo">29.68; -82.35</span></span><span style="display:none"> (<span class="fn org">Gainesville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">190
</th>
<td align="left"><a href="/wiki/McAllen,_Texas" title="McAllen, Texas">McAllen</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">144,579
</td>
<td style="text-align:right;">142,210
</td>
<td style="text-align:right;"><span data-sort-value="7000167000000000000♠" style="display:none"></span><span style="color:green">+1.67%</span>
</td>
<td data-sort-value="7008161356259273932" style="text-align:right;">62.3 sq mi
</td>
<td data-sort-value="7008161356259273932" style="text-align:right;">161.4 km<sup>2</sup>
</td>
<td data-sort-value="6996881471227952403" style="text-align:right;">2,283/sq mi
</td>
<td data-sort-value="6996881471227952403" style="text-align:right;">881/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.22_N_98.25_W_&title=McAllen"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°13′N</span> <span class="longitude">98°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.22°N 98.25°W</span><span style="display:none"> / <span class="geo">26.22; -98.25</span></span><span style="display:none"> (<span class="fn org">McAllen</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">191
</th>
<td align="left"><a href="/wiki/Syracuse,_New_York" title="Syracuse, New York">Syracuse</a>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">144,451
</td>
<td style="text-align:right;">148,620
</td>
<td style="text-align:right;"><span data-sort-value="2999719000000000000♠" style="display:none"></span><span style="color:red">−2.81%</span>
</td>
<td data-sort-value="7007650087015694336" style="text-align:right;">25.1 sq mi
</td>
<td data-sort-value="7007650087015694336" style="text-align:right;">65.0 km<sup>2</sup>
</td>
<td data-sort-value="6997228611088072982" style="text-align:right;">5,921/sq mi
</td>
<td data-sort-value="6997228611088072982" style="text-align:right;">2,286/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.04_N_76.14_W_&title=Syracuse"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°02′N</span> <span class="longitude">76°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.04°N 76.14°W</span><span style="display:none"> / <span class="geo">43.04; -76.14</span></span><span style="display:none"> (<span class="fn org">Syracuse</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">192
</th>
<td align="left"><a href="/wiki/Waco,_Texas" title="Waco, Texas">Waco</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">143,984
</td>
<td style="text-align:right;">138,486
</td>
<td style="text-align:right;"><span data-sort-value="7000397000000000000♠" style="display:none"></span><span style="color:green">+3.97%</span>
</td>
<td data-sort-value="7008229731945386803" style="text-align:right;">88.7 sq mi
</td>
<td data-sort-value="7008229731945386803" style="text-align:right;">229.7 km<sup>2</sup>
</td>
<td data-sort-value="6996602705469484758" style="text-align:right;">1,561/sq mi
</td>
<td data-sort-value="6996602705469484758" style="text-align:right;">603/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=31.56_N_97.19_W_&title=Waco"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">31°34′N</span> <span class="longitude">97°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">31.56°N 97.19°W</span><span style="display:none"> / <span class="geo">31.56; -97.19</span></span><span style="display:none"> (<span class="fn org">Waco</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">193
</th>
<td align="left"><a href="/wiki/Visalia,_California" title="Visalia, California">Visalia</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">143,966
</td>
<td style="text-align:right;">141,384
</td>
<td style="text-align:right;"><span data-sort-value="7000183000000000000♠" style="display:none"></span><span style="color:green">+1.83%</span>
</td>
<td data-sort-value="7007981605493817344" style="text-align:right;">37.9 sq mi
</td>
<td data-sort-value="7007981605493817344" style="text-align:right;">98.2 km<sup>2</sup>
</td>
<td data-sort-value="6997144016105136332" style="text-align:right;">3,730/sq mi
</td>
<td data-sort-value="6997144016105136332" style="text-align:right;">1,440/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.33_N_119.33_W_&title=Visalia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°20′N</span> <span class="longitude">119°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.33°N 119.33°W</span><span style="display:none"> / <span class="geo">36.33; -119.33</span></span><span style="display:none"> (<span class="fn org">Visalia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">194
</th>
<td align="left"><a href="/wiki/Thornton,_Colorado" title="Thornton, Colorado">Thornton</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">143,282
</td>
<td style="text-align:right;">141,867
</td>
<td style="text-align:right;"><span data-sort-value="7000100000000000000♠" style="display:none"></span><span style="color:green">+1.00%</span>
</td>
<td data-sort-value="7007929805731610624" style="text-align:right;">35.9 sq mi
</td>
<td data-sort-value="7007929805731610624" style="text-align:right;">93.0 km<sup>2</sup>
</td>
<td data-sort-value="6997152587573055974" style="text-align:right;">3,952/sq mi
</td>
<td data-sort-value="6997152587573055974" style="text-align:right;">1,526/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.92_N_104.94_W_&title=Thornton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°55′N</span> <span class="longitude">104°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.92°N 104.94°W</span><span style="display:none"> / <span class="geo">39.92; -104.94</span></span><span style="display:none"> (<span class="fn org">Thornton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">195
</th>
<td align="left"><a href="/wiki/Torrance,_California" title="Torrance, California">Torrance</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">141,126
</td>
<td style="text-align:right;">147,067
</td>
<td style="text-align:right;"><span data-sort-value="2999596000000000000♠" style="display:none"></span><span style="color:red">−4.04%</span>
</td>
<td data-sort-value="7007530947562618880" style="text-align:right;">20.5 sq mi
</td>
<td data-sort-value="7007530947562618880" style="text-align:right;">53.1 km<sup>2</sup>
</td>
<td data-sort-value="6997276989688538350" style="text-align:right;">7,174/sq mi
</td>
<td data-sort-value="6997276989688538350" style="text-align:right;">2,770/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.83_N_118.36_W_&title=Torrance"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°50′N</span> <span class="longitude">118°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.83°N 118.36°W</span><span style="display:none"> / <span class="geo">33.83; -118.36</span></span><span style="display:none"> (<span class="fn org">Torrance</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">196
</th>
<td align="left"><a href="/wiki/Fullerton,_California" title="Fullerton, California">Fullerton</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">140,541
</td>
<td style="text-align:right;">143,617
</td>
<td style="text-align:right;"><span data-sort-value="2999786000000000000♠" style="display:none"></span><span style="color:red">−2.14%</span>
</td>
<td data-sort-value="7007580157336715264" style="text-align:right;">22.4 sq mi
</td>
<td data-sort-value="7007580157336715264" style="text-align:right;">58.0 km<sup>2</sup>
</td>
<td data-sort-value="6997247530093841562" style="text-align:right;">6,411/sq mi
</td>
<td data-sort-value="6997247530093841562" style="text-align:right;">2,475/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.89_N_117.93_W_&title=Fullerton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°53′N</span> <span class="longitude">117°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.89°N 117.93°W</span><span style="display:none"> / <span class="geo">33.89; -117.93</span></span><span style="display:none"> (<span class="fn org">Fullerton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">197
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Columbia,_South_Carolina" title="Columbia, South Carolina">Columbia</a></b>
</td>
<td align="left"><a href="/wiki/South_Carolina" title="South Carolina">South Carolina</a>
</td>
<td style="text-align:right;">139,698
</td>
<td style="text-align:right;">136,632
</td>
<td style="text-align:right;"><span data-sort-value="7000224000000000000♠" style="display:none"></span><span style="color:green">+2.24%</span>
</td>
<td data-sort-value="7008354310373493964" style="text-align:right;">136.8 sq mi
</td>
<td data-sort-value="7008354310373493964" style="text-align:right;">354.3 km<sup>2</sup>
</td>
<td data-sort-value="6996385716056383903" style="text-align:right;">999/sq mi
</td>
<td data-sort-value="6996385716056383903" style="text-align:right;">386/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.04_N_80.91_W_&title=Columbia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°02′N</span> <span class="longitude">80°55′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.04°N 80.91°W</span><span style="display:none"> / <span class="geo">34.04; -80.91</span></span><span style="display:none"> (<span class="fn org">Columbia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">198
</th>
<td align="left"><a href="/wiki/Lakewood_Township,_New_Jersey" title="Lakewood Township, New Jersey">Lakewood</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">139,506
</td>
<td style="text-align:right;">135,158
</td>
<td style="text-align:right;"><span data-sort-value="7000322000000000000♠" style="display:none"></span><span style="color:green">+3.22%</span>
</td>
<td data-sort-value="7007639727063252992" style="text-align:right;">24.7 sq mi
</td>
<td data-sort-value="7007639727063252992" style="text-align:right;">64.0 km<sup>2</sup>
</td>
<td data-sort-value="6997211275101154426" style="text-align:right;">5,472/sq mi
</td>
<td data-sort-value="6997211275101154426" style="text-align:right;">2,113/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.08_N_74.20_W_&title=Lakewood"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°05′N</span> <span class="longitude">74°12′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.08°N 74.20°W</span><span style="display:none"> / <span class="geo">40.08; -74.20</span></span><span style="display:none"> (<span class="fn org">Lakewood</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">199
</th>
<td align="left"><a href="/wiki/New_Haven,_Connecticut" title="New Haven, Connecticut">New Haven</a>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">138,915
</td>
<td style="text-align:right;">134,023
</td>
<td style="text-align:right;"><span data-sort-value="7000365000000000000♠" style="display:none"></span><span style="color:green">+3.65%</span>
</td>
<td data-sort-value="7007484327776632832" style="text-align:right;">18.7 sq mi
</td>
<td data-sort-value="7007484327776632832" style="text-align:right;">48.4 km<sup>2</sup>
</td>
<td data-sort-value="6997276719417027370" style="text-align:right;">7,167/sq mi
</td>
<td data-sort-value="6997276719417027370" style="text-align:right;">2,767/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.31_N_72.92_W_&title=New+Haven"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°19′N</span> <span class="longitude">72°55′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.31°N 72.92°W</span><span style="display:none"> / <span class="geo">41.31; -72.92</span></span><span style="display:none"> (<span class="fn org">New Haven</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">200
</th>
<td align="left"><a href="/wiki/Hampton,_Virginia" title="Hampton, Virginia">Hampton</a><sup class="reference" id="cite_ref-IndependentCity_15-8"><a href="#cite_note-IndependentCity-15">[m]</a></sup>
</td>
<td align="left"><a href="/wiki/Virginia" title="Virginia">Virginia</a>
</td>
<td style="text-align:right;">138,037
</td>
<td style="text-align:right;">137,148
</td>
<td style="text-align:right;"><span data-sort-value="6999650000000000000♠" style="display:none"></span><span style="color:green">+0.65%</span>
</td>
<td data-sort-value="7008133384387682304" style="text-align:right;">51.5 sq mi
</td>
<td data-sort-value="7008133384387682304" style="text-align:right;">133.4 km<sup>2</sup>
</td>
<td data-sort-value="6997102819004819853" style="text-align:right;">2,663/sq mi
</td>
<td data-sort-value="6997102819004819853" style="text-align:right;">1,028/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.05_N_76.30_W_&title=Hampton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°03′N</span> <span class="longitude">76°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.05°N 76.30°W</span><span style="display:none"> / <span class="geo">37.05; -76.30</span></span><span style="display:none"> (<span class="fn org">Hampton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">201
</th>
<td align="left"><a href="/wiki/Miramar,_Florida" title="Miramar, Florida">Miramar</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">137,228
</td>
<td style="text-align:right;">134,721
</td>
<td style="text-align:right;"><span data-sort-value="7000186000000000000♠" style="display:none"></span><span style="color:green">+1.86%</span>
</td>
<td data-sort-value="7007748506563887104" style="text-align:right;">28.9 sq mi
</td>
<td data-sort-value="7007748506563887104" style="text-align:right;">74.9 km<sup>2</sup>
</td>
<td data-sort-value="6997180000826312488" style="text-align:right;">4,662/sq mi
</td>
<td data-sort-value="6997180000826312488" style="text-align:right;">1,800/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=25.97_N_80.34_W_&title=Miramar"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">25°58′N</span> <span class="longitude">80°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">25.97°N 80.34°W</span><span style="display:none"> / <span class="geo">25.97; -80.34</span></span><span style="display:none"> (<span class="fn org">Miramar</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">202
</th>
<td align="left"><a href="/wiki/Victorville,_California" title="Victorville, California">Victorville</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">137,221
</td>
<td style="text-align:right;">134,810
</td>
<td style="text-align:right;"><span data-sort-value="7000179000000000000♠" style="display:none"></span><span style="color:green">+1.79%</span>
</td>
<td data-sort-value="7008190882123731763" style="text-align:right;">73.7 sq mi
</td>
<td data-sort-value="7008190882123731763" style="text-align:right;">190.9 km<sup>2</sup>
</td>
<td data-sort-value="6996706180847974133" style="text-align:right;">1,829/sq mi
</td>
<td data-sort-value="6996706180847974133" style="text-align:right;">706/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.53_N_117.35_W_&title=Victorville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°32′N</span> <span class="longitude">117°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.53°N 117.35°W</span><span style="display:none"> / <span class="geo">34.53; -117.35</span></span><span style="display:none"> (<span class="fn org">Victorville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">203
</th>
<td align="left"><a href="/wiki/Warren,_Michigan" title="Warren, Michigan">Warren</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">137,107
</td>
<td style="text-align:right;">139,387
</td>
<td style="text-align:right;"><span data-sort-value="2999836000000000000♠" style="display:none"></span><span style="color:red">−1.64%</span>
</td>
<td data-sort-value="7007890955909955584" style="text-align:right;">34.4 sq mi
</td>
<td data-sort-value="7007890955909955584" style="text-align:right;">89.1 km<sup>2</sup>
</td>
<td data-sort-value="6997156448594641399" style="text-align:right;">4,052/sq mi
</td>
<td data-sort-value="6997156448594641399" style="text-align:right;">1,564/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.49_N_83.03_W_&title=Warren"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°29′N</span> <span class="longitude">83°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.49°N 83.03°W</span><span style="display:none"> / <span class="geo">42.49; -83.03</span></span><span style="display:none"> (<span class="fn org">Warren</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">204
</th>
<td align="left"><a href="/wiki/West_Valley_City,_Utah" title="West Valley City, Utah">West Valley City</a>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">136,650
</td>
<td style="text-align:right;">140,230
</td>
<td style="text-align:right;"><span data-sort-value="2999745000000000000♠" style="display:none"></span><span style="color:red">−2.55%</span>
</td>
<td data-sort-value="7007927215743500288" style="text-align:right;">35.8 sq mi
</td>
<td data-sort-value="7007927215743500288" style="text-align:right;">92.7 km<sup>2</sup>
</td>
<td data-sort-value="6997151236215501076" style="text-align:right;">3,917/sq mi
</td>
<td data-sort-value="6997151236215501076" style="text-align:right;">1,512/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.69_N_112.01_W_&title=West+Valley+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°41′N</span> <span class="longitude">112°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.69°N 112.01°W</span><span style="display:none"> / <span class="geo">40.69; -112.01</span></span><span style="display:none"> (<span class="fn org">West Valley City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">205
</th>
<td align="left"><a href="/wiki/Cedar_Rapids,_Iowa" title="Cedar Rapids, Iowa">Cedar Rapids</a>
</td>
<td align="left"><a href="/wiki/Iowa" title="Iowa">Iowa</a>
</td>
<td style="text-align:right;">136,429
</td>
<td style="text-align:right;">137,710
</td>
<td style="text-align:right;"><span data-sort-value="3000069999999999999♠" style="display:none"></span><span style="color:red">−0.93%</span>
</td>
<td data-sort-value="7008186738142755225" style="text-align:right;">72.1 sq mi
</td>
<td data-sort-value="7008186738142755225" style="text-align:right;">186.7 km<sup>2</sup>
</td>
<td data-sort-value="6996737455122816071" style="text-align:right;">1,910/sq mi
</td>
<td data-sort-value="6996737455122816071" style="text-align:right;">740/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.97_N_91.68_W_&title=Cedar+Rapids"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°58′N</span> <span class="longitude">91°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.97°N 91.68°W</span><span style="display:none"> / <span class="geo">41.97; -91.68</span></span><span style="display:none"> (<span class="fn org">Cedar Rapids</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">206
</th>
<td align="left"><a href="/wiki/Stamford,_Connecticut" title="Stamford, Connecticut">Stamford</a>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">136,188
</td>
<td style="text-align:right;">135,470
</td>
<td style="text-align:right;"><span data-sort-value="6999530000000000000♠" style="display:none"></span><span style="color:green">+0.53%</span>
</td>
<td data-sort-value="7007973835529486336" style="text-align:right;">37.6 sq mi
</td>
<td data-sort-value="7007973835529486336" style="text-align:right;">97.4 km<sup>2</sup>
</td>
<td data-sort-value="6997139112607722843" style="text-align:right;">3,603/sq mi
</td>
<td data-sort-value="6997139112607722843" style="text-align:right;">1,391/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.08_N_73.55_W_&title=Stamford"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°05′N</span> <span class="longitude">73°33′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.08°N 73.55°W</span><span style="display:none"> / <span class="geo">41.08; -73.55</span></span><span style="display:none"> (<span class="fn org">Stamford</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">207
</th>
<td align="left"><a href="/wiki/Orange,_California" title="Orange, California">Orange</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">136,178
</td>
<td style="text-align:right;">139,911
</td>
<td style="text-align:right;"><span data-sort-value="2999733000000000000♠" style="display:none"></span><span style="color:red">−2.67%</span>
</td>
<td data-sort-value="7007665626944356352" style="text-align:right;">25.7 sq mi
</td>
<td data-sort-value="7007665626944356352" style="text-align:right;">66.6 km<sup>2</sup>
</td>
<td data-sort-value="6997210194015110507" style="text-align:right;">5,444/sq mi
</td>
<td data-sort-value="6997210194015110507" style="text-align:right;">2,102/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.79_N_117.86_W_&title=Orange"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°47′N</span> <span class="longitude">117°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.79°N 117.86°W</span><span style="display:none"> / <span class="geo">33.79; -117.86</span></span><span style="display:none"> (<span class="fn org">Orange</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">208
</th>
<td align="left"><a href="/wiki/Dayton,_Ohio" title="Dayton, Ohio">Dayton</a>
</td>
<td align="left"><a href="/wiki/Ohio" title="Ohio">Ohio</a>
</td>
<td style="text-align:right;">135,944
</td>
<td style="text-align:right;">137,644
</td>
<td style="text-align:right;"><span data-sort-value="2999876000000000000♠" style="display:none"></span><span style="color:red">−1.24%</span>
</td>
<td data-sort-value="7008144521336556748" style="text-align:right;">55.8 sq mi
</td>
<td data-sort-value="7008144521336556748" style="text-align:right;">144.5 km<sup>2</sup>
</td>
<td data-sort-value="6996952514025124213" style="text-align:right;">2,467/sq mi
</td>
<td data-sort-value="6996952514025124213" style="text-align:right;">953/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.78_N_84.20_W_&title=Dayton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°47′N</span> <span class="longitude">84°12′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.78°N 84.20°W</span><span style="display:none"> / <span class="geo">39.78; -84.20</span></span><span style="display:none"> (<span class="fn org">Dayton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">209
</th>
<td align="left"><a href="/wiki/Midland,_Texas" title="Midland, Texas">Midland</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">134,444
</td>
<td style="text-align:right;">132,524
</td>
<td style="text-align:right;"><span data-sort-value="7000145000000000000♠" style="display:none"></span><span style="color:green">+1.45%</span>
</td>
<td data-sort-value="7008195544102330368" style="text-align:right;">75.5 sq mi
</td>
<td data-sort-value="7008195544102330368" style="text-align:right;">195.5 km<sup>2</sup>
</td>
<td data-sort-value="6996677609288241992" style="text-align:right;">1,755/sq mi
</td>
<td data-sort-value="6996677609288241992" style="text-align:right;">678/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.02_N_102.11_W_&title=Midland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°01′N</span> <span class="longitude">102°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.02°N 102.11°W</span><span style="display:none"> / <span class="geo">32.02; -102.11</span></span><span style="display:none"> (<span class="fn org">Midland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">210
</th>
<td align="left"><a href="/wiki/Kent,_Washington" title="Kent, Washington">Kent</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">134,392
</td>
<td style="text-align:right;">136,588
</td>
<td style="text-align:right;"><span data-sort-value="2999839000000000000♠" style="display:none"></span><span style="color:red">−1.61%</span>
</td>
<td data-sort-value="7007875415981293568" style="text-align:right;">33.8 sq mi
</td>
<td data-sort-value="7007875415981293568" style="text-align:right;">87.5 km<sup>2</sup>
</td>
<td data-sort-value="6997156023882267002" style="text-align:right;">4,041/sq mi
</td>
<td data-sort-value="6997156023882267002" style="text-align:right;">1,560/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.39_N_122.21_W_&title=Kent"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°23′N</span> <span class="longitude">122°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.39°N 122.21°W</span><span style="display:none"> / <span class="geo">47.39; -122.21</span></span><span style="display:none"> (<span class="fn org">Kent</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">211
</th>
<td align="left"><a href="/wiki/Elizabeth,_New_Jersey" title="Elizabeth, New Jersey">Elizabeth</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">134,283
</td>
<td style="text-align:right;">137,298
</td>
<td style="text-align:right;"><span data-sort-value="2999780000000000000♠" style="display:none"></span><span style="color:red">−2.20%</span>
</td>
<td data-sort-value="7007318568537571328" style="text-align:right;">12.3 sq mi
</td>
<td data-sort-value="7007318568537571328" style="text-align:right;">31.9 km<sup>2</sup>
</td>
<td data-sort-value="6997430967229365078" style="text-align:right;">11,162/sq mi
</td>
<td data-sort-value="6997430967229365078" style="text-align:right;">4,310/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.67_N_74.19_W_&title=Elizabeth"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°40′N</span> <span class="longitude">74°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.67°N 74.19°W</span><span style="display:none"> / <span class="geo">40.67; -74.19</span></span><span style="display:none"> (<span class="fn org">Elizabeth</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">212
</th>
<td align="left"><a href="/wiki/Pasadena,_California" title="Pasadena, California">Pasadena</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">134,211
</td>
<td style="text-align:right;">138,699
</td>
<td style="text-align:right;"><span data-sort-value="2999676000000000000♠" style="display:none"></span><span style="color:red">−3.24%</span>
</td>
<td data-sort-value="7007595697265377280" style="text-align:right;">23.0 sq mi
</td>
<td data-sort-value="7007595697265377280" style="text-align:right;">59.6 km<sup>2</sup>
</td>
<td data-sort-value="6997232819601601094" style="text-align:right;">6,030/sq mi
</td>
<td data-sort-value="6997232819601601094" style="text-align:right;">2,330/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.16_N_118.14_W_&title=Pasadena"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°10′N</span> <span class="longitude">118°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.16°N 118.14°W</span><span style="display:none"> / <span class="geo">34.16; -118.14</span></span><span style="display:none"> (<span class="fn org">Pasadena</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">213
</th>
<td align="left"><a href="/wiki/Carrollton,_Texas" title="Carrollton, Texas">Carrollton</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">133,820
</td>
<td style="text-align:right;">133,434
</td>
<td style="text-align:right;"><span data-sort-value="6999290000000000000♠" style="display:none"></span><span style="color:green">+0.29%</span>
</td>
<td data-sort-value="7007950525636493312" style="text-align:right;">36.7 sq mi
</td>
<td data-sort-value="7007950525636493312" style="text-align:right;">95.1 km<sup>2</sup>
</td>
<td data-sort-value="6997140386744846033" style="text-align:right;">3,636/sq mi
</td>
<td data-sort-value="6997140386744846033" style="text-align:right;">1,404/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.99_N_96.90_W_&title=Carrollton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°59′N</span> <span class="longitude">96°54′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.99°N 96.90°W</span><span style="display:none"> / <span class="geo">32.99; -96.90</span></span><span style="display:none"> (<span class="fn org">Carrollton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">214
</th>
<td align="left"><a href="/wiki/Coral_Springs,_Florida" title="Coral Springs, Florida">Coral Springs</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">133,369
</td>
<td style="text-align:right;">134,394
</td>
<td style="text-align:right;"><span data-sort-value="3000240000000000000♠" style="display:none"></span><span style="color:red">−0.76%</span>
</td>
<td data-sort-value="7007593107277266944" style="text-align:right;">22.9 sq mi
</td>
<td data-sort-value="7007593107277266944" style="text-align:right;">59.3 km<sup>2</sup>
</td>
<td data-sort-value="6997226603356848561" style="text-align:right;">5,869/sq mi
</td>
<td data-sort-value="6997226603356848561" style="text-align:right;">2,266/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.27_N_80.26_W_&title=Coral+Springs"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°16′N</span> <span class="longitude">80°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.27°N 80.26°W</span><span style="display:none"> / <span class="geo">26.27; -80.26</span></span><span style="display:none"> (<span class="fn org">Coral Springs</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">215
</th>
<td align="left"><a href="/wiki/Sterling_Heights,_Michigan" title="Sterling Heights, Michigan">Sterling Heights</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">132,567
</td>
<td style="text-align:right;">134,346
</td>
<td style="text-align:right;"><span data-sort-value="2999868000000000000♠" style="display:none"></span><span style="color:red">−1.32%</span>
</td>
<td data-sort-value="7007942755672162304" style="text-align:right;">36.4 sq mi
</td>
<td data-sort-value="7007942755672162304" style="text-align:right;">94.3 km<sup>2</sup>
</td>
<td data-sort-value="6997142510306718016" style="text-align:right;">3,691/sq mi
</td>
<td data-sort-value="6997142510306718016" style="text-align:right;">1,425/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.58_N_83.03_W_&title=Sterling+Heights"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°35′N</span> <span class="longitude">83°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.58°N 83.03°W</span><span style="display:none"> / <span class="geo">42.58; -83.03</span></span><span style="display:none"> (<span class="fn org">Sterling Heights</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">216
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Fargo,_North_Dakota" title="Fargo, North Dakota">Fargo</a></i>
</td>
<td align="left"><a href="/wiki/North_Dakota" title="North Dakota">North Dakota</a>
</td>
<td style="text-align:right;">131,444
</td>
<td style="text-align:right;">125,990
</td>
<td style="text-align:right;"><span data-sort-value="7000433000000000000♠" style="display:none"></span><span style="color:green">+4.33%</span>
</td>
<td data-sort-value="7008128981407894732" style="text-align:right;">49.8 sq mi
</td>
<td data-sort-value="7008128981407894732" style="text-align:right;">129.0 km<sup>2</sup>
</td>
<td data-sort-value="6996976838461112387" style="text-align:right;">2,530/sq mi
</td>
<td data-sort-value="6996976838461112387" style="text-align:right;">980/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=46.86_N_96.83_W_&title=Fargo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">46°52′N</span> <span class="longitude">96°50′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">46.86°N 96.83°W</span><span style="display:none"> / <span class="geo">46.86; -96.83</span></span><span style="display:none"> (<span class="fn org">Fargo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">217
</th>
<td align="left"><a href="/wiki/Lewisville,_Texas" title="Lewisville, Texas">Lewisville</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">131,215
</td>
<td style="text-align:right;">111,822
</td>
<td style="text-align:right;"><span data-sort-value="7001173400000000000♠" style="display:none"></span><span style="color:green">+17.34%</span>
</td>
<td data-sort-value="7007958295600824320" style="text-align:right;">37.0 sq mi
</td>
<td data-sort-value="7007958295600824320" style="text-align:right;">95.8 km<sup>2</sup>
</td>
<td data-sort-value="6997116680072311527" style="text-align:right;">3,022/sq mi
</td>
<td data-sort-value="6997116680072311527" style="text-align:right;">1,167/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.05_N_96.98_W_&title=Lewisville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°03′N</span> <span class="longitude">96°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.05°N 96.98°W</span><span style="display:none"> / <span class="geo">33.05; -96.98</span></span><span style="display:none"> (<span class="fn org">Lewisville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">218
</th>
<td align="left"><a href="/wiki/Meridian,_Idaho" title="Meridian, Idaho">Meridian</a>
</td>
<td align="left"><a href="/wiki/Idaho" title="Idaho">Idaho</a>
</td>
<td style="text-align:right;">129,736
</td>
<td style="text-align:right;">117,635
</td>
<td style="text-align:right;"><span data-sort-value="7001102899999999999♠" style="display:none"></span><span style="color:green">+10.29%</span>
</td>
<td data-sort-value="7007909085826727936" style="text-align:right;">35.1 sq mi
</td>
<td data-sort-value="7007909085826727936" style="text-align:right;">90.9 km<sup>2</sup>
</td>
<td data-sort-value="6997129382833327573" style="text-align:right;">3,351/sq mi
</td>
<td data-sort-value="6997129382833327573" style="text-align:right;">1,294/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.61_N_116.40_W_&title=Meridian"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°37′N</span> <span class="longitude">116°24′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.61°N 116.40°W</span><span style="display:none"> / <span class="geo">43.61; -116.40</span></span><span style="display:none"> (<span class="fn org">Meridian</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">219
</th>
<td align="left"><a href="/wiki/Norman,_Oklahoma" title="Norman, Oklahoma">Norman</a>
</td>
<td align="left"><a href="/wiki/Oklahoma" title="Oklahoma">Oklahoma</a>
</td>
<td style="text-align:right;">129,627
</td>
<td style="text-align:right;">128,026
</td>
<td style="text-align:right;"><span data-sort-value="7000125000000000000♠" style="display:none"></span><span style="color:green">+1.25%</span>
</td>
<td data-sort-value="7008463089874128076" style="text-align:right;">178.8 sq mi
</td>
<td data-sort-value="7008463089874128076" style="text-align:right;">463.1 km<sup>2</sup>
</td>
<td data-sort-value="6996276449145516391" style="text-align:right;">716/sq mi
</td>
<td data-sort-value="6996276449145516391" style="text-align:right;">276/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.24_N_97.35_W_&title=Norman"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°14′N</span> <span class="longitude">97°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.24°N 97.35°W</span><span style="display:none"> / <span class="geo">35.24; -97.35</span></span><span style="display:none"> (<span class="fn org">Norman</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">220
</th>
<td align="left"><a href="/wiki/Palm_Bay,_Florida" title="Palm Bay, Florida">Palm Bay</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">129,234
</td>
<td style="text-align:right;">119,760
</td>
<td style="text-align:right;"><span data-sort-value="7000791000000000000♠" style="display:none"></span><span style="color:green">+7.91%</span>
</td>
<td data-sort-value="7008223774972733030" style="text-align:right;">86.4 sq mi
</td>
<td data-sort-value="7008223774972733030" style="text-align:right;">223.8 km<sup>2</sup>
</td>
<td data-sort-value="6996535137591739829" style="text-align:right;">1,386/sq mi
</td>
<td data-sort-value="6996535137591739829" style="text-align:right;">535/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.96_N_80.66_W_&title=Palm+Bay"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°58′N</span> <span class="longitude">80°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.96°N 80.66°W</span><span style="display:none"> / <span class="geo">27.96; -80.66</span></span><span style="display:none"> (<span class="fn org">Palm Bay</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">221
</th>
<td align="left"><a href="/wiki/Athens,_Georgia" title="Athens, Georgia">Athens</a><sup class="reference" id="cite_ref-27"><a href="#cite_note-27">[y]</a></sup>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">128,561
</td>
<td style="text-align:right;">127,315
</td>
<td style="text-align:right;"><span data-sort-value="6999980000000000000♠" style="display:none"></span><span style="color:green">+0.98%</span>
</td>
<td data-sort-value="7008301215617232076" style="text-align:right;">116.3 sq mi
</td>
<td data-sort-value="7008301215617232076" style="text-align:right;">301.2 km<sup>2</sup>
</td>
<td data-sort-value="6996422781863603978" style="text-align:right;">1,095/sq mi
</td>
<td data-sort-value="6996422781863603978" style="text-align:right;">423/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.95_N_83.37_W_&title=Athens"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°57′N</span> <span class="longitude">83°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.95°N 83.37°W</span><span style="display:none"> / <span class="geo">33.95; -83.37</span></span><span style="display:none"> (<span class="fn org">Athens</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">222
</th>
<td align="left"><a href="/wiki/Columbia,_Missouri" title="Columbia, Missouri">Columbia</a>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">128,555
</td>
<td style="text-align:right;">126,254
</td>
<td style="text-align:right;"><span data-sort-value="7000182000000000000♠" style="display:none"></span><span style="color:green">+1.82%</span>
</td>
<td data-sort-value="7008172234209337344" style="text-align:right;">66.5 sq mi
</td>
<td data-sort-value="7008172234209337344" style="text-align:right;">172.2 km<sup>2</sup>
</td>
<td data-sort-value="6996733207999072104" style="text-align:right;">1,899/sq mi
</td>
<td data-sort-value="6996733207999072104" style="text-align:right;">733/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.95_N_92.33_W_&title=Columbia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°57′N</span> <span class="longitude">92°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.95°N 92.33°W</span><span style="display:none"> / <span class="geo">38.95; -92.33</span></span><span style="display:none"> (<span class="fn org">Columbia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">223
</th>
<td align="left"><a href="/wiki/Abilene,_Texas" title="Abilene, Texas">Abilene</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">127,385
</td>
<td style="text-align:right;">125,182
</td>
<td style="text-align:right;"><span data-sort-value="7000176000000000000♠" style="display:none"></span><span style="color:green">+1.76%</span>
</td>
<td data-sort-value="7008276351731372851" style="text-align:right;">106.7 sq mi
</td>
<td data-sort-value="7008276351731372851" style="text-align:right;">276.4 km<sup>2</sup>
</td>
<td data-sort-value="6996452897831970288" style="text-align:right;">1,173/sq mi
</td>
<td data-sort-value="6996452897831970288" style="text-align:right;">453/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.45_N_99.74_W_&title=Abilene"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°27′N</span> <span class="longitude">99°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.45°N 99.74°W</span><span style="display:none"> / <span class="geo">32.45; -99.74</span></span><span style="display:none"> (<span class="fn org">Abilene</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">224
</th>
<td align="left"><a href="/wiki/Pearland,_Texas" title="Pearland, Texas">Pearland</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">126,949
</td>
<td style="text-align:right;">125,828
</td>
<td style="text-align:right;"><span data-sort-value="6999890000000000000♠" style="display:none"></span><span style="color:green">+0.89%</span>
</td>
<td data-sort-value="7008126132420973363" style="text-align:right;">48.7 sq mi
</td>
<td data-sort-value="7008126132420973363" style="text-align:right;">126.1 km<sup>2</sup>
</td>
<td data-sort-value="6996997687977673680" style="text-align:right;">2,584/sq mi
</td>
<td data-sort-value="6996997687977673680" style="text-align:right;">998/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.56_N_95.32_W_&title=Pearland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°34′N</span> <span class="longitude">95°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.56°N 95.32°W</span><span style="display:none"> / <span class="geo">29.56; -95.32</span></span><span style="display:none"> (<span class="fn org">Pearland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">225
</th>
<td align="left"><a href="/wiki/Santa_Clara,_California" title="Santa Clara, California">Santa Clara</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">126,930
</td>
<td style="text-align:right;">127,647
</td>
<td style="text-align:right;"><span data-sort-value="3000439999999999999♠" style="display:none"></span><span style="color:red">−0.56%</span>
</td>
<td data-sort-value="7007473967824191488" style="text-align:right;">18.3 sq mi
</td>
<td data-sort-value="7007473967824191488" style="text-align:right;">47.4 km<sup>2</sup>
</td>
<td data-sort-value="6997269306255583355" style="text-align:right;">6,975/sq mi
</td>
<td data-sort-value="6997269306255583355" style="text-align:right;">2,693/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.36_N_121.97_W_&title=Santa+Clara"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°22′N</span> <span class="longitude">121°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.36°N 121.97°W</span><span style="display:none"> / <span class="geo">37.36; -121.97</span></span><span style="display:none"> (<span class="fn org">Santa Clara</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">226
</th>
<td align="left"><a href="/wiki/Round_Rock,_Texas" title="Round Rock, Texas">Round Rock</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">126,697
</td>
<td style="text-align:right;">119,468
</td>
<td style="text-align:right;"><span data-sort-value="7000605000000000000♠" style="display:none"></span><span style="color:green">+6.05%</span>
</td>
<td data-sort-value="7007973835529486336" style="text-align:right;">37.6 sq mi
</td>
<td data-sort-value="7007973835529486336" style="text-align:right;">97.4 km<sup>2</sup>
</td>
<td data-sort-value="6997122664655768935" style="text-align:right;">3,177/sq mi
</td>
<td data-sort-value="6997122664655768935" style="text-align:right;">1,227/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.53_N_97.66_W_&title=Round+Rock"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°32′N</span> <span class="longitude">97°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.53°N 97.66°W</span><span style="display:none"> / <span class="geo">30.53; -97.66</span></span><span style="display:none"> (<span class="fn org">Round Rock</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">227
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Topeka,_Kansas" title="Topeka, Kansas">Topeka</a></b>
</td>
<td align="left"><a href="/wiki/Kansas" title="Kansas">Kansas</a>
</td>
<td style="text-align:right;">125,449
</td>
<td style="text-align:right;">126,587
</td>
<td style="text-align:right;"><span data-sort-value="3000099999999999999♠" style="display:none"></span><span style="color:red">−0.90%</span>
</td>
<td data-sort-value="7008159025269974630" style="text-align:right;">61.4 sq mi
</td>
<td data-sort-value="7008159025269974630" style="text-align:right;">159.0 km<sup>2</sup>
</td>
<td data-sort-value="6996796142650914523" style="text-align:right;">2,062/sq mi
</td>
<td data-sort-value="6996796142650914523" style="text-align:right;">796/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.03_N_95.69_W_&title=Topeka"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°02′N</span> <span class="longitude">95°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.03°N 95.69°W</span><span style="display:none"> / <span class="geo">39.03; -95.69</span></span><span style="display:none"> (<span class="fn org">Topeka</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">228
</th>
<td align="left"><a href="/wiki/Allentown,_Pennsylvania" title="Allentown, Pennsylvania">Allentown</a>
</td>
<td align="left"><a href="/wiki/Pennsylvania" title="Pennsylvania">Pennsylvania</a>
</td>
<td style="text-align:right;">125,094
</td>
<td style="text-align:right;">125,845
</td>
<td style="text-align:right;"><span data-sort-value="3000400000000000000♠" style="display:none"></span><span style="color:red">−0.60%</span>
</td>
<td data-sort-value="7007455837907419136" style="text-align:right;">17.6 sq mi
</td>
<td data-sort-value="7007455837907419136" style="text-align:right;">45.6 km<sup>2</sup>
</td>
<td data-sort-value="6997276063043357848" style="text-align:right;">7,150/sq mi
</td>
<td data-sort-value="6997276063043357848" style="text-align:right;">2,760/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.59_N_75.48_W_&title=Allentown"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°35′N</span> <span class="longitude">75°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.59°N 75.48°W</span><span style="display:none"> / <span class="geo">40.59; -75.48</span></span><span style="display:none"> (<span class="fn org">Allentown</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">229
</th>
<td align="left"><a href="/wiki/Clovis,_California" title="Clovis, California">Clovis</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">124,556
</td>
<td style="text-align:right;">120,124
</td>
<td style="text-align:right;"><span data-sort-value="7000369000000000000♠" style="display:none"></span><span style="color:green">+3.69%</span>
</td>
<td data-sort-value="7007657856980025344" style="text-align:right;">25.4 sq mi
</td>
<td data-sort-value="7007657856980025344" style="text-align:right;">65.8 km<sup>2</sup>
</td>
<td data-sort-value="6997182587710774722" style="text-align:right;">4,729/sq mi
</td>
<td data-sort-value="6997182587710774722" style="text-align:right;">1,826/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.83_N_119.68_W_&title=Clovis"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°50′N</span> <span class="longitude">119°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.83°N 119.68°W</span><span style="display:none"> / <span class="geo">36.83; -119.68</span></span><span style="display:none"> (<span class="fn org">Clovis</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">230
</th>
<td align="left"><a href="/wiki/Simi_Valley,_California" title="Simi Valley, California">Simi Valley</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">124,398
</td>
<td style="text-align:right;">126,356
</td>
<td style="text-align:right;"><span data-sort-value="2999844999999999999♠" style="display:none"></span><span style="color:red">−1.55%</span>
</td>
<td data-sort-value="7008107484506578944" style="text-align:right;">41.5 sq mi
</td>
<td data-sort-value="7008107484506578944" style="text-align:right;">107.5 km<sup>2</sup>
</td>
<td data-sort-value="6997117568107276174" style="text-align:right;">3,045/sq mi
</td>
<td data-sort-value="6997117568107276174" style="text-align:right;">1,176/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.27_N_118.75_W_&title=Simi+Valley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°16′N</span> <span class="longitude">118°45′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.27°N 118.75°W</span><span style="display:none"> / <span class="geo">34.27; -118.75</span></span><span style="display:none"> (<span class="fn org">Simi Valley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">231
</th>
<td align="left"><a href="/wiki/College_Station,_Texas" title="College Station, Texas">College Station</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">124,319
</td>
<td style="text-align:right;">120,511
</td>
<td style="text-align:right;"><span data-sort-value="7000316000000000000♠" style="display:none"></span><span style="color:green">+3.16%</span>
</td>
<td data-sort-value="7008132607391249203" style="text-align:right;">51.2 sq mi
</td>
<td data-sort-value="7008132607391249203" style="text-align:right;">132.6 km<sup>2</sup>
</td>
<td data-sort-value="6996908884481208917" style="text-align:right;">2,354/sq mi
</td>
<td data-sort-value="6996908884481208917" style="text-align:right;">909/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.59_N_96.30_W_&title=College+Station"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°35′N</span> <span class="longitude">96°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.59°N 96.30°W</span><span style="display:none"> / <span class="geo">30.59; -96.30</span></span><span style="display:none"> (<span class="fn org">College Station</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">232
</th>
<td align="left"><a href="/wiki/Thousand_Oaks,_California" title="Thousand Oaks, California">Thousand Oaks</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">124,265
</td>
<td style="text-align:right;">126,966
</td>
<td style="text-align:right;"><span data-sort-value="2999787000000000000♠" style="display:none"></span><span style="color:red">−2.13%</span>
</td>
<td data-sort-value="7008143226342501580" style="text-align:right;">55.3 sq mi
</td>
<td data-sort-value="7008143226342501580" style="text-align:right;">143.2 km<sup>2</sup>
</td>
<td data-sort-value="6996886490556013455" style="text-align:right;">2,296/sq mi
</td>
<td data-sort-value="6996886490556013455" style="text-align:right;">886/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.19_N_118.87_W_&title=Thousand+Oaks"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°11′N</span> <span class="longitude">118°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.19°N 118.87°W</span><span style="display:none"> / <span class="geo">34.19; -118.87</span></span><span style="display:none"> (<span class="fn org">Thousand Oaks</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">233
</th>
<td align="left"><a href="/wiki/Vallejo,_California" title="Vallejo, California">Vallejo</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">123,564
</td>
<td style="text-align:right;">126,090
</td>
<td style="text-align:right;"><span data-sort-value="2999800000000000000♠" style="display:none"></span><span style="color:red">−2.00%</span>
</td>
<td data-sort-value="7007787356385542144" style="text-align:right;">30.4 sq mi
</td>
<td data-sort-value="7007787356385542144" style="text-align:right;">78.7 km<sup>2</sup>
</td>
<td data-sort-value="6997160155175363406" style="text-align:right;">4,148/sq mi
</td>
<td data-sort-value="6997160155175363406" style="text-align:right;">1,602/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.11_N_122.26_W_&title=Vallejo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°07′N</span> <span class="longitude">122°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.11°N 122.26°W</span><span style="display:none"> / <span class="geo">38.11; -122.26</span></span><span style="display:none"> (<span class="fn org">Vallejo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">234
</th>
<td align="left"><a href="/wiki/Concord,_California" title="Concord, California">Concord</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">122,625
</td>
<td style="text-align:right;">125,410
</td>
<td style="text-align:right;"><span data-sort-value="2999777999999999999♠" style="display:none"></span><span style="color:red">−2.22%</span>
</td>
<td data-sort-value="7007792536361762816" style="text-align:right;">30.6 sq mi
</td>
<td data-sort-value="7007792536361762816" style="text-align:right;">79.3 km<sup>2</sup>
</td>
<td data-sort-value="6997158224664570694" style="text-align:right;">4,098/sq mi
</td>
<td data-sort-value="6997158224664570694" style="text-align:right;">1,582/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.97_N_122.00_W_&title=Concord"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°58′N</span> <span class="longitude">122°00′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.97°N 122.00°W</span><span style="display:none"> / <span class="geo">37.97; -122.00</span></span><span style="display:none"> (<span class="fn org">Concord</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">235
</th>
<td align="left"><a href="/wiki/Rochester,_Minnesota" title="Rochester, Minnesota">Rochester</a>
</td>
<td align="left"><a href="/wiki/Minnesota" title="Minnesota">Minnesota</a>
</td>
<td style="text-align:right;">121,878
</td>
<td style="text-align:right;">121,395
</td>
<td style="text-align:right;"><span data-sort-value="6999400000000000000♠" style="display:none"></span><span style="color:green">+0.40%</span>
</td>
<td data-sort-value="7008143744340123648" style="text-align:right;">55.5 sq mi
</td>
<td data-sort-value="7008143744340123648" style="text-align:right;">143.7 km<sup>2</sup>
</td>
<td data-sort-value="6996844405420732329" style="text-align:right;">2,187/sq mi
</td>
<td data-sort-value="6996844405420732329" style="text-align:right;">844/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.02_N_92.48_W_&title=Rochester"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°01′N</span> <span class="longitude">92°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.02°N 92.48°W</span><span style="display:none"> / <span class="geo">44.02; -92.48</span></span><span style="display:none"> (<span class="fn org">Rochester</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">236
</th>
<td align="left"><a href="/wiki/Arvada,_Colorado" title="Arvada, Colorado">Arvada</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">121,581
</td>
<td style="text-align:right;">124,402
</td>
<td style="text-align:right;"><span data-sort-value="2999773000000000000♠" style="display:none"></span><span style="color:red">−2.27%</span>
</td>
<td data-sort-value="7008100750537492070" style="text-align:right;">38.9 sq mi
</td>
<td data-sort-value="7008100750537492070" style="text-align:right;">100.8 km<sup>2</sup>
</td>
<td data-sort-value="6997123475470301874" style="text-align:right;">3,198/sq mi
</td>
<td data-sort-value="6997123475470301874" style="text-align:right;">1,235/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.83_N_105.15_W_&title=Arvada"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°50′N</span> <span class="longitude">105°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.83°N 105.15°W</span><span style="display:none"> / <span class="geo">39.83; -105.15</span></span><span style="display:none"> (<span class="fn org">Arvada</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">237
</th>
<td align="left"><a href="/wiki/Lafayette,_Louisiana" title="Lafayette, Louisiana">Lafayette</a><sup class="reference" id="cite_ref-28"><a href="#cite_note-28">[z]</a></sup>
</td>
<td align="left"><a href="/wiki/Louisiana" title="Louisiana">Louisiana</a>
</td>
<td style="text-align:right;">121,389
</td>
<td style="text-align:right;">121,374
</td>
<td style="text-align:right;"><span data-sort-value="6998100000000000000♠" style="display:none"></span><span style="color:green">+0.01%</span>
</td>
<td data-sort-value="7008144521336556748" style="text-align:right;">55.8 sq mi
</td>
<td data-sort-value="7008144521336556748" style="text-align:right;">144.5 km<sup>2</sup>
</td>
<td data-sort-value="6996839772194829819" style="text-align:right;">2,175/sq mi
</td>
<td data-sort-value="6996839772194829819" style="text-align:right;">840/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.21_N_92.03_W_&title=Lafayette"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°13′N</span> <span class="longitude">92°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.21°N 92.03°W</span><span style="display:none"> / <span class="geo">30.21; -92.03</span></span><span style="display:none"> (<span class="fn org">Lafayette</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">238
</th>
<td align="left"><a href="/wiki/Independence,_Missouri" title="Independence, Missouri">Independence</a>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">121,202
</td>
<td style="text-align:right;">123,011
</td>
<td style="text-align:right;"><span data-sort-value="2999852999999999999♠" style="display:none"></span><span style="color:red">−1.47%</span>
</td>
<td data-sort-value="7008202019072606208" style="text-align:right;">78.0 sq mi
</td>
<td data-sort-value="7008202019072606208" style="text-align:right;">202.0 km<sup>2</sup>
</td>
<td data-sort-value="6996608883104021437" style="text-align:right;">1,577/sq mi
</td>
<td data-sort-value="6996608883104021437" style="text-align:right;">609/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.09_N_94.35_W_&title=Independence"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°05′N</span> <span class="longitude">94°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.09°N 94.35°W</span><span style="display:none"> / <span class="geo">39.09; -94.35</span></span><span style="display:none"> (<span class="fn org">Independence</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">239
</th>
<td align="left"><a href="/wiki/West_Palm_Beach,_Florida" title="West Palm Beach, Florida">West Palm Beach</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">120,932
</td>
<td style="text-align:right;">117,415
</td>
<td style="text-align:right;"><span data-sort-value="7000300000000000000♠" style="display:none"></span><span style="color:green">+3.00%</span>
</td>
<td data-sort-value="7008139341360336076" style="text-align:right;">53.8 sq mi
</td>
<td data-sort-value="7008139341360336076" style="text-align:right;">139.3 km<sup>2</sup>
</td>
<td data-sort-value="6996842474909939616" style="text-align:right;">2,182/sq mi
</td>
<td data-sort-value="6996842474909939616" style="text-align:right;">842/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.75_N_80.13_W_&title=West+Palm+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°45′N</span> <span class="longitude">80°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.75°N 80.13°W</span><span style="display:none"> / <span class="geo">26.75; -80.13</span></span><span style="display:none"> (<span class="fn org">West Palm Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">240
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Hartford,_Connecticut" title="Hartford, Connecticut">Hartford</a></b>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">120,686
</td>
<td style="text-align:right;">121,054
</td>
<td style="text-align:right;"><span data-sort-value="3000700000000000000♠" style="display:none"></span><span style="color:red">−0.30%</span>
</td>
<td data-sort-value="7007450657931198463" style="text-align:right;">17.4 sq mi
</td>
<td data-sort-value="7007450657931198463" style="text-align:right;">45.1 km<sup>2</sup>
</td>
<td data-sort-value="6997268611271697979" style="text-align:right;">6,957/sq mi
</td>
<td data-sort-value="6997268611271697979" style="text-align:right;">2,686/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.77_N_72.68_W_&title=Hartford"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°46′N</span> <span class="longitude">72°41′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.77°N 72.68°W</span><span style="display:none"> / <span class="geo">41.77; -72.68</span></span><span style="display:none"> (<span class="fn org">Hartford</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">241
</th>
<td align="left"><a href="/wiki/Wilmington,_North_Carolina" title="Wilmington, North Carolina">Wilmington</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">120,324
</td>
<td style="text-align:right;">115,451
</td>
<td style="text-align:right;"><span data-sort-value="7000422000000000000♠" style="display:none"></span><span style="color:green">+4.22%</span>
</td>
<td data-sort-value="7008133125388871270" style="text-align:right;">51.4 sq mi
</td>
<td data-sort-value="7008133125388871270" style="text-align:right;">133.1 km<sup>2</sup>
</td>
<td data-sort-value="6996867185448086333" style="text-align:right;">2,246/sq mi
</td>
<td data-sort-value="6996867185448086333" style="text-align:right;">867/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.21_N_77.89_W_&title=Wilmington"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°13′N</span> <span class="longitude">77°53′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.21°N 77.89°W</span><span style="display:none"> / <span class="geo">34.21; -77.89</span></span><span style="display:none"> (<span class="fn org">Wilmington</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">242
</th>
<td align="left"><a href="/wiki/Lakeland,_Florida" title="Lakeland, Florida">Lakeland</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">120,071
</td>
<td style="text-align:right;">112,641
</td>
<td style="text-align:right;"><span data-sort-value="7000660000000000000♠" style="display:none"></span><span style="color:green">+6.60%</span>
</td>
<td data-sort-value="7008171457212904243" style="text-align:right;">66.2 sq mi
</td>
<td data-sort-value="7008171457212904243" style="text-align:right;">171.5 km<sup>2</sup>
</td>
<td data-sort-value="6996657145873839242" style="text-align:right;">1,702/sq mi
</td>
<td data-sort-value="6996657145873839242" style="text-align:right;">657/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=28.06_N_81.95_W_&title=Lakeland"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">28°04′N</span> <span class="longitude">81°57′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">28.06°N 81.95°W</span><span style="display:none"> / <span class="geo">28.06; -81.95</span></span><span style="display:none"> (<span class="fn org">Lakeland</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">243
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Billings,_Montana" title="Billings, Montana">Billings</a></i>
</td>
<td align="left"><a href="/wiki/Montana" title="Montana">Montana</a>
</td>
<td style="text-align:right;">119,960
</td>
<td style="text-align:right;">117,116
</td>
<td style="text-align:right;"><span data-sort-value="7000243000000000000♠" style="display:none"></span><span style="color:green">+2.43%</span>
</td>
<td data-sort-value="7008116031467343052" style="text-align:right;">44.8 sq mi
</td>
<td data-sort-value="7008116031467343052" style="text-align:right;">116.0 km<sup>2</sup>
</td>
<td data-sort-value="6997100927104242995" style="text-align:right;">2,614/sq mi
</td>
<td data-sort-value="6997100927104242995" style="text-align:right;">1,009/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.79_N_108.55_W_&title=Billings"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°47′N</span> <span class="longitude">108°33′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.79°N 108.55°W</span><span style="display:none"> / <span class="geo">45.79; -108.55</span></span><span style="display:none"> (<span class="fn org">Billings</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">244
</th>
<td align="left"><a href="/wiki/Ann_Arbor,_Michigan" title="Ann Arbor, Michigan">Ann Arbor</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">119,875
</td>
<td style="text-align:right;">123,851
</td>
<td style="text-align:right;"><span data-sort-value="2999679000000000000♠" style="display:none"></span><span style="color:red">−3.21%</span>
</td>
<td data-sort-value="7007730376647114752" style="text-align:right;">28.2 sq mi
</td>
<td data-sort-value="7007730376647114752" style="text-align:right;">73.0 km<sup>2</sup>
</td>
<td data-sort-value="6997169576068031842" style="text-align:right;">4,392/sq mi
</td>
<td data-sort-value="6997169576068031842" style="text-align:right;">1,696/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.28_N_83.73_W_&title=Ann+Arbor"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°17′N</span> <span class="longitude">83°44′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.28°N 83.73°W</span><span style="display:none"> / <span class="geo">42.28; -83.73</span></span><span style="display:none"> (<span class="fn org">Ann Arbor</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">245
</th>
<td align="left"><a href="/wiki/Fairfield,_California" title="Fairfield, California">Fairfield</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">119,338
</td>
<td style="text-align:right;">119,881
</td>
<td style="text-align:right;"><span data-sort-value="3000550000000000000♠" style="display:none"></span><span style="color:red">−0.45%</span>
</td>
<td data-sort-value="7008107743505389977" style="text-align:right;">41.6 sq mi
</td>
<td data-sort-value="7008107743505389977" style="text-align:right;">107.7 km<sup>2</sup>
</td>
<td data-sort-value="6997111274642091932" style="text-align:right;">2,882/sq mi
</td>
<td data-sort-value="6997111274642091932" style="text-align:right;">1,113/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.26_N_122.03_W_&title=Fairfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°16′N</span> <span class="longitude">122°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.26°N 122.03°W</span><span style="display:none"> / <span class="geo">38.26; -122.03</span></span><span style="display:none"> (<span class="fn org">Fairfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">246
</th>
<td align="left"><a href="/wiki/Berkeley,_California" title="Berkeley, California">Berkeley</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">118,950
</td>
<td style="text-align:right;">124,321
</td>
<td style="text-align:right;"><span data-sort-value="2999568000000000000♠" style="display:none"></span><span style="color:red">−4.32%</span>
</td>
<td data-sort-value="7007269358763474944" style="text-align:right;">10.4 sq mi
</td>
<td data-sort-value="7007269358763474944" style="text-align:right;">26.9 km<sup>2</sup>
</td>
<td data-sort-value="6997461546520321639" style="text-align:right;">11,954/sq mi
</td>
<td data-sort-value="6997461546520321639" style="text-align:right;">4,615/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.87_N_122.30_W_&title=Berkeley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°52′N</span> <span class="longitude">122°18′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.87°N 122.30°W</span><span style="display:none"> / <span class="geo">37.87; -122.30</span></span><span style="display:none"> (<span class="fn org">Berkeley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">247
</th>
<td align="left"><a href="/wiki/Richardson,_Texas" title="Richardson, Texas">Richardson</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">118,802
</td>
<td style="text-align:right;">119,469
</td>
<td style="text-align:right;"><span data-sort-value="3000439999999999999♠" style="display:none"></span><span style="color:red">−0.56%</span>
</td>
<td data-sort-value="7007740736599556096" style="text-align:right;">28.6 sq mi
</td>
<td data-sort-value="7007740736599556096" style="text-align:right;">74.1 km<sup>2</sup>
</td>
<td data-sort-value="6997161274871623179" style="text-align:right;">4,177/sq mi
</td>
<td data-sort-value="6997161274871623179" style="text-align:right;">1,613/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.97_N_96.71_W_&title=Richardson"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°58′N</span> <span class="longitude">96°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.97°N 96.71°W</span><span style="display:none"> / <span class="geo">32.97; -96.71</span></span><span style="display:none"> (<span class="fn org">Richardson</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">248
</th>
<td align="left"><a href="/wiki/North_Charleston,_South_Carolina" title="North Charleston, South Carolina">North Charleston</a>
</td>
<td align="left"><a href="/wiki/South_Carolina" title="South Carolina">South Carolina</a>
</td>
<td style="text-align:right;">118,608
</td>
<td style="text-align:right;">114,852
</td>
<td style="text-align:right;"><span data-sort-value="7000327000000000000♠" style="display:none"></span><span style="color:green">+3.27%</span>
</td>
<td data-sort-value="7008200983077362073" style="text-align:right;">77.6 sq mi
</td>
<td data-sort-value="7008200983077362073" style="text-align:right;">201.0 km<sup>2</sup>
</td>
<td data-sort-value="6996571431194642819" style="text-align:right;">1,480/sq mi
</td>
<td data-sort-value="6996571431194642819" style="text-align:right;">570/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.92_N_80.07_W_&title=North+Charleston"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°55′N</span> <span class="longitude">80°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.92°N 80.07°W</span><span style="display:none"> / <span class="geo">32.92; -80.07</span></span><span style="display:none"> (<span class="fn org">North Charleston</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">249
</th>
<td align="left"><a href="/wiki/Cambridge,_Massachusetts" title="Cambridge, Massachusetts">Cambridge</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">118,488
</td>
<td style="text-align:right;">118,403
</td>
<td style="text-align:right;"><span data-sort-value="6998700000000000000♠" style="display:none"></span><span style="color:green">+0.07%</span>
</td>
<td data-sort-value="7007165759239061504" style="text-align:right;">6.4 sq mi
</td>
<td data-sort-value="7007165759239061504" style="text-align:right;">16.6 km<sup>2</sup>
</td>
<td data-sort-value="6997714288993303524" style="text-align:right;">18,500/sq mi
</td>
<td data-sort-value="6997714288993303524" style="text-align:right;">7,100/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.38_N_71.12_W_&title=Cambridge"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°23′N</span> <span class="longitude">71°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.38°N 71.12°W</span><span style="display:none"> / <span class="geo">42.38; -71.12</span></span><span style="display:none"> (<span class="fn org">Cambridge</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">250
</th>
<td align="left"><a href="/wiki/Broken_Arrow,_Oklahoma" title="Broken Arrow, Oklahoma">Broken Arrow</a>
</td>
<td align="left"><a href="/wiki/Oklahoma" title="Oklahoma">Oklahoma</a>
</td>
<td style="text-align:right;">117,911
</td>
<td style="text-align:right;">113,540
</td>
<td style="text-align:right;"><span data-sort-value="7000385000000000000♠" style="display:none"></span><span style="color:green">+3.85%</span>
</td>
<td data-sort-value="7008163169250951168" style="text-align:right;">63.0 sq mi
</td>
<td data-sort-value="7008163169250951168" style="text-align:right;">163.2 km<sup>2</sup>
</td>
<td data-sort-value="6996695756089693487" style="text-align:right;">1,802/sq mi
</td>
<td data-sort-value="6996695756089693487" style="text-align:right;">696/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=36.04_N_95.78_W_&title=Broken+Arrow"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">36°02′N</span> <span class="longitude">95°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">36.04°N 95.78°W</span><span style="display:none"> / <span class="geo">36.04; -95.78</span></span><span style="display:none"> (<span class="fn org">Broken Arrow</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">251
</th>
<td align="left"><a href="/wiki/Clearwater,_Florida" title="Clearwater, Florida">Clearwater</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">117,027
</td>
<td style="text-align:right;">117,292
</td>
<td style="text-align:right;"><span data-sort-value="3000770000000000000♠" style="display:none"></span><span style="color:red">−0.23%</span>
</td>
<td data-sort-value="7007675986896797696" style="text-align:right;">26.1 sq mi
</td>
<td data-sort-value="7007675986896797696" style="text-align:right;">67.6 km<sup>2</sup>
</td>
<td data-sort-value="6997173514310048975" style="text-align:right;">4,494/sq mi
</td>
<td data-sort-value="6997173514310048975" style="text-align:right;">1,735/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=27.98_N_82.77_W_&title=Clearwater"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">27°59′N</span> <span class="longitude">82°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">27.98°N 82.77°W</span><span style="display:none"> / <span class="geo">27.98; -82.77</span></span><span style="display:none"> (<span class="fn org">Clearwater</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">252
</th>
<td align="left"><a href="/wiki/West_Jordan,_Utah" title="West Jordan, Utah">West Jordan</a>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">116,664
</td>
<td style="text-align:right;">116,961
</td>
<td style="text-align:right;"><span data-sort-value="3000750000000000000♠" style="display:none"></span><span style="color:red">−0.25%</span>
</td>
<td data-sort-value="7007836566159638527" style="text-align:right;">32.3 sq mi
</td>
<td data-sort-value="7007836566159638527" style="text-align:right;">83.7 km<sup>2</sup>
</td>
<td data-sort-value="6997139807591608219" style="text-align:right;">3,621/sq mi
</td>
<td data-sort-value="6997139807591608219" style="text-align:right;">1,398/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.60_N_112.00_W_&title=West+Jordan"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°36′N</span> <span class="longitude">112°00′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.60°N 112.00°W</span><span style="display:none"> / <span class="geo">40.60; -112.00</span></span><span style="display:none"> (<span class="fn org">West Jordan</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">253
</th>
<td align="left"><a href="/wiki/Evansville,_Indiana" title="Evansville, Indiana">Evansville</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">115,749
</td>
<td style="text-align:right;">117,298
</td>
<td style="text-align:right;"><span data-sort-value="2999868000000000000♠" style="display:none"></span><span style="color:red">−1.32%</span>
</td>
<td data-sort-value="7008122765436429926" style="text-align:right;">47.4 sq mi
</td>
<td data-sort-value="7008122765436429926" style="text-align:right;">122.8 km<sup>2</sup>
</td>
<td data-sort-value="6996955602842392553" style="text-align:right;">2,475/sq mi
</td>
<td data-sort-value="6996955602842392553" style="text-align:right;">956/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.99_N_87.53_W_&title=Evansville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°59′N</span> <span class="longitude">87°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.99°N 87.53°W</span><span style="display:none"> / <span class="geo">37.99; -87.53</span></span><span style="display:none"> (<span class="fn org">Evansville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">254
</th>
<td align="left"><a href="/wiki/League_City,_Texas" title="League City, Texas">League City</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">115,418
</td>
<td style="text-align:right;">114,392
</td>
<td style="text-align:right;"><span data-sort-value="6999900000000000000♠" style="display:none"></span><span style="color:green">+0.90%</span>
</td>
<td data-sort-value="7008132866390060236" style="text-align:right;">51.3 sq mi
</td>
<td data-sort-value="7008132866390060236" style="text-align:right;">132.9 km<sup>2</sup>
</td>
<td data-sort-value="6996861007813549654" style="text-align:right;">2,230/sq mi
</td>
<td data-sort-value="6996861007813549654" style="text-align:right;">860/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.49_N_95.11_W_&title=League+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°29′N</span> <span class="longitude">95°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.49°N 95.11°W</span><span style="display:none"> / <span class="geo">29.49; -95.11</span></span><span style="display:none"> (<span class="fn org">League City</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">255
</th>
<td align="left"><a href="/wiki/Antioch,_California" title="Antioch, California">Antioch</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">115,264
</td>
<td style="text-align:right;">115,291
</td>
<td style="text-align:right;"><span data-sort-value="3001800000000000000♠" style="display:none"></span><span style="color:red">−0.02%</span>
</td>
<td data-sort-value="7007756276528218112" style="text-align:right;">29.2 sq mi
</td>
<td data-sort-value="7007756276528218112" style="text-align:right;">75.6 km<sup>2</sup>
</td>
<td data-sort-value="6997152433132192557" style="text-align:right;">3,948/sq mi
</td>
<td data-sort-value="6997152433132192557" style="text-align:right;">1,524/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.98_N_121.80_W_&title=Antioch"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°59′N</span> <span class="longitude">121°48′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.98°N 121.80°W</span><span style="display:none"> / <span class="geo">37.98; -121.80</span></span><span style="display:none"> (<span class="fn org">Antioch</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">256
</th>
<td style="text-align:left;background-color:#cfecec"><i><a href="/wiki/Manchester,_New_Hampshire" title="Manchester, New Hampshire">Manchester</a></i>
</td>
<td align="left"><a href="/wiki/New_Hampshire" title="New Hampshire">New Hampshire</a>
</td>
<td style="text-align:right;">115,141
</td>
<td style="text-align:right;">115,644
</td>
<td style="text-align:right;"><span data-sort-value="3000570000000000000♠" style="display:none"></span><span style="color:red">−0.43%</span>
</td>
<td data-sort-value="7007857286064521216" style="text-align:right;">33.1 sq mi
</td>
<td data-sort-value="7007857286064521216" style="text-align:right;">85.7 km<sup>2</sup>
</td>
<td data-sort-value="6997134904094194730" style="text-align:right;">3,494/sq mi
</td>
<td data-sort-value="6997134904094194730" style="text-align:right;">1,349/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.98_N_71.44_W_&title=Manchester"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°59′N</span> <span class="longitude">71°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.98°N 71.44°W</span><span style="display:none"> / <span class="geo">42.98; -71.44</span></span><span style="display:none"> (<span class="fn org">Manchester</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">257
</th>
<td align="left"><a href="/wiki/High_Point,_North_Carolina" title="High Point, North Carolina">High Point</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">115,067
</td>
<td style="text-align:right;">114,059
</td>
<td style="text-align:right;"><span data-sort-value="6999880000000000000♠" style="display:none"></span><span style="color:green">+0.88%</span>
</td>
<td data-sort-value="7008146075329422950" style="text-align:right;">56.4 sq mi
</td>
<td data-sort-value="7008146075329422950" style="text-align:right;">146.1 km<sup>2</sup>
</td>
<td data-sort-value="6996780698564572825" style="text-align:right;">2,022/sq mi
</td>
<td data-sort-value="6996780698564572825" style="text-align:right;">781/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.99_N_79.99_W_&title=High+Point"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°59′N</span> <span class="longitude">79°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.99°N 79.99°W</span><span style="display:none"> / <span class="geo">35.99; -79.99</span></span><span style="display:none"> (<span class="fn org">High Point</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">258
</th>
<td align="left"><a href="/wiki/Waterbury,_Connecticut" title="Waterbury, Connecticut">Waterbury</a>
</td>
<td align="left"><a href="/wiki/Connecticut" title="Connecticut">Connecticut</a>
</td>
<td style="text-align:right;">115,016
</td>
<td style="text-align:right;">114,403
</td>
<td style="text-align:right;"><span data-sort-value="6999540000000000000♠" style="display:none"></span><span style="color:green">+0.54%</span>
</td>
<td data-sort-value="7007738146611445760" style="text-align:right;">28.5 sq mi
</td>
<td data-sort-value="7007738146611445760" style="text-align:right;">73.8 km<sup>2</sup>
</td>
<td data-sort-value="6997154981406438937" style="text-align:right;">4,014/sq mi
</td>
<td data-sort-value="6997154981406438937" style="text-align:right;">1,550/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.56_N_73.04_W_&title=Waterbury"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°34′N</span> <span class="longitude">73°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.56°N 73.04°W</span><span style="display:none"> / <span class="geo">41.56; -73.04</span></span><span style="display:none"> (<span class="fn org">Waterbury</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">259
</th>
<td align="left"><a href="/wiki/Westminster,_Colorado" title="Westminster, Colorado">Westminster</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">114,533
</td>
<td style="text-align:right;">116,317
</td>
<td style="text-align:right;"><span data-sort-value="2999847000000000000♠" style="display:none"></span><span style="color:red">−1.53%</span>
</td>
<td data-sort-value="7007818436242866176" style="text-align:right;">31.6 sq mi
</td>
<td data-sort-value="7007818436242866176" style="text-align:right;">81.8 km<sup>2</sup>
</td>
<td data-sort-value="6997142124204559474" style="text-align:right;">3,681/sq mi
</td>
<td data-sort-value="6997142124204559474" style="text-align:right;">1,421/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.88_N_105.06_W_&title=Westminster"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°53′N</span> <span class="longitude">105°04′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.88°N 105.06°W</span><span style="display:none"> / <span class="geo">39.88; -105.06</span></span><span style="display:none"> (<span class="fn org">Westminster</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">260
</th>
<td align="left"><a href="/wiki/Richmond,_California" title="Richmond, California">Richmond</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">114,301
</td>
<td style="text-align:right;">116,448
</td>
<td style="text-align:right;"><span data-sort-value="2999816000000000000♠" style="display:none"></span><span style="color:red">−1.84%</span>
</td>
<td data-sort-value="7007779586421211136" style="text-align:right;">30.1 sq mi
</td>
<td data-sort-value="7007779586421211136" style="text-align:right;">78.0 km<sup>2</sup>
</td>
<td data-sort-value="6997149382925140072" style="text-align:right;">3,869/sq mi
</td>
<td data-sort-value="6997149382925140072" style="text-align:right;">1,494/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.95_N_122.36_W_&title=Richmond"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°57′N</span> <span class="longitude">122°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.95°N 122.36°W</span><span style="display:none"> / <span class="geo">37.95; -122.36</span></span><span style="display:none"> (<span class="fn org">Richmond</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">261
</th>
<td align="left"><a href="/wiki/Carlsbad,_California" title="Carlsbad, California">Carlsbad</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">114,160
</td>
<td style="text-align:right;">114,746
</td>
<td style="text-align:right;"><span data-sort-value="3000490000000000000♠" style="display:none"></span><span style="color:red">−0.51%</span>
</td>
<td data-sort-value="7007979015505707008" style="text-align:right;">37.8 sq mi
</td>
<td data-sort-value="7007979015505707008" style="text-align:right;">97.9 km<sup>2</sup>
</td>
<td data-sort-value="6997117220615333486" style="text-align:right;">3,036/sq mi
</td>
<td data-sort-value="6997117220615333486" style="text-align:right;">1,172/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.13_N_117.28_W_&title=Carlsbad"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°08′N</span> <span class="longitude">117°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.13°N 117.28°W</span><span style="display:none"> / <span class="geo">33.13; -117.28</span></span><span style="display:none"> (<span class="fn org">Carlsbad</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">262
</th>
<td align="left"><a href="/wiki/Las_Cruces,_New_Mexico" title="Las Cruces, New Mexico">Las Cruces</a>
</td>
<td align="left"><a href="/wiki/New_Mexico" title="New Mexico">New Mexico</a>
</td>
<td style="text-align:right;">113,888
</td>
<td style="text-align:right;">111,385
</td>
<td style="text-align:right;"><span data-sort-value="7000225000000000000♠" style="display:none"></span><span style="color:green">+2.25%</span>
</td>
<td data-sort-value="7008199170085684838" style="text-align:right;">76.9 sq mi
</td>
<td data-sort-value="7008199170085684838" style="text-align:right;">199.2 km<sup>2</sup>
</td>
<td data-sort-value="6996559075925569461" style="text-align:right;">1,448/sq mi
</td>
<td data-sort-value="6996559075925569461" style="text-align:right;">559/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.33_N_106.79_W_&title=Las+Cruces"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°20′N</span> <span class="longitude">106°47′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.33°N 106.79°W</span><span style="display:none"> / <span class="geo">32.33; -106.79</span></span><span style="display:none"> (<span class="fn org">Las Cruces</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">263
</th>
<td align="left"><a href="/wiki/Murrieta,_California" title="Murrieta, California">Murrieta</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">113,783
</td>
<td style="text-align:right;">110,949
</td>
<td style="text-align:right;"><span data-sort-value="7000254999999999999♠" style="display:none"></span><span style="color:green">+2.55%</span>
</td>
<td data-sort-value="7007870236005072896" style="text-align:right;">33.6 sq mi
</td>
<td data-sort-value="7007870236005072896" style="text-align:right;">87.0 km<sup>2</sup>
</td>
<td data-sort-value="6997127490932750715" style="text-align:right;">3,302/sq mi
</td>
<td data-sort-value="6997127490932750715" style="text-align:right;">1,275/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.57_N_117.19_W_&title=Murrieta"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°34′N</span> <span class="longitude">117°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.57°N 117.19°W</span><span style="display:none"> / <span class="geo">33.57; -117.19</span></span><span style="display:none"> (<span class="fn org">Murrieta</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">264
</th>
<td align="left"><a href="/wiki/Lowell,_Massachusetts" title="Lowell, Massachusetts">Lowell</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">113,608
</td>
<td style="text-align:right;">115,554
</td>
<td style="text-align:right;"><span data-sort-value="2999832000000000000♠" style="display:none"></span><span style="color:red">−1.68%</span>
</td>
<td data-sort-value="7007352238383005696" style="text-align:right;">13.6 sq mi
</td>
<td data-sort-value="7007352238383005696" style="text-align:right;">35.2 km<sup>2</sup>
</td>
<td data-sort-value="6997328071004113516" style="text-align:right;">8,497/sq mi
</td>
<td data-sort-value="6997328071004113516" style="text-align:right;">3,281/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.64_N_71.32_W_&title=Lowell"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°38′N</span> <span class="longitude">71°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.64°N 71.32°W</span><span style="display:none"> / <span class="geo">42.64; -71.32</span></span><span style="display:none"> (<span class="fn org">Lowell</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">265
</th>
<td align="left"><a href="/wiki/Provo,_Utah" title="Provo, Utah">Provo</a>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">113,523
</td>
<td style="text-align:right;">115,162
</td>
<td style="text-align:right;"><span data-sort-value="2999858000000000000♠" style="display:none"></span><span style="color:red">−1.42%</span>
</td>
<td data-sort-value="7008108002504201011" style="text-align:right;">41.7 sq mi
</td>
<td data-sort-value="7008108002504201011" style="text-align:right;">108.0 km<sup>2</sup>
</td>
<td data-sort-value="6997106641416189423" style="text-align:right;">2,762/sq mi
</td>
<td data-sort-value="6997106641416189423" style="text-align:right;">1,066/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.25_N_111.65_W_&title=Provo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°15′N</span> <span class="longitude">111°39′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.25°N 111.65°W</span><span style="display:none"> / <span class="geo">40.25; -111.65</span></span><span style="display:none"> (<span class="fn org">Provo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">266
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Springfield,_Illinois" title="Springfield, Illinois">Springfield</a></b>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">113,273
</td>
<td style="text-align:right;">114,394
</td>
<td style="text-align:right;"><span data-sort-value="3000020000000000000♠" style="display:none"></span><span style="color:red">−0.98%</span>
</td>
<td data-sort-value="7008158248273541529" style="text-align:right;">61.1 sq mi
</td>
<td data-sort-value="7008158248273541529" style="text-align:right;">158.2 km<sup>2</sup>
</td>
<td data-sort-value="6996722783240791458" style="text-align:right;">1,872/sq mi
</td>
<td data-sort-value="6996722783240791458" style="text-align:right;">723/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.79_N_89.64_W_&title=Springfield"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°47′N</span> <span class="longitude">89°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.79°N 89.64°W</span><span style="display:none"> / <span class="geo">39.79; -89.64</span></span><span style="display:none"> (<span class="fn org">Springfield</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">267
</th>
<td align="left"><a href="/wiki/Elgin,_Illinois" title="Elgin, Illinois">Elgin</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">113,177
</td>
<td style="text-align:right;">114,797
</td>
<td style="text-align:right;"><span data-sort-value="2999859000000000000♠" style="display:none"></span><span style="color:red">−1.41%</span>
</td>
<td data-sort-value="7007984195481927680" style="text-align:right;">38.0 sq mi
</td>
<td data-sort-value="7007984195481927680" style="text-align:right;">98.4 km<sup>2</sup>
</td>
<td data-sort-value="6997116641462095672" style="text-align:right;">3,021/sq mi
</td>
<td data-sort-value="6997116641462095672" style="text-align:right;">1,166/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.04_N_88.33_W_&title=Elgin"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°02′N</span> <span class="longitude">88°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.04°N 88.33°W</span><span style="display:none"> / <span class="geo">42.04; -88.33</span></span><span style="display:none"> (<span class="fn org">Elgin</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">268
</th>
<td align="left"><a href="/wiki/Odessa,_Texas" title="Odessa, Texas">Odessa</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">112,906
</td>
<td style="text-align:right;">114,428
</td>
<td style="text-align:right;"><span data-sort-value="2999867000000000000♠" style="display:none"></span><span style="color:red">−1.33%</span>
</td>
<td data-sort-value="7008132348392438169" style="text-align:right;">51.1 sq mi
</td>
<td data-sort-value="7008132348392438169" style="text-align:right;">132.3 km<sup>2</sup>
</td>
<td data-sort-value="6996864482732976536" style="text-align:right;">2,239/sq mi
</td>
<td data-sort-value="6996864482732976536" style="text-align:right;">864/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=31.88_N_102.35_W_&title=Odessa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">31°53′N</span> <span class="longitude">102°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">31.88°N 102.35°W</span><span style="display:none"> / <span class="geo">31.88; -102.35</span></span><span style="display:none"> (<span class="fn org">Odessa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">269
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Lansing,_Michigan" title="Lansing, Michigan">Lansing</a></b>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">112,537
</td>
<td style="text-align:right;">112,644
</td>
<td style="text-align:right;"><span data-sort-value="3001100000000000000♠" style="display:none"></span><span style="color:red">−0.09%</span>
</td>
<td data-sort-value="7008101268535114137" style="text-align:right;">39.1 sq mi
</td>
<td data-sort-value="7008101268535114137" style="text-align:right;">101.3 km<sup>2</sup>
</td>
<td data-sort-value="6997111236031876078" style="text-align:right;">2,881/sq mi
</td>
<td data-sort-value="6997111236031876078" style="text-align:right;">1,112/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.71_N_84.56_W_&title=Lansing"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°43′N</span> <span class="longitude">84°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.71°N 84.56°W</span><span style="display:none"> / <span class="geo">42.71; -84.56</span></span><span style="display:none"> (<span class="fn org">Lansing</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">270
</th>
<td align="left"><a href="/wiki/Pompano_Beach,_Florida" title="Pompano Beach, Florida">Pompano Beach</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">112,302
</td>
<td style="text-align:right;">112,046
</td>
<td style="text-align:right;"><span data-sort-value="6999230000000000000♠" style="display:none"></span><span style="color:green">+0.23%</span>
</td>
<td data-sort-value="7007621597146480640" style="text-align:right;">24.0 sq mi
</td>
<td data-sort-value="7007621597146480640" style="text-align:right;">62.2 km<sup>2</sup>
</td>
<td data-sort-value="6997180271097823467" style="text-align:right;">4,669/sq mi
</td>
<td data-sort-value="6997180271097823467" style="text-align:right;">1,803/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.24_N_80.13_W_&title=Pompano+Beach"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°14′N</span> <span class="longitude">80°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.24°N 80.13°W</span><span style="display:none"> / <span class="geo">26.24; -80.13</span></span><span style="display:none"> (<span class="fn org">Pompano Beach</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">271
</th>
<td align="left"><a href="/wiki/Beaumont,_Texas" title="Beaumont, Texas">Beaumont</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">112,089
</td>
<td style="text-align:right;">115,282
</td>
<td style="text-align:right;"><span data-sort-value="2999723000000000000♠" style="display:none"></span><span style="color:red">−2.77%</span>
</td>
<td data-sort-value="7008213674019102720" style="text-align:right;">82.5 sq mi
</td>
<td data-sort-value="7008213674019102720" style="text-align:right;">213.7 km<sup>2</sup>
</td>
<td data-sort-value="6996539384715483796" style="text-align:right;">1,397/sq mi
</td>
<td data-sort-value="6996539384715483796" style="text-align:right;">539/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.08_N_94.15_W_&title=Beaumont"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°05′N</span> <span class="longitude">94°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.08°N 94.15°W</span><span style="display:none"> / <span class="geo">30.08; -94.15</span></span><span style="display:none"> (<span class="fn org">Beaumont</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">272
</th>
<td align="left"><a href="/wiki/Temecula,_California" title="Temecula, California">Temecula</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">111,752
</td>
<td style="text-align:right;">110,003
</td>
<td style="text-align:right;"><span data-sort-value="7000159000000000000♠" style="display:none"></span><span style="color:green">+1.59%</span>
</td>
<td data-sort-value="7007966065565155327" style="text-align:right;">37.3 sq mi
</td>
<td data-sort-value="7007966065565155327" style="text-align:right;">96.6 km<sup>2</sup>
</td>
<td data-sort-value="6997113861526554167" style="text-align:right;">2,949/sq mi
</td>
<td data-sort-value="6997113861526554167" style="text-align:right;">1,139/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.49_N_117.13_W_&title=Temecula"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°29′N</span> <span class="longitude">117°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.49°N 117.13°W</span><span style="display:none"> / <span class="geo">33.49; -117.13</span></span><span style="display:none"> (<span class="fn org">Temecula</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">273
</th>
<td align="left"><a href="/wiki/Gresham,_Oregon" title="Gresham, Oregon">Gresham</a>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">111,621
</td>
<td style="text-align:right;">114,247
</td>
<td style="text-align:right;"><span data-sort-value="2999770000000000000♠" style="display:none"></span><span style="color:red">−2.30%</span>
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">23.5 sq mi
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">60.9 km<sup>2</sup>
</td>
<td data-sort-value="6997187722869483337" style="text-align:right;">4,862/sq mi
</td>
<td data-sort-value="6997187722869483337" style="text-align:right;">1,877/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.50_N_122.44_W_&title=Gresham"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°30′N</span> <span class="longitude">122°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.50°N 122.44°W</span><span style="display:none"> / <span class="geo">45.50; -122.44</span></span><span style="display:none"> (<span class="fn org">Gresham</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">274
</th>
<td align="left"><a href="/wiki/Allen,_Texas" title="Allen, Texas">Allen</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">111,551
</td>
<td style="text-align:right;">104,627
</td>
<td style="text-align:right;"><span data-sort-value="7000662000000000000♠" style="display:none"></span><span style="color:green">+6.62%</span>
</td>
<td data-sort-value="7007683756861128704" style="text-align:right;">26.4 sq mi
</td>
<td data-sort-value="7007683756861128704" style="text-align:right;">68.4 km<sup>2</sup>
</td>
<td data-sort-value="6997153012285430371" style="text-align:right;">3,963/sq mi
</td>
<td data-sort-value="6997153012285430371" style="text-align:right;">1,530/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.11_N_96.67_W_&title=Allen"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°07′N</span> <span class="longitude">96°40′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.11°N 96.67°W</span><span style="display:none"> / <span class="geo">33.11; -96.67</span></span><span style="display:none"> (<span class="fn org">Allen</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">275
</th>
<td align="left"><a href="/wiki/Pueblo,_Colorado" title="Pueblo, Colorado">Pueblo</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">111,456
</td>
<td style="text-align:right;">111,876
</td>
<td style="text-align:right;"><span data-sort-value="3000620000000000000♠" style="display:none"></span><span style="color:red">−0.38%</span>
</td>
<td data-sort-value="7008143485341312614" style="text-align:right;">55.4 sq mi
</td>
<td data-sort-value="7008143485341312614" style="text-align:right;">143.5 km<sup>2</sup>
</td>
<td data-sort-value="6996779540258097198" style="text-align:right;">2,019/sq mi
</td>
<td data-sort-value="6996779540258097198" style="text-align:right;">780/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.27_N_104.61_W_&title=Pueblo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°16′N</span> <span class="longitude">104°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.27°N 104.61°W</span><span style="display:none"> / <span class="geo">38.27; -104.61</span></span><span style="display:none"> (<span class="fn org">Pueblo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">276
</th>
<td align="left"><a href="/wiki/Everett,_Washington" title="Everett, Washington">Everett</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">111,337
</td>
<td style="text-align:right;">110,629
</td>
<td style="text-align:right;"><span data-sort-value="6999640000000000000♠" style="display:none"></span><span style="color:green">+0.64%</span>
</td>
<td data-sort-value="7007859876052631552" style="text-align:right;">33.2 sq mi
</td>
<td data-sort-value="7007859876052631552" style="text-align:right;">86.0 km<sup>2</sup>
</td>
<td data-sort-value="6997128649239226342" style="text-align:right;">3,332/sq mi
</td>
<td data-sort-value="6997128649239226342" style="text-align:right;">1,286/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.95_N_122.19_W_&title=Everett"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°57′N</span> <span class="longitude">122°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.95°N 122.19°W</span><span style="display:none"> / <span class="geo">47.95; -122.19</span></span><span style="display:none"> (<span class="fn org">Everett</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">277
</th>
<td align="left"><a href="/wiki/South_Fulton,_Georgia" title="South Fulton, Georgia">South Fulton</a>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">111,158
</td>
<td style="text-align:right;">107,436
</td>
<td style="text-align:right;"><span data-sort-value="7000346000000000000♠" style="display:none"></span><span style="color:green">+3.46%</span>
</td>
<td data-sort-value="7008220666987000627" style="text-align:right;">85.2 sq mi
</td>
<td data-sort-value="7008220666987000627" style="text-align:right;">220.7 km<sup>2</sup>
</td>
<td data-sort-value="6996486874821922024" style="text-align:right;">1,261/sq mi
</td>
<td data-sort-value="6996486874821922024" style="text-align:right;">487/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.66_N_84.57_W_&title=South+Fulton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°40′N</span> <span class="longitude">84°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.66°N 84.57°W</span><span style="display:none"> / <span class="geo">33.66; -84.57</span></span><span style="display:none"> (<span class="fn org">South Fulton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">278
</th>
<td align="left"><a href="/wiki/Peoria,_Illinois" title="Peoria, Illinois">Peoria</a>
</td>
<td align="left"><a href="/wiki/Illinois" title="Illinois">Illinois</a>
</td>
<td style="text-align:right;">111,021
</td>
<td style="text-align:right;">113,150
</td>
<td style="text-align:right;"><span data-sort-value="2999812000000000000♠" style="display:none"></span><span style="color:red">−1.88%</span>
</td>
<td data-sort-value="7008124319429296128" style="text-align:right;">48.0 sq mi
</td>
<td data-sort-value="7008124319429296128" style="text-align:right;">124.3 km<sup>2</sup>
</td>
<td data-sort-value="6996910042787684544" style="text-align:right;">2,357/sq mi
</td>
<td data-sort-value="6996910042787684544" style="text-align:right;">910/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.75_N_89.62_W_&title=Peoria"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°45′N</span> <span class="longitude">89°37′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.75°N 89.62°W</span><span style="display:none"> / <span class="geo">40.75; -89.62</span></span><span style="display:none"> (<span class="fn org">Peoria</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">279
</th>
<td align="left"><a href="/wiki/Nampa,_Idaho" title="Nampa, Idaho">Nampa</a>
</td>
<td align="left"><a href="/wiki/Idaho" title="Idaho">Idaho</a>
</td>
<td style="text-align:right;">110,951
</td>
<td style="text-align:right;">100,200
</td>
<td style="text-align:right;"><span data-sort-value="7001107300000000000♠" style="display:none"></span><span style="color:green">+10.73%</span>
</td>
<td data-sort-value="7007867646016962560" style="text-align:right;">33.5 sq mi
</td>
<td data-sort-value="7007867646016962560" style="text-align:right;">86.8 km<sup>2</sup>
</td>
<td data-sort-value="6997115483155620045" style="text-align:right;">2,991/sq mi
</td>
<td data-sort-value="6997115483155620045" style="text-align:right;">1,155/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=43.58_N_116.56_W_&title=Nampa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">43°35′N</span> <span class="longitude">116°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">43.58°N 116.56°W</span><span style="display:none"> / <span class="geo">43.58; -116.56</span></span><span style="display:none"> (<span class="fn org">Nampa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">280
</th>
<td align="left"><a href="/wiki/Tuscaloosa,_Alabama" title="Tuscaloosa, Alabama">Tuscaloosa</a>
</td>
<td align="left"><a href="/wiki/Alabama" title="Alabama">Alabama</a>
</td>
<td style="text-align:right;">110,602
</td>
<td style="text-align:right;">99,600
</td>
<td style="text-align:right;"><span data-sort-value="7001110500000000000♠" style="display:none"></span><span style="color:green">+11.05%</span>
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">61.9 sq mi
</td>
<td data-sort-value="7008160320264029798" style="text-align:right;">160.3 km<sup>2</sup>
</td>
<td data-sort-value="6996621238373094795" style="text-align:right;">1,609/sq mi
</td>
<td data-sort-value="6996621238373094795" style="text-align:right;">621/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.23_N_87.53_W_&title=Tuscaloosa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°14′N</span> <span class="longitude">87°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.23°N 87.53°W</span><span style="display:none"> / <span class="geo">33.23; -87.53</span></span><span style="display:none"> (<span class="fn org">Tuscaloosa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">281
</th>
<td align="left"><a href="/wiki/Miami_Gardens,_Florida" title="Miami Gardens, Florida">Miami Gardens</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">110,497
</td>
<td style="text-align:right;">111,640
</td>
<td style="text-align:right;"><span data-sort-value="2999898000000000000♠" style="display:none"></span><span style="color:red">−1.02%</span>
</td>
<td data-sort-value="7007471377836081152" style="text-align:right;">18.2 sq mi
</td>
<td data-sort-value="7007471377836081152" style="text-align:right;">47.1 km<sup>2</sup>
</td>
<td data-sort-value="6997236835064049936" style="text-align:right;">6,134/sq mi
</td>
<td data-sort-value="6997236835064049936" style="text-align:right;">2,368/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=25.95_N_80.24_W_&title=Miami+Gardens"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">25°57′N</span> <span class="longitude">80°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">25.95°N 80.24°W</span><span style="display:none"> / <span class="geo">25.95; -80.24</span></span><span style="display:none"> (<span class="fn org">Miami Gardens</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">282
</th>
<td align="left"><a href="/wiki/Santa_Maria,_California" title="Santa Maria, California">Santa Maria</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">110,125
</td>
<td style="text-align:right;">109,707
</td>
<td style="text-align:right;"><span data-sort-value="6999380000000000000♠" style="display:none"></span><span style="color:green">+0.38%</span>
</td>
<td data-sort-value="7007590517289156608" style="text-align:right;">22.8 sq mi
</td>
<td data-sort-value="7007590517289156608" style="text-align:right;">59.1 km<sup>2</sup>
</td>
<td data-sort-value="6997185792358690624" style="text-align:right;">4,812/sq mi
</td>
<td data-sort-value="6997185792358690624" style="text-align:right;">1,858/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.93_N_120.44_W_&title=Santa+Maria"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°56′N</span> <span class="longitude">120°26′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.93°N 120.44°W</span><span style="display:none"> / <span class="geo">34.93; -120.44</span></span><span style="display:none"> (<span class="fn org">Santa Maria</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">283
</th>
<td align="left"><a href="/wiki/Downey,_California" title="Downey, California">Downey</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">109,934
</td>
<td style="text-align:right;">114,355
</td>
<td style="text-align:right;"><span data-sort-value="2999613000000000000♠" style="display:none"></span><span style="color:red">−3.87%</span>
</td>
<td data-sort-value="7007321158525681664" style="text-align:right;">12.4 sq mi
</td>
<td data-sort-value="7007321158525681664" style="text-align:right;">32.1 km<sup>2</sup>
</td>
<td data-sort-value="6997356063410607843" style="text-align:right;">9,222/sq mi
</td>
<td data-sort-value="6997356063410607843" style="text-align:right;">3,561/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.94_N_118.13_W_&title=Downey"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°56′N</span> <span class="longitude">118°08′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.94°N 118.13°W</span><span style="display:none"> / <span class="geo">33.94; -118.13</span></span><span style="display:none"> (<span class="fn org">Downey</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">284
</th>
<td align="left"><a href="/wiki/Concord,_North_Carolina" title="Concord, North Carolina">Concord</a>
</td>
<td align="left"><a href="/wiki/North_Carolina" title="North Carolina">North Carolina</a>
</td>
<td style="text-align:right;">109,896
</td>
<td style="text-align:right;">105,240
</td>
<td style="text-align:right;"><span data-sort-value="7000442000000000000♠" style="display:none"></span><span style="color:green">+4.42%</span>
</td>
<td data-sort-value="7008164464245006336" style="text-align:right;">63.5 sq mi
</td>
<td data-sort-value="7008164464245006336" style="text-align:right;">164.5 km<sup>2</sup>
</td>
<td data-sort-value="6996639771276704832" style="text-align:right;">1,657/sq mi
</td>
<td data-sort-value="6996639771276704832" style="text-align:right;">640/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.39_N_80.64_W_&title=Concord"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°23′N</span> <span class="longitude">80°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.39°N 80.64°W</span><span style="display:none"> / <span class="geo">35.39; -80.64</span></span><span style="display:none"> (<span class="fn org">Concord</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">285
</th>
<td align="left"><a href="/wiki/Ventura,_California" title="Ventura, California">Ventura</a><sup class="reference" id="cite_ref-29"><a href="#cite_note-29">[aa]</a></sup>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">109,527
</td>
<td style="text-align:right;">110,763
</td>
<td style="text-align:right;"><span data-sort-value="2999887999999999999♠" style="display:none"></span><span style="color:red">−1.12%</span>
</td>
<td data-sort-value="7007567207396163584" style="text-align:right;">21.9 sq mi
</td>
<td data-sort-value="7007567207396163584" style="text-align:right;">56.7 km<sup>2</sup>
</td>
<td data-sort-value="6997195290471790769" style="text-align:right;">5,058/sq mi
</td>
<td data-sort-value="6997195290471790769" style="text-align:right;">1,953/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.27_N_119.25_W_&title=Ventura"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°16′N</span> <span class="longitude">119°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.27°N 119.25°W</span><span style="display:none"> / <span class="geo">34.27; -119.25</span></span><span style="display:none"> (<span class="fn org">Ventura</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">286
</th>
<td align="left"><a href="/wiki/Costa_Mesa,_California" title="Costa Mesa, California">Costa Mesa</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">109,521
</td>
<td style="text-align:right;">111,918
</td>
<td style="text-align:right;"><span data-sort-value="2999786000000000000♠" style="display:none"></span><span style="color:red">−2.14%</span>
</td>
<td data-sort-value="7007409218121433088" style="text-align:right;">15.8 sq mi
</td>
<td data-sort-value="7007409218121433088" style="text-align:right;">40.9 km<sup>2</sup>
</td>
<td data-sort-value="6997273476158895614" style="text-align:right;">7,083/sq mi
</td>
<td data-sort-value="6997273476158895614" style="text-align:right;">2,735/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.67_N_117.91_W_&title=Costa+Mesa"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°40′N</span> <span class="longitude">117°55′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.67°N 117.91°W</span><span style="display:none"> / <span class="geo">33.67; -117.91</span></span><span style="display:none"> (<span class="fn org">Costa Mesa</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">287
</th>
<td align="left"><a href="/wiki/Sugar_Land,_Texas" title="Sugar Land, Texas">Sugar Land</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">109,414
</td>
<td style="text-align:right;">111,026
</td>
<td style="text-align:right;"><span data-sort-value="2999855000000000000♠" style="display:none"></span><span style="color:red">−1.45%</span>
</td>
<td data-sort-value="7008104894518468608" style="text-align:right;">40.5 sq mi
</td>
<td data-sort-value="7008104894518468608" style="text-align:right;">104.9 km<sup>2</sup>
</td>
<td data-sort-value="6997105830601656484" style="text-align:right;">2,741/sq mi
</td>
<td data-sort-value="6997105830601656484" style="text-align:right;">1,058/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.59_N_95.63_W_&title=Sugar+Land"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°35′N</span> <span class="longitude">95°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.59°N 95.63°W</span><span style="display:none"> / <span class="geo">29.59; -95.63</span></span><span style="display:none"> (<span class="fn org">Sugar Land</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">288
</th>
<td align="left"><a href="/wiki/Menifee,_California" title="Menifee, California">Menifee</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">109,399
</td>
<td style="text-align:right;">102,527
</td>
<td style="text-align:right;"><span data-sort-value="7000670000000000000♠" style="display:none"></span><span style="color:green">+6.70%</span>
</td>
<td data-sort-value="7008120434447130624" style="text-align:right;">46.5 sq mi
</td>
<td data-sort-value="7008120434447130624" style="text-align:right;">120.4 km<sup>2</sup>
</td>
<td data-sort-value="6996851355259586093" style="text-align:right;">2,205/sq mi
</td>
<td data-sort-value="6996851355259586093" style="text-align:right;">851/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.69_N_117.18_W_&title=Menifee"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°41′N</span> <span class="longitude">117°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.69°N 117.18°W</span><span style="display:none"> / <span class="geo">33.69; -117.18</span></span><span style="display:none"> (<span class="fn org">Menifee</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">289
</th>
<td align="left"><a href="/wiki/Tyler,_Texas" title="Tyler, Texas">Tyler</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">109,286
</td>
<td style="text-align:right;">105,995
</td>
<td style="text-align:right;"><span data-sort-value="7000310000000000000♠" style="display:none"></span><span style="color:green">+3.10%</span>
</td>
<td data-sort-value="7008148924316344320" style="text-align:right;">57.5 sq mi
</td>
<td data-sort-value="7008148924316344320" style="text-align:right;">148.9 km<sup>2</sup>
</td>
<td data-sort-value="6996711586278193727" style="text-align:right;">1,843/sq mi
</td>
<td data-sort-value="6996711586278193727" style="text-align:right;">712/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.32_N_95.31_W_&title=Tyler"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°19′N</span> <span class="longitude">95°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.32°N 95.31°W</span><span style="display:none"> / <span class="geo">32.32; -95.31</span></span><span style="display:none"> (<span class="fn org">Tyler</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">290
</th>
<td align="left"><a href="/wiki/Sparks,_Nevada" title="Sparks, Nevada">Sparks</a>
</td>
<td align="left"><a href="/wiki/Nevada" title="Nevada">Nevada</a>
</td>
<td style="text-align:right;">109,226
</td>
<td style="text-align:right;">108,445
</td>
<td style="text-align:right;"><span data-sort-value="6999720000000000000♠" style="display:none"></span><span style="color:green">+0.72%</span>
</td>
<td data-sort-value="7007942755672162304" style="text-align:right;">36.4 sq mi
</td>
<td data-sort-value="7007942755672162304" style="text-align:right;">94.3 km<sup>2</sup>
</td>
<td data-sort-value="6997115019833029794" style="text-align:right;">2,979/sq mi
</td>
<td data-sort-value="6997115019833029794" style="text-align:right;">1,150/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.57_N_119.72_W_&title=Sparks"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°34′N</span> <span class="longitude">119°43′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.57°N 119.72°W</span><span style="display:none"> / <span class="geo">39.57; -119.72</span></span><span style="display:none"> (<span class="fn org">Sparks</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">291
</th>
<td align="left"><a href="/wiki/Greeley,_Colorado" title="Greeley, Colorado">Greeley</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">109,209
</td>
<td style="text-align:right;">108,795
</td>
<td style="text-align:right;"><span data-sort-value="6999380000000000000♠" style="display:none"></span><span style="color:green">+0.38%</span>
</td>
<td data-sort-value="7008126650418595430" style="text-align:right;">48.9 sq mi
</td>
<td data-sort-value="7008126650418595430" style="text-align:right;">126.7 km<sup>2</sup>
</td>
<td data-sort-value="6996859077302756942" style="text-align:right;">2,225/sq mi
</td>
<td data-sort-value="6996859077302756942" style="text-align:right;">859/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.41_N_104.77_W_&title=Greeley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°25′N</span> <span class="longitude">104°46′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.41°N 104.77°W</span><span style="display:none"> / <span class="geo">40.41; -104.77</span></span><span style="display:none"> (<span class="fn org">Greeley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">292
</th>
<td align="left"><a href="/wiki/Rio_Rancho,_New_Mexico" title="Rio Rancho, New Mexico">Rio Rancho</a>
</td>
<td align="left"><a href="/wiki/New_Mexico" title="New Mexico">New Mexico</a>
</td>
<td style="text-align:right;">108,082
</td>
<td style="text-align:right;">104,046
</td>
<td style="text-align:right;"><span data-sort-value="7000388000000000000♠" style="display:none"></span><span style="color:green">+3.88%</span>
</td>
<td data-sort-value="7008267804770608742" style="text-align:right;">103.4 sq mi
</td>
<td data-sort-value="7008267804770608742" style="text-align:right;">267.8 km<sup>2</sup>
</td>
<td data-sort-value="6996388418771493700" style="text-align:right;">1,006/sq mi
</td>
<td data-sort-value="6996388418771493700" style="text-align:right;">388/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=35.29_N_106.70_W_&title=Rio+Rancho"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">35°17′N</span> <span class="longitude">106°42′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">35.29°N 106.70°W</span><span style="display:none"> / <span class="geo">35.29; -106.70</span></span><span style="display:none"> (<span class="fn org">Rio Rancho</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">293
</th>
<td align="left"><a href="/wiki/Sandy_Springs,_Georgia" title="Sandy Springs, Georgia">Sandy Springs</a>
</td>
<td align="left"><a href="/wiki/Georgia_(U.S._state)" title="Georgia (U.S. state)">Georgia</a>
</td>
<td style="text-align:right;">107,763
</td>
<td style="text-align:right;">108,080
</td>
<td style="text-align:right;"><span data-sort-value="3000710000000000000♠" style="display:none"></span><span style="color:red">−0.29%</span>
</td>
<td data-sort-value="7007976425517596672" style="text-align:right;">37.7 sq mi
</td>
<td data-sort-value="7007976425517596672" style="text-align:right;">97.6 km<sup>2</sup>
</td>
<td data-sort-value="6997110695488854119" style="text-align:right;">2,867/sq mi
</td>
<td data-sort-value="6997110695488854119" style="text-align:right;">1,107/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.93_N_84.37_W_&title=Sandy+Springs"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°56′N</span> <span class="longitude">84°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.93°N 84.37°W</span><span style="display:none"> / <span class="geo">33.93; -84.37</span></span><span style="display:none"> (<span class="fn org">Sandy Springs</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">294
</th>
<td align="left"><a href="/wiki/Dearborn,_Michigan" title="Dearborn, Michigan">Dearborn</a>
</td>
<td align="left"><a href="/wiki/Michigan" title="Michigan">Michigan</a>
</td>
<td style="text-align:right;">107,710
</td>
<td style="text-align:right;">109,976
</td>
<td style="text-align:right;"><span data-sort-value="2999794000000000000♠" style="display:none"></span><span style="color:red">−2.06%</span>
</td>
<td data-sort-value="7007626777122701312" style="text-align:right;">24.2 sq mi
</td>
<td data-sort-value="7007626777122701312" style="text-align:right;">62.7 km<sup>2</sup>
</td>
<td data-sort-value="6997175444820841687" style="text-align:right;">4,544/sq mi
</td>
<td data-sort-value="6997175444820841687" style="text-align:right;">1,754/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.31_N_83.21_W_&title=Dearborn"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°19′N</span> <span class="longitude">83°13′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.31°N 83.21°W</span><span style="display:none"> / <span class="geo">42.31; -83.21</span></span><span style="display:none"> (<span class="fn org">Dearborn</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">295
</th>
<td align="left"><a href="/wiki/Jurupa_Valley,_California" title="Jurupa Valley, California">Jurupa Valley</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">107,609
</td>
<td style="text-align:right;">105,053
</td>
<td style="text-align:right;"><span data-sort-value="7000243000000000000♠" style="display:none"></span><span style="color:green">+2.43%</span>
</td>
<td data-sort-value="7008111110489933414" style="text-align:right;">42.9 sq mi
</td>
<td data-sort-value="7008111110489933414" style="text-align:right;">111.1 km<sup>2</sup>
</td>
<td data-sort-value="6996945564186270449" style="text-align:right;">2,449/sq mi
</td>
<td data-sort-value="6996945564186270449" style="text-align:right;">946/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.00_N_117.47_W_&title=Jurupa+Valley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°00′N</span> <span class="longitude">117°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.00°N 117.47°W</span><span style="display:none"> / <span class="geo">34.00; -117.47</span></span><span style="display:none"> (<span class="fn org">Jurupa Valley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">296
</th>
<td align="left"><a href="/wiki/Edison,_New_Jersey" title="Edison, New Jersey">Edison</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">107,361
</td>
<td style="text-align:right;">107,588
</td>
<td style="text-align:right;"><span data-sort-value="3000790000000000000♠" style="display:none"></span><span style="color:red">−0.21%</span>
</td>
<td data-sort-value="7007779586421211136" style="text-align:right;">30.1 sq mi
</td>
<td data-sort-value="7007779586421211136" style="text-align:right;">78.0 km<sup>2</sup>
</td>
<td data-sort-value="6997137992911463070" style="text-align:right;">3,574/sq mi
</td>
<td data-sort-value="6997137992911463070" style="text-align:right;">1,380/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.50_N_74.35_W_&title=Edison"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°30′N</span> <span class="longitude">74°21′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.50°N 74.35°W</span><span style="display:none"> / <span class="geo">40.50; -74.35</span></span><span style="display:none"> (<span class="fn org">Edison</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">297
</th>
<td align="left"><a href="/wiki/Spokane_Valley,_Washington" title="Spokane Valley, Washington">Spokane Valley</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">107,325
</td>
<td style="text-align:right;">102,976
</td>
<td style="text-align:right;"><span data-sort-value="7000422000000000000♠" style="display:none"></span><span style="color:green">+4.22%</span>
</td>
<td data-sort-value="7007976425517596672" style="text-align:right;">37.7 sq mi
</td>
<td data-sort-value="7007976425517596672" style="text-align:right;">97.6 km<sup>2</sup>
</td>
<td data-sort-value="6997105444499497941" style="text-align:right;">2,731/sq mi
</td>
<td data-sort-value="6997105444499497941" style="text-align:right;">1,054/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.66_N_117.23_W_&title=Spokane+Valley"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°40′N</span> <span class="longitude">117°14′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.66°N 117.23°W</span><span style="display:none"> / <span class="geo">47.66; -117.23</span></span><span style="display:none"> (<span class="fn org">Spokane Valley</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">298
</th>
<td align="left"><a href="/wiki/Hillsboro,_Oregon" title="Hillsboro, Oregon">Hillsboro</a>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">107,299
</td>
<td style="text-align:right;">106,447
</td>
<td style="text-align:right;"><span data-sort-value="6999800000000000000♠" style="display:none"></span><span style="color:green">+0.80%</span>
</td>
<td data-sort-value="7007665626944356352" style="text-align:right;">25.7 sq mi
</td>
<td data-sort-value="7007665626944356352" style="text-align:right;">66.6 km<sup>2</sup>
</td>
<td data-sort-value="6997159923514068281" style="text-align:right;">4,142/sq mi
</td>
<td data-sort-value="6997159923514068281" style="text-align:right;">1,599/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=45.53_N_122.94_W_&title=Hillsboro"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">45°32′N</span> <span class="longitude">122°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">45.53°N 122.94°W</span><span style="display:none"> / <span class="geo">45.53; -122.94</span></span><span style="display:none"> (<span class="fn org">Hillsboro</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">299
</th>
<td align="left"><a href="/wiki/Davie,_Florida" title="Davie, Florida">Davie</a>
</td>
<td align="left"><a href="/wiki/Florida" title="Florida">Florida</a>
</td>
<td style="text-align:right;">106,513
</td>
<td style="text-align:right;">105,691
</td>
<td style="text-align:right;"><span data-sort-value="6999780000000000000♠" style="display:none"></span><span style="color:green">+0.78%</span>
</td>
<td data-sort-value="7007903905850507264" style="text-align:right;">34.9 sq mi
</td>
<td data-sort-value="7007903905850507264" style="text-align:right;">90.4 km<sup>2</sup>
</td>
<td data-sort-value="6997116911733606652" style="text-align:right;">3,028/sq mi
</td>
<td data-sort-value="6997116911733606652" style="text-align:right;">1,169/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.08_N_80.28_W_&title=Davie"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°05′N</span> <span class="longitude">80°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.08°N 80.28°W</span><span style="display:none"> / <span class="geo">26.08; -80.28</span></span><span style="display:none"> (<span class="fn org">Davie</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">300
</th>
<td align="left"><a href="/wiki/Green_Bay,_Wisconsin" title="Green Bay, Wisconsin">Green Bay</a>
</td>
<td align="left"><a href="/wiki/Wisconsin" title="Wisconsin">Wisconsin</a>
</td>
<td style="text-align:right;">106,095
</td>
<td style="text-align:right;">107,395
</td>
<td style="text-align:right;"><span data-sort-value="2999878999999999999♠" style="display:none"></span><span style="color:red">−1.21%</span>
</td>
<td data-sort-value="7008117844459020288" style="text-align:right;">45.5 sq mi
</td>
<td data-sort-value="7008117844459020288" style="text-align:right;">117.8 km<sup>2</sup>
</td>
<td data-sort-value="6996911201094160172" style="text-align:right;">2,360/sq mi
</td>
<td data-sort-value="6996911201094160172" style="text-align:right;">910/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.52_N_87.99_W_&title=Green+Bay"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°31′N</span> <span class="longitude">87°59′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.52°N 87.99°W</span><span style="display:none"> / <span class="geo">44.52; -87.99</span></span><span style="display:none"> (<span class="fn org">Green Bay</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">301
</th>
<td align="left"><a href="/wiki/Centennial,_Colorado" title="Centennial, Colorado">Centennial</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">105,865
</td>
<td style="text-align:right;">108,418
</td>
<td style="text-align:right;"><span data-sort-value="2999765000000000000♠" style="display:none"></span><span style="color:red">−2.35%</span>
</td>
<td data-sort-value="7007769226468769792" style="text-align:right;">29.7 sq mi
</td>
<td data-sort-value="7007769226468769792" style="text-align:right;">76.9 km<sup>2</sup>
</td>
<td data-sort-value="6997140927287867992" style="text-align:right;">3,650/sq mi
</td>
<td data-sort-value="6997140927287867992" style="text-align:right;">1,410/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.59_N_104.87_W_&title=Centennial"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°35′N</span> <span class="longitude">104°52′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.59°N 104.87°W</span><span style="display:none"> / <span class="geo">39.59; -104.87</span></span><span style="display:none"> (<span class="fn org">Centennial</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">302
</th>
<td align="left"><a href="/wiki/Buckeye,_Arizona" title="Buckeye, Arizona">Buckeye</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">105,567
</td>
<td style="text-align:right;">91,502
</td>
<td style="text-align:right;"><span data-sort-value="7001153700000000000♠" style="display:none"></span><span style="color:green">+15.37%</span>
</td>
<td data-sort-value="7009101786532736204" style="text-align:right;">393.0 sq mi
</td>
<td data-sort-value="7009101786532736204" style="text-align:right;">1,017.9 km<sup>2</sup>
</td>
<td data-sort-value="6995899618029403898" style="text-align:right;">233/sq mi
</td>
<td data-sort-value="6995899618029403898" style="text-align:right;">90/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.43_N_112.64_W_&title=Buckeye"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°26′N</span> <span class="longitude">112°38′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.43°N 112.64°W</span><span style="display:none"> / <span class="geo">33.43; -112.64</span></span><span style="display:none"> (<span class="fn org">Buckeye</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">303
</th>
<td align="left"><a href="/wiki/Boulder,_Colorado" title="Boulder, Colorado">Boulder</a>
</td>
<td align="left"><a href="/wiki/Colorado" title="Colorado">Colorado</a>
</td>
<td style="text-align:right;">105,485
</td>
<td style="text-align:right;">108,250
</td>
<td style="text-align:right;"><span data-sort-value="2999745000000000000♠" style="display:none"></span><span style="color:red">−2.55%</span>
</td>
<td data-sort-value="7007681166873018368" style="text-align:right;">26.3 sq mi
</td>
<td data-sort-value="7007681166873018368" style="text-align:right;">68.1 km<sup>2</sup>
</td>
<td data-sort-value="6997158919648456070" style="text-align:right;">4,116/sq mi
</td>
<td data-sort-value="6997158919648456070" style="text-align:right;">1,589/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.02_N_105.25_W_&title=Boulder"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°01′N</span> <span class="longitude">105°15′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.02°N 105.25°W</span><span style="display:none"> / <span class="geo">40.02; -105.25</span></span><span style="display:none"> (<span class="fn org">Boulder</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">304
</th>
<td align="left"><a href="/wiki/Goodyear,_Arizona" title="Goodyear, Arizona">Goodyear</a>
</td>
<td align="left"><a href="/wiki/Arizona" title="Arizona">Arizona</a>
</td>
<td style="text-align:right;">105,406
</td>
<td style="text-align:right;">95,294
</td>
<td style="text-align:right;"><span data-sort-value="7001106100000000000♠" style="display:none"></span><span style="color:green">+10.61%</span>
</td>
<td data-sort-value="7008495464725507276" style="text-align:right;">191.3 sq mi
</td>
<td data-sort-value="7008495464725507276" style="text-align:right;">495.5 km<sup>2</sup>
</td>
<td data-sort-value="6996192278874954138" style="text-align:right;">498/sq mi
</td>
<td data-sort-value="6996192278874954138" style="text-align:right;">192/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.25_N_112.37_W_&title=Goodyear"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°15′N</span> <span class="longitude">112°22′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.25°N 112.37°W</span><span style="display:none"> / <span class="geo">33.25; -112.37</span></span><span style="display:none"> (<span class="fn org">Goodyear</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">305
</th>
<td align="left"><a href="/wiki/El_Monte,_California" title="El Monte, California">El Monte</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">105,312
</td>
<td style="text-align:right;">109,450
</td>
<td style="text-align:right;"><span data-sort-value="2999622000000000000♠" style="display:none"></span><span style="color:red">−3.78%</span>
</td>
<td data-sort-value="7007248638858592256" style="text-align:right;">9.6 sq mi
</td>
<td data-sort-value="7007248638858592256" style="text-align:right;">24.9 km<sup>2</sup>
</td>
<td data-sort-value="6997440195070954242" style="text-align:right;">11,401/sq mi
</td>
<td data-sort-value="6997440195070954242" style="text-align:right;">4,402/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.07_N_118.03_W_&title=El+Monte"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°04′N</span> <span class="longitude">118°02′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.07°N 118.03°W</span><span style="display:none"> / <span class="geo">34.07; -118.03</span></span><span style="display:none"> (<span class="fn org">El Monte</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">306
</th>
<td align="left"><a href="/wiki/West_Covina,_California" title="West Covina, California">West Covina</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">105,013
</td>
<td style="text-align:right;">109,501
</td>
<td style="text-align:right;"><span data-sort-value="2999590000000000000♠" style="display:none"></span><span style="color:red">−4.10%</span>
</td>
<td data-sort-value="7007414398097653760" style="text-align:right;">16.0 sq mi
</td>
<td data-sort-value="7007414398097653760" style="text-align:right;">41.4 km<sup>2</sup>
</td>
<td data-sort-value="6997264248317306449" style="text-align:right;">6,844/sq mi
</td>
<td data-sort-value="6997264248317306449" style="text-align:right;">2,642/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.06_N_117.91_W_&title=West+Covina"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°04′N</span> <span class="longitude">117°55′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.06°N 117.91°W</span><span style="display:none"> / <span class="geo">34.06; -117.91</span></span><span style="display:none"> (<span class="fn org">West Covina</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">307
</th>
<td align="left"><a href="/wiki/Brockton,_Massachusetts" title="Brockton, Massachusetts">Brockton</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">104,826
</td>
<td style="text-align:right;">105,643
</td>
<td style="text-align:right;"><span data-sort-value="3000229999999999999♠" style="display:none"></span><span style="color:red">−0.77%</span>
</td>
<td data-sort-value="7007551667467501568" style="text-align:right;">21.3 sq mi
</td>
<td data-sort-value="7007551667467501568" style="text-align:right;">55.2 km<sup>2</sup>
</td>
<td data-sort-value="6997191506670637053" style="text-align:right;">4,960/sq mi
</td>
<td data-sort-value="6997191506670637053" style="text-align:right;">1,920/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.08_N_71.02_W_&title=Brockton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°05′N</span> <span class="longitude">71°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.08°N 71.02°W</span><span style="display:none"> / <span class="geo">42.08; -71.02</span></span><span style="display:none"> (<span class="fn org">Brockton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">308
</th>
<td align="left"><a href="/wiki/New_Braunfels,_Texas" title="New Braunfels, Texas">New Braunfels</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">104,707
</td>
<td style="text-align:right;">90,403
</td>
<td style="text-align:right;"><span data-sort-value="7001158200000000000♠" style="display:none"></span><span style="color:green">+15.82%</span>
</td>
<td data-sort-value="7008117067462587187" style="text-align:right;">45.2 sq mi
</td>
<td data-sort-value="7008117067462587187" style="text-align:right;">117.1 km<sup>2</sup>
</td>
<td data-sort-value="6996772204317084891" style="text-align:right;">2,000/sq mi
</td>
<td data-sort-value="6996772204317084891" style="text-align:right;">770/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=29.70_N_98.12_W_&title=New+Braunfels"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">29°42′N</span> <span class="longitude">98°07′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">29.70°N 98.12°W</span><span style="display:none"> / <span class="geo">29.70; -98.12</span></span><span style="display:none"> (<span class="fn org">New Braunfels</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">309
</th>
<td align="left"><a href="/wiki/El_Cajon,_California" title="El Cajon, California">El Cajon</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">104,414
</td>
<td style="text-align:right;">106,215
</td>
<td style="text-align:right;"><span data-sort-value="2999830000000000000♠" style="display:none"></span><span style="color:red">−1.70%</span>
</td>
<td data-sort-value="7007375548275998720" style="text-align:right;">14.5 sq mi
</td>
<td data-sort-value="7007375548275998720" style="text-align:right;">37.6 km<sup>2</sup>
</td>
<td data-sort-value="6997282819831132341" style="text-align:right;">7,325/sq mi
</td>
<td data-sort-value="6997282819831132341" style="text-align:right;">2,828/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=32.80_N_116.96_W_&title=El+Cajon"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">32°48′N</span> <span class="longitude">116°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">32.80°N 116.96°W</span><span style="display:none"> / <span class="geo">32.80; -116.96</span></span><span style="display:none"> (<span class="fn org">El Cajon</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">310
</th>
<td align="left"><a href="/wiki/Edinburg,_Texas" title="Edinburg, Texas">Edinburg</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">104,294
</td>
<td style="text-align:right;">100,243
</td>
<td style="text-align:right;"><span data-sort-value="7000404000000000000♠" style="display:none"></span><span style="color:green">+4.04%</span>
</td>
<td data-sort-value="7008115772468532019" style="text-align:right;">44.7 sq mi
</td>
<td data-sort-value="7008115772468532019" style="text-align:right;">115.8 km<sup>2</sup>
</td>
<td data-sort-value="6996866027141610705" style="text-align:right;">2,243/sq mi
</td>
<td data-sort-value="6996866027141610705" style="text-align:right;">866/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=26.32_N_98.16_W_&title=Edinburg"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">26°19′N</span> <span class="longitude">98°10′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">26.32°N 98.16°W</span><span style="display:none"> / <span class="geo">26.32; -98.16</span></span><span style="display:none"> (<span class="fn org">Edinburg</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">311
</th>
<td align="left"><a href="/wiki/Renton,_Washington" title="Renton, Washington">Renton</a>
</td>
<td align="left"><a href="/wiki/Washington_(state)" title="Washington (state)">Washington</a>
</td>
<td style="text-align:right;">104,047
</td>
<td style="text-align:right;">106,785
</td>
<td style="text-align:right;"><span data-sort-value="2999744000000000000♠" style="display:none"></span><span style="color:red">−2.56%</span>
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">23.5 sq mi
</td>
<td data-sort-value="7007608647205928960" style="text-align:right;">60.9 km<sup>2</sup>
</td>
<td data-sort-value="6997175444820841687" style="text-align:right;">4,544/sq mi
</td>
<td data-sort-value="6997175444820841687" style="text-align:right;">1,754/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=47.48_N_122.19_W_&title=Renton"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">47°29′N</span> <span class="longitude">122°11′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">47.48°N 122.19°W</span><span style="display:none"> / <span class="geo">47.48; -122.19</span></span><span style="display:none"> (<span class="fn org">Renton</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">312
</th>
<td align="left"><a href="/wiki/Burbank,_California" title="Burbank, California">Burbank</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">103,920
</td>
<td style="text-align:right;">107,337
</td>
<td style="text-align:right;"><span data-sort-value="2999682000000000000♠" style="display:none"></span><span style="color:red">−3.18%</span>
</td>
<td data-sort-value="7007448067943088128" style="text-align:right;">17.3 sq mi
</td>
<td data-sort-value="7007448067943088128" style="text-align:right;">44.8 km<sup>2</sup>
</td>
<td data-sort-value="6997239537779159733" style="text-align:right;">6,204/sq mi
</td>
<td data-sort-value="6997239537779159733" style="text-align:right;">2,395/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.19_N_118.33_W_&title=Burbank"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°11′N</span> <span class="longitude">118°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.19°N 118.33°W</span><span style="display:none"> / <span class="geo">34.19; -118.33</span></span><span style="display:none"> (<span class="fn org">Burbank</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">313
</th>
<td align="left"><a href="/wiki/Inglewood,_California" title="Inglewood, California">Inglewood</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">103,621
</td>
<td style="text-align:right;">107,762
</td>
<td style="text-align:right;"><span data-sort-value="2999616000000000000♠" style="display:none"></span><span style="color:red">−3.84%</span>
</td>
<td data-sort-value="7007235688918040576" style="text-align:right;">9.1 sq mi
</td>
<td data-sort-value="7007235688918040576" style="text-align:right;">23.6 km<sup>2</sup>
</td>
<td data-sort-value="6997457222176145964" style="text-align:right;">11,842/sq mi
</td>
<td data-sort-value="6997457222176145964" style="text-align:right;">4,572/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.96_N_118.34_W_&title=Inglewood"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°58′N</span> <span class="longitude">118°20′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.96°N 118.34°W</span><span style="display:none"> / <span class="geo">33.96; -118.34</span></span><span style="display:none"> (<span class="fn org">Inglewood</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">314
</th>
<td align="left"><a href="/wiki/Rialto,_California" title="Rialto, California">Rialto</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">103,545
</td>
<td style="text-align:right;">104,026
</td>
<td style="text-align:right;"><span data-sort-value="3000540000000000000♠" style="display:none"></span><span style="color:red">−0.46%</span>
</td>
<td data-sort-value="7007624187134590976" style="text-align:right;">24.1 sq mi
</td>
<td data-sort-value="7007624187134590976" style="text-align:right;">62.4 km<sup>2</sup>
</td>
<td data-sort-value="6997166641691626919" style="text-align:right;">4,316/sq mi
</td>
<td data-sort-value="6997166641691626919" style="text-align:right;">1,666/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.12_N_117.39_W_&title=Rialto"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°07′N</span> <span class="longitude">117°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.12°N 117.39°W</span><span style="display:none"> / <span class="geo">34.12; -117.39</span></span><span style="display:none"> (<span class="fn org">Rialto</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">315
</th>
<td align="left"><a href="/wiki/Lee%27s_Summit,_Missouri" title="Lee's Summit, Missouri">Lee's Summit</a>
</td>
<td align="left"><a href="/wiki/Missouri" title="Missouri">Missouri</a>
</td>
<td style="text-align:right;">103,465
</td>
<td style="text-align:right;">101,108
</td>
<td style="text-align:right;"><span data-sort-value="7000233000000000000♠" style="display:none"></span><span style="color:green">+2.33%</span>
</td>
<td data-sort-value="7008165500240250470" style="text-align:right;">63.9 sq mi
</td>
<td data-sort-value="7008165500240250470" style="text-align:right;">165.5 km<sup>2</sup>
</td>
<td data-sort-value="6996610813614814149" style="text-align:right;">1,582/sq mi
</td>
<td data-sort-value="6996610813614814149" style="text-align:right;">611/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.92_N_94.38_W_&title=Lee%27s+Summit"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°55′N</span> <span class="longitude">94°23′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.92°N 94.38°W</span><span style="display:none"> / <span class="geo">38.92; -94.38</span></span><span style="display:none"> (<span class="fn org">Lee's Summit</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">316
</th>
<td align="left"><a href="/wiki/Bend,_Oregon" title="Bend, Oregon">Bend</a>
</td>
<td align="left"><a href="/wiki/Oregon" title="Oregon">Oregon</a>
</td>
<td style="text-align:right;">103,254
</td>
<td style="text-align:right;">99,178
</td>
<td style="text-align:right;"><span data-sort-value="7000411000000000000♠" style="display:none"></span><span style="color:green">+4.11%</span>
</td>
<td data-sort-value="7007870236005072896" style="text-align:right;">33.6 sq mi
</td>
<td data-sort-value="7007870236005072896" style="text-align:right;">87.0 km<sup>2</sup>
</td>
<td data-sort-value="6997113977357201730" style="text-align:right;">2,952/sq mi
</td>
<td data-sort-value="6997113977357201730" style="text-align:right;">1,140/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=44.06_N_121.31_W_&title=Bend"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">44°04′N</span> <span class="longitude">121°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">44.06°N 121.31°W</span><span style="display:none"> / <span class="geo">44.06; -121.31</span></span><span style="display:none"> (<span class="fn org">Bend</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">317
</th>
<td align="left"><a href="/wiki/Woodbridge_Township,_New_Jersey" title="Woodbridge Township, New Jersey">Woodbridge</a>
</td>
<td align="left"><a href="/wiki/New_Jersey" title="New Jersey">New Jersey</a>
</td>
<td style="text-align:right;">103,229
</td>
<td style="text-align:right;">103,639
</td>
<td style="text-align:right;"><span data-sort-value="3000600000000000000♠" style="display:none"></span><span style="color:red">−0.40%</span>
</td>
<td data-sort-value="7007603467229708288" style="text-align:right;">23.3 sq mi
</td>
<td data-sort-value="7007603467229708288" style="text-align:right;">60.3 km<sup>2</sup>
</td>
<td data-sort-value="6997171738240119679" style="text-align:right;">4,448/sq mi
</td>
<td data-sort-value="6997171738240119679" style="text-align:right;">1,717/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=40.56_N_74.29_W_&title=Woodbridge"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">40°34′N</span> <span class="longitude">74°17′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">40.56°N 74.29°W</span><span style="display:none"> / <span class="geo">40.56; -74.29</span></span><span style="display:none"> (<span class="fn org">Woodbridge</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">318
</th>
<td align="left"><a href="/wiki/South_Bend,_Indiana" title="South Bend, Indiana">South Bend</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">103,110
</td>
<td style="text-align:right;">103,453
</td>
<td style="text-align:right;"><span data-sort-value="3000669999999999999♠" style="display:none"></span><span style="color:red">−0.33%</span>
</td>
<td data-sort-value="7008108779500634112" style="text-align:right;">42.0 sq mi
</td>
<td data-sort-value="7008108779500634112" style="text-align:right;">108.8 km<sup>2</sup>
</td>
<td data-sort-value="6996950969616490044" style="text-align:right;">2,463/sq mi
</td>
<td data-sort-value="6996950969616490044" style="text-align:right;">951/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.68_N_86.27_W_&title=South+Bend"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°41′N</span> <span class="longitude">86°16′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.68°N 86.27°W</span><span style="display:none"> / <span class="geo">41.68; -86.27</span></span><span style="display:none"> (<span class="fn org">South Bend</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">319
</th>
<td align="left"><a href="/wiki/Wichita_Falls,_Texas" title="Wichita Falls, Texas">Wichita Falls</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">102,664
</td>
<td style="text-align:right;">102,316
</td>
<td style="text-align:right;"><span data-sort-value="6999340000000000000♠" style="display:none"></span><span style="color:green">+0.34%</span>
</td>
<td data-sort-value="7008186479143944192" style="text-align:right;">72.0 sq mi
</td>
<td data-sort-value="7008186479143944192" style="text-align:right;">186.5 km<sup>2</sup>
</td>
<td data-sort-value="6996548651167288815" style="text-align:right;">1,421/sq mi
</td>
<td data-sort-value="6996548651167288815" style="text-align:right;">549/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=33.91_N_98.53_W_&title=Wichita+Falls"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">33°55′N</span> <span class="longitude">98°32′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">33.91°N 98.53°W</span><span style="display:none"> / <span class="geo">33.91; -98.53</span></span><span style="display:none"> (<span class="fn org">Wichita Falls</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">320
</th>
<td align="left"><a href="/wiki/St._George,_Utah" title="St. George, Utah">St. George</a>
</td>
<td align="left"><a href="/wiki/Utah" title="Utah">Utah</a>
</td>
<td style="text-align:right;">102,519
</td>
<td style="text-align:right;">95,342
</td>
<td style="text-align:right;"><span data-sort-value="7000753000000000000♠" style="display:none"></span><span style="color:green">+7.53%</span>
</td>
<td data-sort-value="7008203314066661376" style="text-align:right;">78.5 sq mi
</td>
<td data-sort-value="7008203314066661376" style="text-align:right;">203.3 km<sup>2</sup>
</td>
<td data-sort-value="6996469114122629071" style="text-align:right;">1,215/sq mi
</td>
<td data-sort-value="6996469114122629071" style="text-align:right;">469/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.08_N_113.56_W_&title=St.+George"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°05′N</span> <span class="longitude">113°34′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.08°N 113.56°W</span><span style="display:none"> / <span class="geo">37.08; -113.56</span></span><span style="display:none"> (<span class="fn org">St. George</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">321
</th>
<td align="left"><a href="/wiki/Fishers,_Indiana" title="Fishers, Indiana">Fishers</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">101,966
</td>
<td style="text-align:right;">98,977
</td>
<td style="text-align:right;"><span data-sort-value="7000302000000000000♠" style="display:none"></span><span style="color:green">+3.02%</span>
</td>
<td data-sort-value="7007922035767279616" style="text-align:right;">35.6 sq mi
</td>
<td data-sort-value="7007922035767279616" style="text-align:right;">92.2 km<sup>2</sup>
</td>
<td data-sort-value="6997107336400074799" style="text-align:right;">2,780/sq mi
</td>
<td data-sort-value="6997107336400074799" style="text-align:right;">1,070/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.96_N_85.97_W_&title=Fishers"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°58′N</span> <span class="longitude">85°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.96°N 85.97°W</span><span style="display:none"> / <span class="geo">39.96; -85.97</span></span><span style="display:none"> (<span class="fn org">Fishers</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">322
</th>
<td align="left"><a href="/wiki/Carmel,_Indiana" title="Carmel, Indiana">Carmel</a>
</td>
<td align="left"><a href="/wiki/Indiana" title="Indiana">Indiana</a>
</td>
<td style="text-align:right;">101,964
</td>
<td style="text-align:right;">99,757
</td>
<td style="text-align:right;"><span data-sort-value="7000221000000000000♠" style="display:none"></span><span style="color:green">+2.21%</span>
</td>
<td data-sort-value="7008127168416217497" style="text-align:right;">49.1 sq mi
</td>
<td data-sort-value="7008127168416217497" style="text-align:right;">127.2 km<sup>2</sup>
</td>
<td data-sort-value="6996784559586158249" style="text-align:right;">2,032/sq mi
</td>
<td data-sort-value="6996784559586158249" style="text-align:right;">785/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.97_N_86.15_W_&title=Carmel"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°58′N</span> <span class="longitude">86°09′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.97°N 86.15°W</span><span style="display:none"> / <span class="geo">39.97; -86.15</span></span><span style="display:none"> (<span class="fn org">Carmel</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">323
</th>
<td align="left"><a href="/wiki/Vacaville,_California" title="Vacaville, California">Vacaville</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">101,918
</td>
<td style="text-align:right;">102,386
</td>
<td style="text-align:right;"><span data-sort-value="3000540000000000000♠" style="display:none"></span><span style="color:red">−0.46%</span>
</td>
<td data-sort-value="7007774406444990464" style="text-align:right;">29.9 sq mi
</td>
<td data-sort-value="7007774406444990464" style="text-align:right;">77.4 km<sup>2</sup>
</td>
<td data-sort-value="6997132201379084933" style="text-align:right;">3,424/sq mi
</td>
<td data-sort-value="6997132201379084933" style="text-align:right;">1,322/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=38.36_N_121.97_W_&title=Vacaville"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">38°22′N</span> <span class="longitude">121°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">38.36°N 121.97°W</span><span style="display:none"> / <span class="geo">38.36; -121.97</span></span><span style="display:none"> (<span class="fn org">Vacaville</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">324
</th>
<td align="left"><a href="/wiki/Quincy,_Massachusetts" title="Quincy, Massachusetts">Quincy</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">101,727
</td>
<td style="text-align:right;">101,636
</td>
<td style="text-align:right;"><span data-sort-value="6998900000000000000♠" style="display:none"></span><span style="color:green">+0.09%</span>
</td>
<td data-sort-value="7007429938026315776" style="text-align:right;">16.6 sq mi
</td>
<td data-sort-value="7007429938026315776" style="text-align:right;">43.0 km<sup>2</sup>
</td>
<td data-sort-value="6997236410351675539" style="text-align:right;">6,123/sq mi
</td>
<td data-sort-value="6997236410351675539" style="text-align:right;">2,364/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.26_N_71.01_W_&title=Quincy"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°16′N</span> <span class="longitude">71°01′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.26°N 71.01°W</span><span style="display:none"> / <span class="geo">42.26; -71.01</span></span><span style="display:none"> (<span class="fn org">Quincy</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">325
</th>
<td align="left"><a href="/wiki/Conroe,_Texas" title="Conroe, Texas">Conroe</a>
</td>
<td align="left"><a href="/wiki/Texas" title="Texas">Texas</a>
</td>
<td style="text-align:right;">101,405
</td>
<td style="text-align:right;">89,956
</td>
<td style="text-align:right;"><span data-sort-value="7001127300000000000♠" style="display:none"></span><span style="color:green">+12.73%</span>
</td>
<td data-sort-value="7008186479143944192" style="text-align:right;">72.0 sq mi
</td>
<td data-sort-value="7008186479143944192" style="text-align:right;">186.5 km<sup>2</sup>
</td>
<td data-sort-value="6996482241596019514" style="text-align:right;">1,249/sq mi
</td>
<td data-sort-value="6996482241596019514" style="text-align:right;">482/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=30.32_N_95.49_W_&title=Conroe"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">30°19′N</span> <span class="longitude">95°29′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">30.32°N 95.49°W</span><span style="display:none"> / <span class="geo">30.32; -95.49</span></span><span style="display:none"> (<span class="fn org">Conroe</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">326
</th>
<td align="left"><a href="/wiki/Chico,_California" title="Chico, California">Chico</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">101,299
</td>
<td style="text-align:right;">101,475
</td>
<td style="text-align:right;"><span data-sort-value="3000830000000000000♠" style="display:none"></span><span style="color:red">−0.17%</span>
</td>
<td data-sort-value="7007883185945624576" style="text-align:right;">34.1 sq mi
</td>
<td data-sort-value="7007883185945624576" style="text-align:right;">88.3 km<sup>2</sup>
</td>
<td data-sort-value="6997114904002382231" style="text-align:right;">2,976/sq mi
</td>
<td data-sort-value="6997114904002382231" style="text-align:right;">1,149/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=39.76_N_121.82_W_&title=Chico"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">39°46′N</span> <span class="longitude">121°49′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">39.76°N 121.82°W</span><span style="display:none"> / <span class="geo">39.76; -121.82</span></span><span style="display:none"> (<span class="fn org">Chico</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">327
</th>
<td align="left"><a href="/wiki/San_Mateo,_California" title="San Mateo, California">San Mateo</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">100,984
</td>
<td style="text-align:right;">105,661
</td>
<td style="text-align:right;"><span data-sort-value="2999557000000000000♠" style="display:none"></span><span style="color:red">−4.43%</span>
</td>
<td data-sort-value="7007313388561350656" style="text-align:right;">12.1 sq mi
</td>
<td data-sort-value="7007313388561350656" style="text-align:right;">31.3 km<sup>2</sup>
</td>
<td data-sort-value="6997337144404839263" style="text-align:right;">8,732/sq mi
</td>
<td data-sort-value="6997337144404839263" style="text-align:right;">3,371/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.56_N_122.31_W_&title=San+Mateo"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°34′N</span> <span class="longitude">122°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.56°N 122.31°W</span><span style="display:none"> / <span class="geo">37.56; -122.31</span></span><span style="display:none"> (<span class="fn org">San Mateo</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">328
</th>
<td align="left"><a href="/wiki/Lynn,_Massachusetts" title="Lynn, Massachusetts">Lynn</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">100,891
</td>
<td style="text-align:right;">101,253
</td>
<td style="text-align:right;"><span data-sort-value="3000640000000000000♠" style="display:none"></span><span style="color:red">−0.36%</span>
</td>
<td data-sort-value="7007277128727805951" style="text-align:right;">10.7 sq mi
</td>
<td data-sort-value="7007277128727805951" style="text-align:right;">27.7 km<sup>2</sup>
</td>
<td data-sort-value="6997365368472628716" style="text-align:right;">9,463/sq mi
</td>
<td data-sort-value="6997365368472628716" style="text-align:right;">3,654/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.47_N_70.96_W_&title=Lynn"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°28′N</span> <span class="longitude">70°58′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.47°N 70.96°W</span><span style="display:none"> / <span class="geo">42.47; -70.96</span></span><span style="display:none"> (<span class="fn org">Lynn</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">329
</th>
<td style="text-align:left;background-color:#ffff99"><b><a href="/wiki/Albany,_New_York" title="Albany, New York">Albany</a></b>
</td>
<td align="left"><a href="/wiki/New_York_(state)" title="New York (state)">New York</a>
</td>
<td style="text-align:right;">100,826
</td>
<td style="text-align:right;">99,224
</td>
<td style="text-align:right;"><span data-sort-value="7000161000000000000♠" style="display:none"></span><span style="color:green">+1.61%</span>
</td>
<td data-sort-value="7007554257455611903" style="text-align:right;">21.4 sq mi
</td>
<td data-sort-value="7007554257455611903" style="text-align:right;">55.4 km<sup>2</sup>
</td>
<td data-sort-value="6997179035570916132" style="text-align:right;">4,637/sq mi
</td>
<td data-sort-value="6997179035570916132" style="text-align:right;">1,790/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=42.67_N_73.80_W_&title=Albany"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">42°40′N</span> <span class="longitude">73°48′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">42.67°N 73.80°W</span><span style="display:none"> / <span class="geo">42.67; -73.80</span></span><span style="display:none"> (<span class="fn org">Albany</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">330
</th>
<td align="left"><a href="/wiki/Hesperia,_California" title="Hesperia, California">Hesperia</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">100,744
</td>
<td style="text-align:right;">99,818
</td>
<td style="text-align:right;"><span data-sort-value="6999930000000000000♠" style="display:none"></span><span style="color:green">+0.93%</span>
</td>
<td data-sort-value="7008188292135621427" style="text-align:right;">72.7 sq mi
</td>
<td data-sort-value="7008188292135621427" style="text-align:right;">188.3 km<sup>2</sup>
</td>
<td data-sort-value="6996530118263678778" style="text-align:right;">1,373/sq mi
</td>
<td data-sort-value="6996530118263678778" style="text-align:right;">530/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=34.40_N_117.32_W_&title=Hesperia"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">34°24′N</span> <span class="longitude">117°19′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">34.40°N 117.32°W</span><span style="display:none"> / <span class="geo">34.40; -117.32</span></span><span style="display:none"> (<span class="fn org">Hesperia</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">331
</th>
<td align="left"><a href="/wiki/New_Bedford,_Massachusetts" title="New Bedford, Massachusetts">New Bedford</a>
</td>
<td align="left"><a href="/wiki/Massachusetts" title="Massachusetts">Massachusetts</a>
</td>
<td style="text-align:right;">100,682
</td>
<td style="text-align:right;">101,079
</td>
<td style="text-align:right;"><span data-sort-value="3000610000000000000♠" style="display:none"></span><span style="color:red">−0.39%</span>
</td>
<td data-sort-value="7007517997622067200" style="text-align:right;">20.0 sq mi
</td>
<td data-sort-value="7007517997622067200" style="text-align:right;">51.8 km<sup>2</sup>
</td>
<td data-sort-value="6997195136030927352" style="text-align:right;">5,054/sq mi
</td>
<td data-sort-value="6997195136030927352" style="text-align:right;">1,951/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.66_N_70.94_W_&title=New+Bedford"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°40′N</span> <span class="longitude">70°56′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.66°N 70.94°W</span><span style="display:none"> / <span class="geo">41.66; -70.94</span></span><span style="display:none"> (<span class="fn org">New Bedford</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">332
</th>
<td align="left"><a href="/wiki/Davenport,_Iowa" title="Davenport, Iowa">Davenport</a>
</td>
<td align="left"><a href="/wiki/Iowa" title="Iowa">Iowa</a>
</td>
<td style="text-align:right;">100,486
</td>
<td style="text-align:right;">101,724
</td>
<td style="text-align:right;"><span data-sort-value="2999877999999999999♠" style="display:none"></span><span style="color:red">−1.22%</span>
</td>
<td data-sort-value="7008165241241439436" style="text-align:right;">63.8 sq mi
</td>
<td data-sort-value="7008165241241439436" style="text-align:right;">165.2 km<sup>2</sup>
</td>
<td data-sort-value="6996615446840716658" style="text-align:right;">1,594/sq mi
</td>
<td data-sort-value="6996615446840716658" style="text-align:right;">615/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=41.56_N_90.60_W_&title=Davenport"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">41°34′N</span> <span class="longitude">90°36′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">41.56°N 90.60°W</span><span style="display:none"> / <span class="geo">41.56; -90.60</span></span><span style="display:none"> (<span class="fn org">Davenport</span>)</span></span></span></a></span></span></small>
</td></tr>
<tr>
<th scope="row">333
</th>
<td align="left"><a href="/wiki/Daly_City,_California" title="Daly City, California">Daly City</a>
</td>
<td align="left"><a href="/wiki/California" title="California">California</a>
</td>
<td style="text-align:right;">100,007
</td>
<td style="text-align:right;">104,901
</td>
<td style="text-align:right;"><span data-sort-value="2999533000000000000♠" style="display:none"></span><span style="color:red">−4.67%</span>
</td>
<td data-sort-value="7007196839096385536" style="text-align:right;">7.6 sq mi
</td>
<td data-sort-value="7007196839096385536" style="text-align:right;">19.7 km<sup>2</sup>
</td>
<td data-sort-value="6997532936809436138" style="text-align:right;">13,803/sq mi
</td>
<td data-sort-value="6997532936809436138" style="text-align:right;">5,329/km<sup>2</sup>
</td>
<td><small><span class="geo-inline"><link href="mw-data:TemplateStyles:r1156832818" rel="mw-deduplicated-inline-style"/><span class="plainlinks nourlexpansion"><a class="external text" href="https://geohack.toolforge.org/geohack.php?pagename=List_of_United_States_cities_by_population&params=37.69_N_122.47_W_&title=Daly+City"><span class="geo-nondefault"><span class="geo-dms" title="Maps, aerial photos, and other data for this location"><span class="latitude">37°41′N</span> <span class="longitude">122°28′W</span></span></span><span class="geo-multi-punct"> / </span><span class="geo-default"><span class="vcard"><span class="geo-dec" title="Maps, aerial photos, and other data for this location">37.69°N 122.47°W</span><span style="display:none"> / <span class="geo">37.69; -122.47</span></span><span style="display:none"> (<span class="fn org">Daly City</span>)</span></span></span></a></span></span></small>
</td></tr></tbody></table>
city = table.find("td").text
print(city)New York[d]
state = table.find("td").a.text
print(state)New York
pop = table.find("td").text
print(pop)New York[d]
Now you will write code to scrape the information in table to create a Pandas data frame with one row for each city and columns for: city, state, population (2022 estimate), and 2020 land area (sq mi). Refer to the Notes/suggestions below as you write your code. A few Hints are provided further down, but try coding first before looking at the hints.
Notes/suggestions:
- Use as a guide the code from the reading that produced the data frame of Statistics faculty
- Inspect the page source as you write your code
- You will need to write a loop to get the information for all cities, but you might want to try just scraping the info for New York first
- You will need to pull the text from the tag. If
.textreturns text with “” at the end, try.get_text(strip = True)instead of.text - Don’t forget to convert to a Pandas Data Frame; it should have 333 rows and 4 columns
- The goal of this exercise is just to create the Data Frame. If you were going to use it — e.g., what is the population density for all cities in CA? — then you would need to clean the data first (to clean strings and convert to quantitative). (You can use Beautiful Soup to do some of the cleaning for you, but that goes beyond our scope.)
rows = []
for row in table.find_all('tr')[1:]:
columns = row.find_all('td')
city = columns[0].get_text(strip=True)
state = columns[1].get_text(strip=True)
population_2022 = columns[2].get_text(strip=True)
land_area_2020 = columns[3].get_text(strip=True)
rows.append([city, state, population_2022, land_area_2020])
print(rows)[['New York[d]', 'New York', '8,335,897', '8,804,190'], ['Los Angeles', 'California', '3,822,238', '3,898,747'], ['Chicago', 'Illinois', '2,665,039', '2,746,388'], ['Houston', 'Texas', '2,302,878', '2,304,580'], ['Phoenix', 'Arizona', '1,644,409', '1,608,139'], ['Philadelphia[e]', 'Pennsylvania', '1,567,258', '1,603,797'], ['San Antonio', 'Texas', '1,472,909', '1,434,625'], ['San Diego', 'California', '1,381,162', '1,386,932'], ['Dallas', 'Texas', '1,299,544', '1,304,379'], ['Austin', 'Texas', '974,447', '961,855'], ['Jacksonville[f]', 'Florida', '971,319', '949,611'], ['San Jose', 'California', '971,233', '1,013,240'], ['Fort Worth', 'Texas', '956,709', '918,915'], ['Columbus', 'Ohio', '907,971', '905,748'], ['Charlotte', 'North Carolina', '897,720', '874,579'], ['Indianapolis[g]', 'Indiana', '880,621', '887,642'], ['San Francisco[h]', 'California', '808,437', '873,965'], ['Seattle', 'Washington', '749,256', '737,015'], ['Denver[i]', 'Colorado', '713,252', '715,522'], ['Oklahoma City', 'Oklahoma', '694,800', '681,054'], ['Nashville[j]', 'Tennessee', '683,622', '689,447'], ['El Paso', 'Texas', '677,456', '678,815'], ['Washington[k]', 'District of Columbia', '671,803', '689,545'], ['Las Vegas', 'Nevada', '656,274', '641,903'], ['Boston', 'Massachusetts', '650,706', '675,647'], ['Portland', 'Oregon', '635,067', '652,503'], ['Louisville[l]', 'Kentucky', '624,444', '633,045'], ['Memphis', 'Tennessee', '621,056', '633,104'], ['Detroit', 'Michigan', '620,376', '639,111'], ['Baltimore[m]', 'Maryland', '569,931', '585,708'], ['Milwaukee', 'Wisconsin', '563,305', '577,222'], ['Albuquerque', 'New Mexico', '561,008', '564,559'], ['Tucson', 'Arizona', '546,574', '542,629'], ['Fresno', 'California', '545,567', '542,107'], ['Sacramento', 'California', '528,001', '524,943'], ['Mesa', 'Arizona', '512,498', '504,258'], ['Kansas City', 'Missouri', '509,297', '508,090'], ['Atlanta', 'Georgia', '499,127', '498,715'], ['Colorado Springs', 'Colorado', '486,248', '478,961'], ['Omaha', 'Nebraska', '485,153', '486,051'], ['Raleigh', 'North Carolina', '476,587', '467,665'], ['Virginia Beach[m]', 'Virginia', '455,618', '459,470'], ['Long Beach', 'California', '451,307', '466,742'], ['Miami', 'Florida', '449,514', '442,241'], ['Oakland', 'California', '430,553', '440,646'], ['Minneapolis', 'Minnesota', '425,096', '429,954'], ['Tulsa', 'Oklahoma', '411,867', '413,066'], ['Bakersfield', 'California', '410,647', '403,455'], ['Tampa', 'Florida', '398,173', '384,959'], ['Wichita', 'Kansas', '396,192', '397,532'], ['Arlington', 'Texas', '394,602', '394,266'], ['Aurora', 'Colorado', '393,537', '386,261'], ['New Orleans[n]', 'Louisiana', '369,749', '383,997'], ['Cleveland', 'Ohio', '361,607', '372,624'], ['Anaheim', 'California', '344,461', '346,824'], ['Honolulu[o]', 'Hawaii', '343,421', '350,964'], ['Henderson', 'Nevada', '331,415', '317,610'], ['Stockton', 'California', '321,819', '320,804'], ['Riverside', 'California', '320,764', '314,998'], ['Lexington[p]', 'Kentucky', '320,347', '322,570'], ['Corpus Christi', 'Texas', '316,239', '317,863'], ['Orlando', 'Florida', '316,081', '307,573'], ['Irvine', 'California', '313,685', '307,670'], ['Cincinnati', 'Ohio', '309,513', '309,317'], ['Santa Ana', 'California', '308,189', '310,227'], ['Newark', 'New Jersey', '305,344', '311,549'], ['Saint Paul', 'Minnesota', '303,176', '311,527'], ['Pittsburgh', 'Pennsylvania', '302,898', '302,971'], ['Greensboro', 'North Carolina', '301,115', '299,035'], ['Lincoln', 'Nebraska', '292,627', '291,082'], ['Durham', 'North Carolina', '291,928', '283,506'], ['Plano', 'Texas', '289,547', '285,494'], ['Anchorage[q]', 'Alaska', '287,145', '291,247'], ['Jersey City', 'New Jersey', '286,670', '292,449'], ['St. Louis[m]', 'Missouri', '286,578', '301,578'], ['Chandler', 'Arizona', '280,711', '275,987'], ['North Las Vegas', 'Nevada', '280,543', '262,527'], ['Chula Vista', 'California', '279,170', '275,487'], ['Buffalo', 'New York', '276,486', '278,349'], ['Gilbert[r]', 'Arizona', '275,346', '267,918'], ['Reno', 'Nevada', '273,448', '264,165'], ['Madison', 'Wisconsin', '272,903', '269,840'], ['Fort Wayne', 'Indiana', '267,927', '263,886'], ['Toledo', 'Ohio', '266,301', '270,871'], ['Lubbock', 'Texas', '263,930', '257,141'], ['St. Petersburg', 'Florida', '261,256', '258,308'], ['Laredo', 'Texas', '256,187', '255,205'], ['Irving', 'Texas', '254,715', '256,684'], ['Chesapeake[m]', 'Virginia', '252,488', '249,422'], ['Glendale', 'Arizona', '252,136', '248,325'], ['Winston-Salem', 'North Carolina', '251,350', '249,545'], ['Scottsdale', 'Arizona', '243,050', '241,361'], ['Garland', 'Texas', '240,854', '246,018'], ['Boise[s]', 'Idaho', '236,634', '235,684'], ['Norfolk[m]', 'Virginia', '232,995', '238,005'], ['Port St. Lucie', 'Florida', '231,790', '204,851'], ['Spokane', 'Washington', '230,160', '228,989'], ['Richmond[m]', 'Virginia', '229,395', '226,610'], ['Fremont', 'California', '223,871', '230,504'], ['Huntsville', 'Alabama', '221,933', '215,006'], ['Tacoma', 'Washington', '221,776', '219,346'], ['Baton Rouge[t]', 'Louisiana', '221,453', '227,470'], ['Santa Clarita', 'California', '221,345', '228,673'], ['San Bernardino', 'California', '220,328', '222,101'], ['Hialeah', 'Florida', '220,292', '223,109'], ['Frisco', 'Texas', '219,587', '200,509'], ['Modesto', 'California', '218,069', '218,464'], ['Cape Coral', 'Florida', '216,992', '194,016'], ['Fontana', 'California', '212,475', '208,393'], ['Moreno Valley', 'California', '211,924', '208,634'], ['Des Moines', 'Iowa', '211,034', '214,133'], ['Rochester', 'New York', '209,352', '211,328'], ['Fayetteville', 'North Carolina', '208,873', '208,501'], ['Yonkers', 'New York', '208,121', '211,569'], ['McKinney', 'Texas', '207,507', '195,308'], ['Worcester', 'Massachusetts', '205,319', '206,518'], ['Salt Lake City', 'Utah', '204,657', '199,723'], ['Little Rock', 'Arkansas', '202,864', '202,591'], ['Columbus[u]', 'Georgia', '202,616', '206,922'], ['Augusta[v]', 'Georgia', '202,096', '202,081'], ['Sioux Falls', 'South Dakota', '202,078', '192,517'], ['Grand Prairie', 'Texas', '201,843', '196,100'], ['Tallahassee', 'Florida', '201,731', '196,169'], ['Amarillo', 'Texas', '201,291', '200,393'], ['Oxnard', 'California', '200,415', '202,063'], ['Peoria', 'Arizona', '197,866', '190,985'], ['Overland Park', 'Kansas', '197,726', '197,238'], ['Montgomery', 'Alabama', '196,986', '200,603'], ['Birmingham', 'Alabama', '196,910', '200,733'], ['Grand Rapids', 'Michigan', '196,908', '198,917'], ['Knoxville', 'Tennessee', '195,889', '190,740'], ['Vancouver', 'Washington', '194,512', '190,915'], ['Huntington Beach', 'California', '194,310', '198,711'], ['Providence', 'Rhode Island', '189,563', '190,934'], ['Brownsville', 'Texas', '189,382', '186,738'], ['Glendale', 'California', '189,221', '196,543'], ['Akron', 'Ohio', '188,509', '190,469'], ['Tempe', 'Arizona', '185,950', '180,587'], ['Newport News[m]', 'Virginia', '184,306', '186,247'], ['Chattanooga', 'Tennessee', '184,086', '181,099'], ['Mobile', 'Alabama', '183,289', '187,041'], ['Fort Lauderdale', 'Florida', '183,146', '182,760'], ['Cary', 'North Carolina', '180,388', '174,721'], ['Shreveport', 'Louisiana', '180,153', '187,593'], ['Ontario', 'California', '179,061', '175,265'], ['Eugene', 'Oregon', '177,923', '176,654'], ['Aurora', 'Illinois', '177,866', '180,542'], ['Elk Grove', 'California', '177,558', '176,124'], ['Salem', 'Oregon', '177,487', '175,535'], ['Santa Rosa', 'California', '177,181', '178,127'], ['Clarksville', 'Tennessee', '176,974', '166,722'], ['Rancho Cucamonga', 'California', '176,336', '174,453'], ['Oceanside', 'California', '172,199', '174,068'], ['Springfield', 'Missouri', '170,067', '169,176'], ['Pembroke Pines', 'Florida', '169,876', '171,178'], ['Garden Grove', 'California', '169,254', '171,949'], ['Fort Collins', 'Colorado', '169,249', '169,810'], ['Lancaster', 'California', '169,185', '173,516'], ['Palmdale', 'California', '163,463', '169,450'], ['Murfreesboro', 'Tennessee', '162,398', '152,769'], ['Salinas', 'California', '161,020', '163,542'], ['Corona', 'California', '159,567', '157,136'], ['Killeen', 'Texas', '159,172', '153,095'], ['Hayward', 'California', '156,754', '162,954'], ['Paterson', 'New Jersey', '156,661', '159,732'], ['Macon[w]', 'Georgia', '156,197', '157,346'], ['Lakewood', 'Colorado', '156,120', '155,984'], ['Alexandria[m]', 'Virginia', '155,525', '159,467'], ['Roseville', 'California', '154,817', '147,773'], ['Surprise', 'Arizona', '154,198', '143,148'], ['Springfield', 'Massachusetts', '154,064', '155,929'], ['Charleston', 'South Carolina', '153,672', '150,227'], ['Kansas City[x]', 'Kansas', '153,345', '156,607'], ['Sunnyvale', 'California', '153,091', '155,805'], ['Bellevue', 'Washington', '152,767', '151,854'], ['Hollywood', 'Florida', '152,650', '153,067'], ['Denton', 'Texas', '150,353', '139,869'], ['Escondido', 'California', '150,270', '151,038'], ['Joliet', 'Illinois', '150,033', '150,362'], ['Naperville', 'Illinois', '149,936', '149,540'], ['Bridgeport', 'Connecticut', '148,377', '148,654'], ['Savannah', 'Georgia', '148,004', '147,780'], ['Mesquite', 'Texas', '147,899', '150,108'], ['Pasadena', 'Texas', '147,662', '151,950'], ['Rockford', 'Illinois', '146,713', '148,655'], ['Pomona', 'California', '146,017', '151,713'], ['Jackson', 'Mississippi', '145,995', '153,701'], ['Olathe', 'Kansas', '145,616', '141,290'], ['Gainesville', 'Florida', '145,214', '141,085'], ['McAllen', 'Texas', '144,579', '142,210'], ['Syracuse', 'New York', '144,451', '148,620'], ['Waco', 'Texas', '143,984', '138,486'], ['Visalia', 'California', '143,966', '141,384'], ['Thornton', 'Colorado', '143,282', '141,867'], ['Torrance', 'California', '141,126', '147,067'], ['Fullerton', 'California', '140,541', '143,617'], ['Columbia', 'South Carolina', '139,698', '136,632'], ['Lakewood', 'New Jersey', '139,506', '135,158'], ['New Haven', 'Connecticut', '138,915', '134,023'], ['Hampton[m]', 'Virginia', '138,037', '137,148'], ['Miramar', 'Florida', '137,228', '134,721'], ['Victorville', 'California', '137,221', '134,810'], ['Warren', 'Michigan', '137,107', '139,387'], ['West Valley City', 'Utah', '136,650', '140,230'], ['Cedar Rapids', 'Iowa', '136,429', '137,710'], ['Stamford', 'Connecticut', '136,188', '135,470'], ['Orange', 'California', '136,178', '139,911'], ['Dayton', 'Ohio', '135,944', '137,644'], ['Midland', 'Texas', '134,444', '132,524'], ['Kent', 'Washington', '134,392', '136,588'], ['Elizabeth', 'New Jersey', '134,283', '137,298'], ['Pasadena', 'California', '134,211', '138,699'], ['Carrollton', 'Texas', '133,820', '133,434'], ['Coral Springs', 'Florida', '133,369', '134,394'], ['Sterling Heights', 'Michigan', '132,567', '134,346'], ['Fargo', 'North Dakota', '131,444', '125,990'], ['Lewisville', 'Texas', '131,215', '111,822'], ['Meridian', 'Idaho', '129,736', '117,635'], ['Norman', 'Oklahoma', '129,627', '128,026'], ['Palm Bay', 'Florida', '129,234', '119,760'], ['Athens[y]', 'Georgia', '128,561', '127,315'], ['Columbia', 'Missouri', '128,555', '126,254'], ['Abilene', 'Texas', '127,385', '125,182'], ['Pearland', 'Texas', '126,949', '125,828'], ['Santa Clara', 'California', '126,930', '127,647'], ['Round Rock', 'Texas', '126,697', '119,468'], ['Topeka', 'Kansas', '125,449', '126,587'], ['Allentown', 'Pennsylvania', '125,094', '125,845'], ['Clovis', 'California', '124,556', '120,124'], ['Simi Valley', 'California', '124,398', '126,356'], ['College Station', 'Texas', '124,319', '120,511'], ['Thousand Oaks', 'California', '124,265', '126,966'], ['Vallejo', 'California', '123,564', '126,090'], ['Concord', 'California', '122,625', '125,410'], ['Rochester', 'Minnesota', '121,878', '121,395'], ['Arvada', 'Colorado', '121,581', '124,402'], ['Lafayette[z]', 'Louisiana', '121,389', '121,374'], ['Independence', 'Missouri', '121,202', '123,011'], ['West Palm Beach', 'Florida', '120,932', '117,415'], ['Hartford', 'Connecticut', '120,686', '121,054'], ['Wilmington', 'North Carolina', '120,324', '115,451'], ['Lakeland', 'Florida', '120,071', '112,641'], ['Billings', 'Montana', '119,960', '117,116'], ['Ann Arbor', 'Michigan', '119,875', '123,851'], ['Fairfield', 'California', '119,338', '119,881'], ['Berkeley', 'California', '118,950', '124,321'], ['Richardson', 'Texas', '118,802', '119,469'], ['North Charleston', 'South Carolina', '118,608', '114,852'], ['Cambridge', 'Massachusetts', '118,488', '118,403'], ['Broken Arrow', 'Oklahoma', '117,911', '113,540'], ['Clearwater', 'Florida', '117,027', '117,292'], ['West Jordan', 'Utah', '116,664', '116,961'], ['Evansville', 'Indiana', '115,749', '117,298'], ['League City', 'Texas', '115,418', '114,392'], ['Antioch', 'California', '115,264', '115,291'], ['Manchester', 'New Hampshire', '115,141', '115,644'], ['High Point', 'North Carolina', '115,067', '114,059'], ['Waterbury', 'Connecticut', '115,016', '114,403'], ['Westminster', 'Colorado', '114,533', '116,317'], ['Richmond', 'California', '114,301', '116,448'], ['Carlsbad', 'California', '114,160', '114,746'], ['Las Cruces', 'New Mexico', '113,888', '111,385'], ['Murrieta', 'California', '113,783', '110,949'], ['Lowell', 'Massachusetts', '113,608', '115,554'], ['Provo', 'Utah', '113,523', '115,162'], ['Springfield', 'Illinois', '113,273', '114,394'], ['Elgin', 'Illinois', '113,177', '114,797'], ['Odessa', 'Texas', '112,906', '114,428'], ['Lansing', 'Michigan', '112,537', '112,644'], ['Pompano Beach', 'Florida', '112,302', '112,046'], ['Beaumont', 'Texas', '112,089', '115,282'], ['Temecula', 'California', '111,752', '110,003'], ['Gresham', 'Oregon', '111,621', '114,247'], ['Allen', 'Texas', '111,551', '104,627'], ['Pueblo', 'Colorado', '111,456', '111,876'], ['Everett', 'Washington', '111,337', '110,629'], ['South Fulton', 'Georgia', '111,158', '107,436'], ['Peoria', 'Illinois', '111,021', '113,150'], ['Nampa', 'Idaho', '110,951', '100,200'], ['Tuscaloosa', 'Alabama', '110,602', '99,600'], ['Miami Gardens', 'Florida', '110,497', '111,640'], ['Santa Maria', 'California', '110,125', '109,707'], ['Downey', 'California', '109,934', '114,355'], ['Concord', 'North Carolina', '109,896', '105,240'], ['Ventura[aa]', 'California', '109,527', '110,763'], ['Costa Mesa', 'California', '109,521', '111,918'], ['Sugar Land', 'Texas', '109,414', '111,026'], ['Menifee', 'California', '109,399', '102,527'], ['Tyler', 'Texas', '109,286', '105,995'], ['Sparks', 'Nevada', '109,226', '108,445'], ['Greeley', 'Colorado', '109,209', '108,795'], ['Rio Rancho', 'New Mexico', '108,082', '104,046'], ['Sandy Springs', 'Georgia', '107,763', '108,080'], ['Dearborn', 'Michigan', '107,710', '109,976'], ['Jurupa Valley', 'California', '107,609', '105,053'], ['Edison', 'New Jersey', '107,361', '107,588'], ['Spokane Valley', 'Washington', '107,325', '102,976'], ['Hillsboro', 'Oregon', '107,299', '106,447'], ['Davie', 'Florida', '106,513', '105,691'], ['Green Bay', 'Wisconsin', '106,095', '107,395'], ['Centennial', 'Colorado', '105,865', '108,418'], ['Buckeye', 'Arizona', '105,567', '91,502'], ['Boulder', 'Colorado', '105,485', '108,250'], ['Goodyear', 'Arizona', '105,406', '95,294'], ['El Monte', 'California', '105,312', '109,450'], ['West Covina', 'California', '105,013', '109,501'], ['Brockton', 'Massachusetts', '104,826', '105,643'], ['New Braunfels', 'Texas', '104,707', '90,403'], ['El Cajon', 'California', '104,414', '106,215'], ['Edinburg', 'Texas', '104,294', '100,243'], ['Renton', 'Washington', '104,047', '106,785'], ['Burbank', 'California', '103,920', '107,337'], ['Inglewood', 'California', '103,621', '107,762'], ['Rialto', 'California', '103,545', '104,026'], ["Lee's Summit", 'Missouri', '103,465', '101,108'], ['Bend', 'Oregon', '103,254', '99,178'], ['Woodbridge', 'New Jersey', '103,229', '103,639'], ['South Bend', 'Indiana', '103,110', '103,453'], ['Wichita Falls', 'Texas', '102,664', '102,316'], ['St. George', 'Utah', '102,519', '95,342'], ['Fishers', 'Indiana', '101,966', '98,977'], ['Carmel', 'Indiana', '101,964', '99,757'], ['Vacaville', 'California', '101,918', '102,386'], ['Quincy', 'Massachusetts', '101,727', '101,636'], ['Conroe', 'Texas', '101,405', '89,956'], ['Chico', 'California', '101,299', '101,475'], ['San Mateo', 'California', '100,984', '105,661'], ['Lynn', 'Massachusetts', '100,891', '101,253'], ['Albany', 'New York', '100,826', '99,224'], ['Hesperia', 'California', '100,744', '99,818'], ['New Bedford', 'Massachusetts', '100,682', '101,079'], ['Davenport', 'Iowa', '100,486', '101,724'], ['Daly City', 'California', '100,007', '104,901']]
pd.DataFrame(rows, columns=['City', 'State', 'Population (2022 estimate)', '2020 Land Area (sq mi)'])| City | State | Population (2022 estimate) | 2020 Land Area (sq mi) | |
|---|---|---|---|---|
| 0 | New York[d] | New York | 8,335,897 | 8,804,190 |
| 1 | Los Angeles | California | 3,822,238 | 3,898,747 |
| 2 | Chicago | Illinois | 2,665,039 | 2,746,388 |
| 3 | Houston | Texas | 2,302,878 | 2,304,580 |
| 4 | Phoenix | Arizona | 1,644,409 | 1,608,139 |
| ... | ... | ... | ... | ... |
| 328 | Albany | New York | 100,826 | 99,224 |
| 329 | Hesperia | California | 100,744 | 99,818 |
| 330 | New Bedford | Massachusetts | 100,682 | 101,079 |
| 331 | Davenport | Iowa | 100,486 | 101,724 |
| 332 | Daly City | California | 100,007 | 104,901 |
333 rows × 4 columns
Hints:
- Each city is a row in the table; find all the
<tr>tags to find all the cities - Look for the
<td>tag to see table entries within a row - The rank column is represented by
<th>tags, rather than<td>tags. So within a row, the first (that is,[0])<td>tag corresponds to the city name.
Aside: Scraping an HTML table with Pandas
The Pandas command read_html can be used to scrape information from an HTML table on a webpage.
We can call read_html on the URL.
pd.read_html("https://en.wikipedia.org/wiki/List_of_United_States_cities_by_population")[ 0
0 Map all coordinates using: OpenStreetMap
1 Download coordinates as: KML GPX (all coordina...,
Population tables of U.S. cities
0 Cities
1 Population AreaDensityEthnic identityForeign-b...
2 Urban areas
3 Populous cities and metropolitan areas
4 Metropolitan areas
5 563 primary statistical areas175 combined stat...
6 Megaregions
7 See related population listsNorth American met...
8 .mw-parser-output .navbar{display:inline;font-...,
0
0 Map this section's coordinates using: OpenStre...
1 Download coordinates as: KML GPX (all coordina...,
0 1
0 NaN State capital
1 NaN State largest city
2 NaN State capital and largest city
3 NaN Federal capital,
2022 rank City State[c] 2022 estimate 2020 census \
0 1 New York[d] New York 8335897 8804190
1 2 Los Angeles California 3822238 3898747
2 3 Chicago Illinois 2665039 2746388
3 4 Houston Texas 2302878 2304580
4 5 Phoenix Arizona 1644409 1608139
.. ... ... ... ... ...
328 329 Albany New York 100826 99224
329 330 Hesperia California 100744 99818
330 331 New Bedford Massachusetts 100682 101079
331 332 Davenport Iowa 100486 101724
332 333 Daly City California 100007 104901
Change 2020 land area 2020 land area.1 2020 population density \
0 −5.32% 300.5 sq mi 778.3 km2 29,298/sq mi
1 −1.96% 469.5 sq mi 1,216.0 km2 8,304/sq mi
2 −2.96% 227.7 sq mi 589.7 km2 12,061/sq mi
3 −0.07% 640.4 sq mi 1,658.6 km2 3,599/sq mi
4 +2.26% 518.0 sq mi 1,341.6 km2 3,105/sq mi
.. ... ... ... ...
328 +1.61% 21.4 sq mi 55.4 km2 4,637/sq mi
329 +0.93% 72.7 sq mi 188.3 km2 1,373/sq mi
330 −0.39% 20.0 sq mi 51.8 km2 5,054/sq mi
331 −1.22% 63.8 sq mi 165.2 km2 1,594/sq mi
332 −4.67% 7.6 sq mi 19.7 km2 13,803/sq mi
2020 population density.1 \
0 11,312/km2
1 3,206/km2
2 4,657/km2
3 1,390/km2
4 1,199/km2
.. ...
328 1,790/km2
329 530/km2
330 1,951/km2
331 615/km2
332 5,329/km2
Location
0 .mw-parser-output .geo-default,.mw-parser-outp...
1 34°01′N 118°25′W / 34.02°N 118.41°W
2 41°50′N 87°41′W / 41.84°N 87.68°W
3 29°47′N 95°23′W / 29.79°N 95.39°W
4 33°34′N 112°05′W / 33.57°N 112.09°W
.. ...
328 42°40′N 73°48′W / 42.67°N 73.80°W
329 34°24′N 117°19′W / 34.40°N 117.32°W
330 41°40′N 70°56′W / 41.66°N 70.94°W
331 41°34′N 90°36′W / 41.56°N 90.60°W
332 37°41′N 122°28′W / 37.69°N 122.47°W
[333 rows x 11 columns],
Population Number of municipal governments
0 1,000,000+ 9
1 700,000–999,999 10
2 500,000–699,999 18
3 400,000–499,999 11
4 300,000–399,999 21
5 200,000–299,999 56
6 100,000–199,999 208
7 Total 333,
State Number of listed cities
0 CA 75
1 TX 42
2 FL 22
3 AZ, CO 12
4 NC 10
5 MA, WA 9
6 GA, IL 8
7 MI, NJ, VA 7
8 MO, IN, NY, OH, OR, TN 6
9 AL, CT, KS, NV, UT 5
10 LA, OK 4
11 IA, ID, MN, NM, PA, SC, WI 3
12 KY, NE 2
13 AK, AR, DC, HI, MD, MS, MT, ND, NH, RI, SD 1
14 DE, ME, VT, WV, WY 0,
0
0 Map this section's coordinates using: OpenStre...
1 Download coordinates as: KML GPX (all coordina...,
2022 rank Municipio 2022 estimate 2020 census Change 2020 land area \
0 1 San Juan 334776 342259 −2.19% 39.8 sq mi
1 2 Bayamón 181577 185187 −1.95% 27.0 sq mi
2 3 Carolina 151571 154815 −2.10% 20.7 sq mi
3 4 Ponce 132138 137491 −3.89% 28.4 sq mi
4 5 Caguas 125136 127244 −1.66% 10.9 sq mi
2020 land area.1 2020 population density 2020 population density.1 \
0 103.1 km2 8,599/sq mi 3,320/km2
1 69.9 km2 6,859/sq mi 2,648/km2
2 53.6 km2 7,479/sq mi 2,888/km2
3 73.6 km2 4,841/sq mi 1,869/km2
4 28.2 km2 11,674/sq mi 4,507/km2
Location
0 18°24′N 66°04′W / 18.40°N 66.06°W
1 18°23′N 66°10′W / 18.38°N 66.16°W
2 18°25′N 65°59′W / 18.41°N 65.98°W
3 18°00′N 66°37′W / 18.00°N 66.62°W
4 18°14′N 66°02′W / 18.23°N 66.04°W ,
0
0 Map this section's coordinates using: OpenStre...
1 Download coordinates as: KML GPX (all coordina...,
Census-designated place State 2020 census 2010 census Change \
0 Arlington Virginia 238643 207627 +14.94%
1 Enterprise Nevada 221831 108481 +104.49%
2 Spring Valley Nevada 215597 178395 +20.85%
3 Sunrise Manor Nevada 205618 189372 +8.58%
4 Paradise Nevada 191238 223167 −14.31%
5 Metairie Louisiana 143507 138481 +3.63%
6 East Los Angeles California 118786 126496 −6.10%
7 Brandon Florida 114626 103483 +10.77%
8 The Woodlands Texas 114436 93847 +21.94%
9 Lehigh Acres Florida 114287 86784 +31.69%
10 Spring Hill Florida 113568 98621 +15.16%
11 Riverview Florida 107396 71050 +51.16%
12 Columbia Maryland 104681 99615 +5.09%
13 Highlands Ranch Colorado 103444 96713 +6.96%
2020 land area 2020 land area.1 2020 population density \
0 26.0 sq mi 67.340 km2 9,179/sq mi
1 66.0 sq mi 170.939 km2 3,361/sq mi
2 35.5 sq mi 91.945 km2 6,073/sq mi
3 33.7 sq mi 87.283 km2 6,101/sq mi
4 42.4 sq mi 109.815 km2 4,510/sq mi
5 23.3 sq mi 60.347 km2 6,159/sq mi
6 7.5 sq mi 19.425 km2 15,838/sq mi
7 33.1 sq mi 85.729 km2 3,463/sq mi
8 43.3 sq mi 112.146 km2 2,643/sq mi
9 92.7 sq mi 240.092 km2 1,233/sq mi
10 59.9 sq mi 155.140 km2 1,896/sq mi
11 46.2 sq mi 119.657 km2 2,325/sq mi
12 31.9 sq mi 82.621 km2 3,282/sq mi
13 24.3 sq mi 62.937 km2 4,257/sq mi
2020 population density.1 Location
0 3,544/km2 38°53′N 77°06′W / 38.88°N 77.10°W
1 1,298/km2 36°01′N 115°14′W / 36.01°N 115.23°W
2 2,345/km2 36°06′N 115°16′W / 36.10°N 115.26°W
3 2,356/km2 36°11′N 115°03′W / 36.18°N 115.05°W
4 1,740/km2 36°05′N 115°08′W / 36.09°N 115.14°W
5 2,378/km2 30°00′N 90°11′W / 30.00°N 90.18°W
6 6,115/km2 34°02′N 118°10′W / 34.03°N 118.17°W
7 1,337/km2 27°56′N 82°18′W / 27.94°N 82.30°W
8 1,020/km2 30°10′N 95°31′W / 30.17°N 95.51°W
9 476/km2 26°37′N 81°38′W / 26.61°N 81.64°W
10 732/km2 28°29′N 82°32′W / 28.48°N 82.53°W
11 898/km2 27°49′N 82°18′W / 27.82°N 82.30°W
12 1,267/km2 39°12′N 76°52′W / 39.20°N 76.86°W
13 1,644/km2 39°32′N 104°58′W / 39.54°N 104.97°W ,
City State 2022 estimate 2020 census \
0 Allegheny Pennsylvania NaN NaN
1 Brooklyn New York NaN NaN
2 Camden New Jersey 70996.0 71791.0
3 Canton Ohio 69671.0 70872.0
4 Citrus Heights California 86433.0 87583.0
5 Clinton Township Michigan 99448.0 100513.0
6 Duluth Minnesota 86619.0 86697.0
7 Erie Pennsylvania 93511.0 94831.0
8 Fall River Massachusetts 93682.0 94000.0
9 Federal Way Washington 97863.0 101030.0
10 Flint Michigan 79854.0 81252.0
11 Gary Indiana 67972.0 69093.0
12 Hammond Indiana 76575.0 77879.0
13 Livonia Michigan 93779.0 95535.0
14 Longmont Colorado 98687.0 98885.0
15 Niagara Falls New York 47993.0 48671.0
16 Norwalk California 98537.0 102773.0
17 Parma Ohio 79358.0 81146.0
18 Portsmouth Virginia 97029.0 97915.0
19 Reading Pennsylvania 94858.0 95112.0
20 Roanoke Virginia 97847.0 100011.0
21 Scranton Pennsylvania 75848.0 76328.0
22 Somerville Massachusetts 79762.0 81045.0
23 St. Joseph Missouri 70656.0 72473.0
24 Trenton New Jersey 89661.0 90871.0
25 Utica New York 64081.0 65283.0
26 Wilmington Delaware 71569.0 70898.0
27 Youngstown Ohio 59144.0 60068.0
Peak population Percent decline from peak population \
0 129896 NaN
1 806343 NaN
2 124555 −42.36%
3 116912 −39.38%
4 107439 −18.48%
5 100513 NaN
6 107312 −19.21%
7 138440 −31.50%
8 120485 −21.98%
9 101030 NaN
10 196940 −58.74%
11 178320 −61.25%
12 111698 −30.28%
13 110109 −13.24%
14 100758 −1.86%
15 102394 −52.47%
16 105549 −2.63%
17 100216 −19.03%
18 114773 −14.69%
19 111171 −14.45%
20 100220 −0.21%
21 143333 −46.75%
22 103908 −22.00%
23 102979 −29.62%
24 128009 −29.01%
25 101740 −35.83%
26 112504 −36.98%
27 170002 −64.67%
Notes
0 Peak as an independent city, annexed by Pittsb...
1 Peak as an independent city, consolidated with...
2 Peak in 1950, −1.11% since 2020.
3 Peak in 1950, −1.69% since 2020.
4 Peak in 1990, −1.31% since 2020.
5 Peak in 2020, −1.06% since 2020.
6 Peak in 1960, −0.09% since 2020.
7 Peak in 1960, −1.39% since 2020.
8 Peak in 1920, −0.34% since 2020.
9 Peak in 2020, −3.13% since 2020.
10 Peak in 1960, −1.72% since 2020.
11 Peak in 1960, −1.62% since 2020.
12 Peak in 1960, −1.67% since 2020.
13 Peak in 1970, −1.84% since 2020.
14 Peak in 2021 (estimate only), −0.20% since 2020.
15 Peak in 1960, −1.39% since 2020.
16 Peak in 2010, −4.12% since 2020.
17 Peak in 1970, −2.20% since 2020.
18 Peak in 1960, −0.90% since 2020.
19 Peak in 1930, −0.27% since 2020.
20 Peak in 1980, −2.16% since 2020.
21 Peak in 1930, −0.63% since 2020.
22 Peak in 1930, −1.58% since 2020.
23 Official peak in 1900, but there is evidence t...
24 Peak in 1950, −1.33% since 2020.
25 Peak in 1930, −1.84% since 2020.
26 Peak in 1940, +0.95% since 2020.
27 Peak in 1930, −1.54% since 2020. ,
vteThe 100 most populous cities of the United States \
0 New York, New York Los Angeles, California Chi...
1 NaN
2 Cities ranked by United States Census Bureau p...
vteThe 100 most populous cities of the United States.1 \
0 New York, New York Los Angeles, California Chi...
1 New York, New York Los Angeles, California Chi...
2 Cities ranked by United States Census Bureau p...
Unnamed: 2 \
0 NaN
1 Portland, Oregon Detroit, Michigan Louisville,...
2 NaN
Unnamed: 3 \
0 NaN
1 Aurora, Colorado Tampa, Florida New Orleans, L...
2 NaN
Unnamed: 4
0 NaN
1 Chandler, Arizona Chula Vista, California Buff...
2 NaN ,
0 1 \
0 NaN New York, New York Los Angeles, California Chi...
2 \
0 Portland, Oregon Detroit, Michigan Louisville,...
3 \
0 Aurora, Colorado Tampa, Florida New Orleans, L...
4
0 Chandler, Arizona Chula Vista, California Buff... ]
However, this scrapes all the tables on the webpage, not just the one we want. As with Beautiful Soup, we can narrow the search by specifying the table attributes.
pd.read_html("https://en.wikipedia.org/wiki/List_of_United_States_cities_by_population", attrs = {'class': 'wikitable sortable', "style": "text-align:center"})[ 2022 rank City State[c] 2022 estimate 2020 census \
0 1 New York[d] New York 8335897 8804190
1 2 Los Angeles California 3822238 3898747
2 3 Chicago Illinois 2665039 2746388
3 4 Houston Texas 2302878 2304580
4 5 Phoenix Arizona 1644409 1608139
.. ... ... ... ... ...
328 329 Albany New York 100826 99224
329 330 Hesperia California 100744 99818
330 331 New Bedford Massachusetts 100682 101079
331 332 Davenport Iowa 100486 101724
332 333 Daly City California 100007 104901
Change 2020 land area 2020 land area.1 2020 population density \
0 −5.32% 300.5 sq mi 778.3 km2 29,298/sq mi
1 −1.96% 469.5 sq mi 1,216.0 km2 8,304/sq mi
2 −2.96% 227.7 sq mi 589.7 km2 12,061/sq mi
3 −0.07% 640.4 sq mi 1,658.6 km2 3,599/sq mi
4 +2.26% 518.0 sq mi 1,341.6 km2 3,105/sq mi
.. ... ... ... ...
328 +1.61% 21.4 sq mi 55.4 km2 4,637/sq mi
329 +0.93% 72.7 sq mi 188.3 km2 1,373/sq mi
330 −0.39% 20.0 sq mi 51.8 km2 5,054/sq mi
331 −1.22% 63.8 sq mi 165.2 km2 1,594/sq mi
332 −4.67% 7.6 sq mi 19.7 km2 13,803/sq mi
2020 population density.1 \
0 11,312/km2
1 3,206/km2
2 4,657/km2
3 1,390/km2
4 1,199/km2
.. ...
328 1,790/km2
329 530/km2
330 1,951/km2
331 615/km2
332 5,329/km2
Location
0 .mw-parser-output .geo-default,.mw-parser-outp...
1 34°01′N 118°25′W / 34.02°N 118.41°W
2 41°50′N 87°41′W / 41.84°N 87.68°W
3 29°47′N 95°23′W / 29.79°N 95.39°W
4 33°34′N 112°05′W / 33.57°N 112.09°W
.. ...
328 42°40′N 73°48′W / 42.67°N 73.80°W
329 34°24′N 117°19′W / 34.40°N 117.32°W
330 41°40′N 70°56′W / 41.66°N 70.94°W
331 41°34′N 90°36′W / 41.56°N 90.60°W
332 37°41′N 122°28′W / 37.69°N 122.47°W
[333 rows x 11 columns],
2022 rank Municipio 2022 estimate 2020 census Change 2020 land area \
0 1 San Juan 334776 342259 −2.19% 39.8 sq mi
1 2 Bayamón 181577 185187 −1.95% 27.0 sq mi
2 3 Carolina 151571 154815 −2.10% 20.7 sq mi
3 4 Ponce 132138 137491 −3.89% 28.4 sq mi
4 5 Caguas 125136 127244 −1.66% 10.9 sq mi
2020 land area.1 2020 population density 2020 population density.1 \
0 103.1 km2 8,599/sq mi 3,320/km2
1 69.9 km2 6,859/sq mi 2,648/km2
2 53.6 km2 7,479/sq mi 2,888/km2
3 73.6 km2 4,841/sq mi 1,869/km2
4 28.2 km2 11,674/sq mi 4,507/km2
Location
0 18°24′N 66°04′W / 18.40°N 66.06°W
1 18°23′N 66°10′W / 18.38°N 66.16°W
2 18°25′N 65°59′W / 18.41°N 65.98°W
3 18°00′N 66°37′W / 18.00°N 66.62°W
4 18°14′N 66°02′W / 18.23°N 66.04°W ,
Census-designated place State 2020 census 2010 census Change \
0 Arlington Virginia 238643 207627 +14.94%
1 Enterprise Nevada 221831 108481 +104.49%
2 Spring Valley Nevada 215597 178395 +20.85%
3 Sunrise Manor Nevada 205618 189372 +8.58%
4 Paradise Nevada 191238 223167 −14.31%
5 Metairie Louisiana 143507 138481 +3.63%
6 East Los Angeles California 118786 126496 −6.10%
7 Brandon Florida 114626 103483 +10.77%
8 The Woodlands Texas 114436 93847 +21.94%
9 Lehigh Acres Florida 114287 86784 +31.69%
10 Spring Hill Florida 113568 98621 +15.16%
11 Riverview Florida 107396 71050 +51.16%
12 Columbia Maryland 104681 99615 +5.09%
13 Highlands Ranch Colorado 103444 96713 +6.96%
2020 land area 2020 land area.1 2020 population density \
0 26.0 sq mi 67.340 km2 9,179/sq mi
1 66.0 sq mi 170.939 km2 3,361/sq mi
2 35.5 sq mi 91.945 km2 6,073/sq mi
3 33.7 sq mi 87.283 km2 6,101/sq mi
4 42.4 sq mi 109.815 km2 4,510/sq mi
5 23.3 sq mi 60.347 km2 6,159/sq mi
6 7.5 sq mi 19.425 km2 15,838/sq mi
7 33.1 sq mi 85.729 km2 3,463/sq mi
8 43.3 sq mi 112.146 km2 2,643/sq mi
9 92.7 sq mi 240.092 km2 1,233/sq mi
10 59.9 sq mi 155.140 km2 1,896/sq mi
11 46.2 sq mi 119.657 km2 2,325/sq mi
12 31.9 sq mi 82.621 km2 3,282/sq mi
13 24.3 sq mi 62.937 km2 4,257/sq mi
2020 population density.1 Location
0 3,544/km2 38°53′N 77°06′W / 38.88°N 77.10°W
1 1,298/km2 36°01′N 115°14′W / 36.01°N 115.23°W
2 2,345/km2 36°06′N 115°16′W / 36.10°N 115.26°W
3 2,356/km2 36°11′N 115°03′W / 36.18°N 115.05°W
4 1,740/km2 36°05′N 115°08′W / 36.09°N 115.14°W
5 2,378/km2 30°00′N 90°11′W / 30.00°N 90.18°W
6 6,115/km2 34°02′N 118°10′W / 34.03°N 118.17°W
7 1,337/km2 27°56′N 82°18′W / 27.94°N 82.30°W
8 1,020/km2 30°10′N 95°31′W / 30.17°N 95.51°W
9 476/km2 26°37′N 81°38′W / 26.61°N 81.64°W
10 732/km2 28°29′N 82°32′W / 28.48°N 82.53°W
11 898/km2 27°49′N 82°18′W / 27.82°N 82.30°W
12 1,267/km2 39°12′N 76°52′W / 39.20°N 76.86°W
13 1,644/km2 39°32′N 104°58′W / 39.54°N 104.97°W ]
This still returns 3 tables. As we remarked above, the table that we want is the first one (see [0] below).
df_cities2 = pd.read_html("https://en.wikipedia.org/wiki/List_of_United_States_cities_by_population", attrs = {'class': 'wikitable sortable', "style": "text-align:center"})[0]
df_cities2| 2022 rank | City | State[c] | 2022 estimate | 2020 census | Change | 2020 land area | 2020 land area.1 | 2020 population density | 2020 population density.1 | Location | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0 | 1 | New York[d] | New York | 8335897 | 8804190 | −5.32% | 300.5 sq mi | 778.3 km2 | 29,298/sq mi | 11,312/km2 | .mw-parser-output .geo-default,.mw-parser-outp... |
| 1 | 2 | Los Angeles | California | 3822238 | 3898747 | −1.96% | 469.5 sq mi | 1,216.0 km2 | 8,304/sq mi | 3,206/km2 | 34°01′N 118°25′W / 34.02°N 118.41°W |
| 2 | 3 | Chicago | Illinois | 2665039 | 2746388 | −2.96% | 227.7 sq mi | 589.7 km2 | 12,061/sq mi | 4,657/km2 | 41°50′N 87°41′W / 41.84°N 87.68°W |
| 3 | 4 | Houston | Texas | 2302878 | 2304580 | −0.07% | 640.4 sq mi | 1,658.6 km2 | 3,599/sq mi | 1,390/km2 | 29°47′N 95°23′W / 29.79°N 95.39°W |
| 4 | 5 | Phoenix | Arizona | 1644409 | 1608139 | +2.26% | 518.0 sq mi | 1,341.6 km2 | 3,105/sq mi | 1,199/km2 | 33°34′N 112°05′W / 33.57°N 112.09°W |
| ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... | ... |
| 328 | 329 | Albany | New York | 100826 | 99224 | +1.61% | 21.4 sq mi | 55.4 km2 | 4,637/sq mi | 1,790/km2 | 42°40′N 73°48′W / 42.67°N 73.80°W |
| 329 | 330 | Hesperia | California | 100744 | 99818 | +0.93% | 72.7 sq mi | 188.3 km2 | 1,373/sq mi | 530/km2 | 34°24′N 117°19′W / 34.40°N 117.32°W |
| 330 | 331 | New Bedford | Massachusetts | 100682 | 101079 | −0.39% | 20.0 sq mi | 51.8 km2 | 5,054/sq mi | 1,951/km2 | 41°40′N 70°56′W / 41.66°N 70.94°W |
| 331 | 332 | Davenport | Iowa | 100486 | 101724 | −1.22% | 63.8 sq mi | 165.2 km2 | 1,594/sq mi | 615/km2 | 41°34′N 90°36′W / 41.56°N 90.60°W |
| 332 | 333 | Daly City | California | 100007 | 104901 | −4.67% | 7.6 sq mi | 19.7 km2 | 13,803/sq mi | 5,329/km2 | 37°41′N 122°28′W / 37.69°N 122.47°W |
333 rows × 11 columns
Wait, that seemed much easier than using Beautiful Soup, and it returned a data frame, and we even got for free some formatting like removing the commas from the population! Why didn’t we just use read_html in the first place? It’s true the read_html works well when scraping information from an HTML table. Unfortunately, you often want to scrape information from a webpage that isn’t conveniently stored in an HTML table, in which case read_html won’t work. (It only searches for <table>, <th>, <tr>, and <td> tags, but there are many other HTML tags.) Though Beautiful Soup is not as simple as read_html, it is more flexible and thus more widely applicable.
Scraping information that is NOT in a <table> with Beautiful Soup
The Cal Poly course catalog http://catalog.calpoly.edu/collegesandprograms/collegeofsciencemathematics/statistics/#courseinventory contains a list of courses offered by the Statistics department. You will scrape this website to obtain a Pandas data frame with one row for each DATA or STAT course and two columns: course name and number (e.g, DATA 301. Introduction to Data Science) and term typically offered (e.g., Term Typically Offered: F, W, SP).
Note: Pandas read_html is not help here since the courses are not stored in a <table>.
pd.read_html("http://catalog.calpoly.edu/collegesandprograms/collegeofsciencemathematics/statistics/#courseinventory")[ Program name Program type
0 Actuarial Preparation Minor
1 Cross Disciplinary Studies Minor in Bioinforma... Minor
2 Cross Disciplinary Studies Minor in Data Science Minor
3 Statistics BS, MS, Minor]
response = requests.get("http://catalog.calpoly.edu/collegesandprograms/collegeofsciencemathematics/statistics/#courseinventory")soup = BeautifulSoup(response.content, "html.parser") # another way to show text
soup
<!DOCTYPE html>
<html dir="ltr" lang="en" xml:lang="en">
<head>
<title>Statistics | Cal Poly Academic Catalog</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
<meta content="Cal Poly Academic Catalog" property="og:site_name"/>
<meta content="nfMKIgzWTAWZrOjhmlWm4XZZmkHpw7h80V_b5yHZYwA" name="google-site-verification"/>
<link href="/search/opensearch.xml" rel="search" title="Catalog" type="application/opensearchdescription+xml"/>
<meta content="width=device-width, initial-scale=1.0, minimum-scale=1.0" name="viewport"/>
<link href="/images/favicon.ico" rel="shortcut icon"/>
<link href="/css/reset.css" rel="stylesheet" type="text/css"/>
<link href="/css/courseleaf.css?v=1657824529000" rel="stylesheet" type="text/css"/>
<link href="/fonts/font-awesome/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link href="/css/screen.css?v=1657824529000" media="screen" rel="stylesheet" type="text/css"/>
<link href="/css/handheld.css?v=1657824529000" media="only screen and (max-width: 640px)" rel="stylesheet" type="text/css"/>
<link href="/css/print.css?v=1657824529000" media="print" rel="stylesheet" type="text/css"/>
<script src="/js/jquery.js" type="text/javascript"></script>
<script src="/js/lfjs.js" type="text/javascript"></script>
<script src="/js/lfjs_any.js" type="text/javascript"></script>
<link href="/js/lfjs.css?v=1657824540000" rel="stylesheet" type="text/css"/>
<script src="/js/courseleaf.js?v=1657824540000" type="text/javascript"></script>
<script src="/js/custom.js?v=1657824540000" type="text/javascript"></script>
<script type="text/javascript">var gakey = "UA-61173213-8";</script><script src="/js/analytics.js" type="text/javascript"></script>
</head>
<body> <!-- Google Tag Manager -->
<noscript><iframe height="0" src="//www.googletagmanager.com/ns.html?id=GTM-WBS4FF" style="display:none;visibility:hidden" width="0"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WBS4FF');</script>
<!-- End Google Tag Manager -->
<!--htdig_noindex-->
<div class="accessible hide">
<div class="accessible-menu">
<ul>
<li><a href="/azindex/" title="AZ Index">AZ Index</a></li>
<li><a href="/" title="Catalog Home">Catalog Home</a></li>
<li><a href="https://www.calpoly.edu" title="Cal Poly Home">Cal Poly Home</a></li>
</ul>
</div>
</div>
<!--/htdig_noindex-->
<div id="wrapper">
<!--htdig_noindex-->
<div id="top">
<div class="clearfix" id="topnav">
<ul class="top-left">
<li><a href="#content" title="skip to content">Skip to Content</a></li>
<li><a href="https://www.calpoly.edu/help.html" id="helpLink" title="help">?</a></li>
</ul>
<ul class="top-right">
<li><a href="https://www.calpoly.edu/student/enrolled.html" target="_blank">Current Students</a></li>
<li><a href="http://admissions.calpoly.edu" target="_blank">Prospective Students</a></li>
<li><a href="https://www.calpoly.edu/student/parents.html" target="_blank">Parents</a></li>
<li><a href="https://www.calpoly.edu/business-community.html" target="_blank">Business Community</a></li>
<li><a href="https://www.calpoly.edu/faculty-staff/faculty-staff.html" target="_blank">Faculty & Staff</a></li>
<li><a href="http://alumni.calpoly.edu" target="_blank">Alumni</a></li>
</ul>
</div>
<div class="clearfix" id="logoblock">
<div id="logo">
<a href="https://www.calpoly.edu">Cal Poly - San Luis Obispo</a>
</div>
<div id="dept">
<h2><a href="/">2022-2026 Catalog </a></h2>
</div>
</div>
</div><!--end #top-->
<div class="clearfix" id="navigation">
<ul class="clearfix">
<li><a href="/">Catalog Home</a></li>
<li><a href="/catalogindex">Catalog Index</a></li>
<li><a href="/collegesanddepartments">Colleges & Departments</a></li>
<li><a href="/programsaz">Programs A-Z</a></li>
<li><a href="/coursesaz">Courses A-Z</a></li>
<li><a href="http://flowcharts.calpoly.edu/mymap.php" target="_blank">Degree Flowcharts</a></li>
</ul>
<div id="search">
<form action="/search/" class="clearfix" id="cl-search">
<label for="name">Search Catalog</label>
<input class="searchbox" id="name" name="P" size="25" type="text"/>
<input class="submit" type="submit" value="Search"/>
</form>
</div>
</div><!--end #navigation-->
<!--/htdig_noindex-->
<!--htdig_noindex-->
<div class="clearfix" id="breadcrumb">
<ul><li><a href="/">Catalog Home</a><span class="crumbsep"> : </span></li><li><a href="/collegesandprograms/">Colleges and Programs</a><span class="crumbsep"> : </span></li><li><a href="/collegesandprograms/collegeofsciencemathematics/">Bailey College of Science and Mathematics</a><span class="crumbsep"> : </span></li><li><span class="active">Statistics</span></li></ul>
</div>
<!--end #breadcrumb-->
<!--/htdig_noindex-->
<div class="clearfix" id="container">
<div class="banner">
<img alt="California Polytechnic State University" src="/collegesandprograms/collegeofsciencemathematics/statistics/22-23_bcsm_web_banner.jpg"/>
</div>
<h1>Statistics</h1>
<div id="right-col">
<div class="clearfix" id="cl-menu-control">
<a class="cl-menu-text" href="#">Toggle Navigation</a>
<a class="cl-menu-btn" href="#">Toggle Navigation</a>
</div>
<div id="cl-menu">
<h2><a href="/">Catalog Home</a></h2>
<!--htdig_noindex-->
<!-- Begin Nav -->
<ul class="nav levelzero" id="/">
<li><a href="/welcometocalpoly/">President's Welcome</a></li>
<li><a href="/aboutthecatalog/">About the Catalog</a></li>
<li><a href="/universitylearningobjectives/">University Learning Objectives</a></li>
<li><a href="/universitypolicies/">University Policies</a></li>
<li><a href="/accreditation/">Accreditation</a></li>
<li class="separator"><a href="/academiccalendar/">Academic Calendar</a></li>
<li><a href="/admissions/">Admissions</a></li>
<li><a href="/financialinformation/">Financial Information</a></li>
<li><a href="/generalrequirementsbachelorsdegree/">General Requirements - Bachelor's Degree</a></li>
<li class="nopage"><a href="/academicstandardsandpolicies/">Academic Standards and Policies</a>
<ul class="nav levelone" id="/academicstandardsandpolicies/">
<li><a href="/academicstandardsandpolicies/academicplacement/">Academic Placement</a></li>
<li><a href="/academicstandardsandpolicies/academicstandards/">Academic Standards</a></li>
<li><a href="/academicstandardsandpolicies/evaluationoftransfercredit/">Evaluation of Transfer Credit</a></li>
<li><a href="/academicstandardsandpolicies/grading/">Grading</a></li>
<li><a href="/academicstandardsandpolicies/otherinformation/">Other Academic Policies</a></li>
<li><a href="/academicstandardsandpolicies/registration/">Registration</a></li>
</ul>
</li>
<li class="active separator nopage"><a href="/collegesandprograms/">Colleges and Programs</a>
<ul class="nav levelone" id="/collegesandprograms/">
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/">College of Agriculture, Food and Environmental Sciences</a>
<ul class="nav leveltwo" id="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/">
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/agribusiness/">Agribusiness</a></li>
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/agriculturaleducationcommunication/">Agricultural Education & Communication</a></li>
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/animalscience/">Animal Science</a></li>
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/bioresourceagriculturalengineering/">BioResource & Agricultural Engineering</a></li>
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/experienceindustrymanagement/">Experience Industry Management</a></li>
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/foodsciencenutrition/">Food Science & Nutrition</a></li>
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/militaryscience/">Military Science</a></li>
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/naturalresourcesmanagementenvironmentalsciences/">Natural Resources Management and Environmental Sciences</a></li>
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/plant-sciences/">Plant Sciences</a></li>
<li><a href="/collegesandprograms/collegeofagriculturefoodenvironmentalsciences/wineandviticulture/">Wine and Viticulture</a></li>
</ul>
</li>
<li><a href="/collegesandprograms/collegeofarchitectureandenvironmentaldesign/">College of Architecture and Environmental Design</a>
<ul class="nav leveltwo" id="/collegesandprograms/collegeofarchitectureandenvironmentaldesign/">
<li><a href="/collegesandprograms/collegeofarchitectureandenvironmentaldesign/architecturalengineering/">Architectural Engineering</a></li>
<li><a href="/collegesandprograms/collegeofarchitectureandenvironmentaldesign/architecture/">Architecture</a></li>
<li><a href="/collegesandprograms/collegeofarchitectureandenvironmentaldesign/cityregionalplanning/">City and Regional Planning</a></li>
<li><a href="/collegesandprograms/collegeofarchitectureandenvironmentaldesign/constructionmanagement/">Construction Management</a></li>
<li><a href="/collegesandprograms/collegeofarchitectureandenvironmentaldesign/landscapearchitecture/">Landscape Architecture</a></li>
</ul>
</li>
<li><a href="/collegesandprograms/orfaleacollegeofbusiness/">Orfalea College of Business</a></li>
<li><a href="/collegesandprograms/collegeofengineering/">College of Engineering</a>
<ul class="nav leveltwo" id="/collegesandprograms/collegeofengineering/">
<li><a href="/collegesandprograms/collegeofengineering/aerospaceengineering/">Aerospace Engineering</a></li>
<li><a href="/collegesandprograms/collegeofengineering/biomedicalengineering/">Biomedical Engineering</a></li>
<li><a href="/collegesandprograms/collegeofengineering/civilenvironmentalengineering/">Civil & Environmental Engineering</a></li>
<li><a href="/collegesandprograms/collegeofengineering/computerengineering/">Computer Engineering</a></li>
<li><a href="/collegesandprograms/collegeofengineering/computersciencesoftwareengineering/">Computer Science and Software Engineering</a></li>
<li><a href="/collegesandprograms/collegeofengineering/electricalengineering/">Electrical Engineering</a></li>
<li><a href="/collegesandprograms/collegeofengineering/generalengineering/">General Engineering</a></li>
<li><a href="/collegesandprograms/collegeofengineering/industrialmanufacturingengineering/">Industrial & Manufacturing Engineering</a></li>
<li><a href="/collegesandprograms/collegeofengineering/materialsengineering/">Materials Engineering</a></li>
<li><a href="/collegesandprograms/collegeofengineering/mechanicalengineering/">Mechanical Engineering</a></li>
</ul>
</li>
<li><a href="/collegesandprograms/collegeofliberalarts/">College of Liberal Arts</a>
<ul class="nav leveltwo" id="/collegesandprograms/collegeofliberalarts/">
<li><a href="/collegesandprograms/collegeofliberalarts/artdesign/">Art & Design</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/communicationstudies/">Communication Studies</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/english/">English</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/ethnicstudies/">Ethnic Studies</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/graphiccommunication/">Graphic Communication</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/history/">History</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/interdisciplinarystudiesliberalarts/">Interdisciplinary Studies in the Liberal Arts</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/journalism/">Journalism</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/music/">Music</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/philosophy/">Philosophy</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/politicalscience/">Political Science</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/psychologychilddevelopment/">Psychology and Child Development</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/socialsciences/">Social Sciences</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/theatredance/">Theatre & Dance</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/womens-gender-queer-studies/">Women's, Gender and Queer Studies</a></li>
<li><a href="/collegesandprograms/collegeofliberalarts/worldlanguagescultures/">World Languages and Cultures</a></li>
</ul>
</li>
<li class="active"><a href="/collegesandprograms/collegeofsciencemathematics/">Bailey College of Science and Mathematics</a>
<ul class="nav leveltwo" id="/collegesandprograms/collegeofsciencemathematics/">
<li><a href="/collegesandprograms/collegeofsciencemathematics/biologicalsciences/">Biological Sciences</a></li>
<li><a href="/collegesandprograms/collegeofsciencemathematics/chemistrybiochemistry/">Chemistry & Biochemistry</a></li>
<li><a href="/collegesandprograms/collegeofsciencemathematics/kinesiologypublichealth/">Kinesiology and Public Health</a></li>
<li><a href="/collegesandprograms/collegeofsciencemathematics/liberalstudiesanundergraduateteacherpreparationprogram/">Liberal Studies, an Undergraduate Teacher Preparation Program</a></li>
<li><a href="/collegesandprograms/collegeofsciencemathematics/mathematics/">Mathematics</a></li>
<li><a href="/collegesandprograms/collegeofsciencemathematics/physics/">Physics</a></li>
<li><a href="/collegesandprograms/collegeofsciencemathematics/schoolofeducation/">School of Education</a></li>
<li class="active self"><a href="/collegesandprograms/collegeofsciencemathematics/statistics/">Statistics</a>
<ul class="nav levelthree" id="/collegesandprograms/collegeofsciencemathematics/statistics/">
</ul>
</li>
</ul>
</li>
<li><a href="/collegesandprograms/interdisciplinaryprograms/">Interdisciplinary Degree Programs</a>
<ul class="nav leveltwo" id="/collegesandprograms/interdisciplinaryprograms/">
<li><a href="/collegesandprograms/interdisciplinaryprograms/bsliberalartsandengineeringstudies/">BS Liberal Arts and Engineering Studies</a></li>
<li><a href="/collegesandprograms/interdisciplinaryprograms/concurrent-ce-ms-mcrp-specialization-in-transportation-planning/">Concurrent CE-MS/MCRP with Specialization in Transportation Planning</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="/graduateeducation/">Graduate Education</a></li>
<li><a href="/extendededucation/">Extended Education</a></li>
<li><a href="/internationaleducation/">International Education</a></li>
<li class="separator nopage"><a href="/academicsupportandcampuslife/">Academic Support and Campus Life</a>
<ul class="nav levelone" id="/academicsupportandcampuslife/">
<li class="nopage"><a href="/academicsupportandcampuslife/academicservicesandprograms/">Academic Services and Programs</a>
<ul class="nav leveltwo" id="/academicsupportandcampuslife/academicservicesandprograms/">
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/academicadvising/">Academic Advising</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/scholars/">Cal Poly Scholars</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/intercollegiateathletics/">Intercollegiate Athletics</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/libraryservices/">Library Services</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/officestudentresearch/">Office of Student Research</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/writingandlearningcenter/">Office of Writing and Learning Initiatives</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/prehealthcareeradvising/">Pre-Health Career Advising</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/studentacademicservices/">Student Academic Services</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/transfer-center/">Transfer Center</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/university-advising-retention/">University Advising-Retention</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/universityhonorsprogram/">University Honors Program</a></li>
<li><a href="/academicsupportandcampuslife/academicservicesandprograms/univ/">University Studies</a></li>
</ul>
</li>
<li><a href="/academicsupportandcampuslife/officeofuniversitydiversityandinclusion/">Office of University Diversity and Inclusion</a></li>
<li class="nopage"><a href="/academicsupportandcampuslife/studentresources/">Student Resources</a>
<ul class="nav leveltwo" id="/academicsupportandcampuslife/studentresources/">
<li><a href="/academicsupportandcampuslife/studentresources/campushealthwellbeing/">Campus Health and Wellbeing</a></li>
<li><a href="/academicsupportandcampuslife/studentresources/career_services/">Career Services</a></li>
<li><a href="/academicsupportandcampuslife/studentresources/centerforbystanderintervention/">Center for Bystander Intervention and Cal Poly (WITH US)</a></li>
<li><a href="/academicsupportandcampuslife/studentresources/lsamp/">CSU-LSAMP Program</a></li>
<li><a href="/academicsupportandcampuslife/studentresources/disabilityresourcecenter/">Disability Resource Center</a></li>
<li><a href="/academicsupportandcampuslife/studentresources/deanofstudents/">Office of the Dean of Students</a></li>
<li><a href="/academicsupportandcampuslife/studentresources/diversity/">Student Affairs Diversity and Inclusion</a></li>
<li><a href="/academicsupportandcampuslife/studentresources/studentombudsservices/">Student Ombuds Services</a></li>
<li><a href="/academicsupportandcampuslife/studentresources/technologyservicesatcalpoly/">Technology Services at Cal Poly</a></li>
</ul>
</li>
<li><a href="/academicsupportandcampuslife/studentaffairs/">Student Affairs</a></li>
<li class="nopage"><a href="/academicsupportandcampuslife/campuslife/">Campus Life</a>
<ul class="nav leveltwo" id="/academicsupportandcampuslife/campuslife/">
<li><a href="/academicsupportandcampuslife/campuslife/associatedstudentsinc/">Associated Students, Inc.</a></li>
<li><a href="/academicsupportandcampuslife/campuslife/calpolycorporation/">Cal Poly Corporation</a></li>
<li><a href="/academicsupportandcampuslife/campuslife/leadership-and-service/">Leadership and Service</a></li>
<li><a href="/academicsupportandcampuslife/campuslife/newstudentandtransitionprograms/">New Student & Transition Programs</a></li>
<li><a href="/academicsupportandcampuslife/campuslife/parentandfamilyprograms/">Parent & Family Programs</a></li>
<li><a href="/academicsupportandcampuslife/campuslife/publicsafety/">Public Safety</a></li>
<li><a href="/academicsupportandcampuslife/campuslife/sustainabilitypractices/">Sustainability Practices</a></li>
<li><a href="/academicsupportandcampuslife/campuslife/universityhousing/">University Housing</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="/facultyandstaff/">Faculty and Staff</a></li>
<li><a href="/thecsusystem/">The CSU System</a></li>
<li class="separator"><a href="/updatestocatalog/">Updates to the Catalog</a></li>
<li><a href="/catalogindex/">Catalog Index</a>
<ul class="nav levelone" id="/catalogindex/">
</ul>
</li>
<li class="printdialog"><a href="#/">Download PDF</a></li>
<li><a href="https://previouscatalogs.calpoly.edu/" target="_blank">Previous Catalogs</a></li>
</ul>
<!-- End Nav -->
<!--/htdig_noindex-->
</div>
</div><!--end #right-col-->
<div id="left-col">
<div id="content">
<nav aria-label="Page content tabs" id="tabs">
<script type="text/javascript">
//<![CDATA[
var defshow = "text";
var bodycontainer = "#body";
var validhashes = ",text,undergraduatetext,graduatetext,faculty,courseinventory,";
if(window.location.hash.length) {
var hash = cleanHash(window.location.hash);
if(validhashes.indexOf("," + hash + ",") != -1)
defshow = hash;
}
var ss = document.styleSheets;
var workss = null;
for(var i=0; i < ss.length; i++) {
var currmedia = "";
if (typeof ss[i].media == "string")
currmedia = ss[i].media
else if (typeof ss[i].media == "object" && ss[i].media.mediaText)
currmedia = ss[i].media.mediaText;
if((currmedia == "screen" || currmedia == "all") && (ss[i].href.indexOf("/") == 0 || ss[i].href.indexOf(document.location.host) >= 0)) {
workss = ss[i];
break;
}
}
if(workss && workss.insertRule) {
workss.insertRule(".tab_content { display: none; }", workss.cssRules.length)
workss.insertRule(".sectionheader { display: none; }", workss.cssRules.length)
workss.insertRule("#" + defshow + "container { display: block; }", workss.cssRules.length)
} else if(workss && workss.addRule) {
workss.addRule(".tab_content", "display: none");
workss.addRule(".sectionheader", "display: none");
workss.addRule("#" + defshow + "container", "display: block");
}
else {
if (window.console)
window.console.log('screen.css <link> needs attribute media="screen"');
}
//]]>
</script>
<ul class="clearfix" role="tablist">
<li class="first" id="texttab" role="presentation"><a aria-controls="textcontainer" href="#textcontainer" onclick="return showSection('text');" role="tab">Overview</a></li>
<li class="" id="facultytab" role="presentation"><a aria-controls="facultycontainer" href="#facultycontainer" onclick="return showSection('faculty');" role="tab">Faculty</a></li>
<li class="" id="undergraduatetexttab" role="presentation"><a aria-controls="undergraduatetextcontainer" href="#undergraduatetextcontainer" onclick="return showSection('undergraduatetext');" role="tab">Undergraduate</a></li>
<li class="" id="graduatetexttab" role="presentation"><a aria-controls="graduatetextcontainer" href="#graduatetextcontainer" onclick="return showSection('graduatetext');" role="tab">Graduate</a></li>
<li class="" id="courseinventorytab" role="presentation"><a aria-controls="courseinventorycontainer" href="#courseinventorycontainer" onclick="return showSection('courseinventory');" role="tab">Courses</a></li>
</ul>
</nav>
<div aria-labelledby="texttab" class="page_content tab_content" id="textcontainer" role="tabpanel">
<p>Faculty Offices East (25), Room 107D<br/>
Phone: 805.756.2709<br/>
<a href="https://statistics.calpoly.edu" target="_blank">https://statistics.calpoly.edu</a></p>
<p>Department Chair: Andrew Schaffner</p>
<a name="academicprograms"></a>
<h2>ACADEMIC PROGRAMS</h2>
<table cellpadding="0" cellspacing="0" class="sc_sctable tbl_programnames" summary="Program Names" width="100%">
<caption class="hidden noscript">Program Names</caption>
<colgroup><col class="column0" pdfwidth="70%" width="70%"/><col class="column1" pdfwidth="30%" width="30%"/></colgroup>
<thead>
<tr class="sctablehead">
<th class="column0" scope="col">Program name</th>
<th class="column1" scope="col">Program type</th>
</tr>
</thead>
<tbody>
<tr class="even firstrow"><td class="column0">Actuarial Preparation</td>
<td class="column1">Minor</td>
</tr>
<tr class="odd"><td class="column0">Cross Disciplinary Studies Minor in Bioinformatics</td>
<td class="column1">Minor</td>
</tr>
<tr class="even"><td class="column0">Cross Disciplinary Studies Minor in Data Science</td>
<td class="column1">Minor</td>
</tr>
<tr class="odd last lastrow"><td class="column0">Statistics</td>
<td class="column1">BS, MS, Minor</td>
</tr>
</tbody>
</table>
<p>The Statistics Department offers a variety of introductory courses to students majoring in diverse disciplines across the University, in addition to providing a vibrant undergraduate degree program in Statistics for students who want to pursue careers in industry or graduate study in the discipline. The department also offers a minor in Statistics and contributes to a minor program in Actuarial Preparation and two cross-disciplinary studies minor programs: Data Science and Bioinformatics.</p>
<p>Data abound in everyday life, in most academic disciplines, and in many industries. Professionals in many fields need to design studies, collect data, analyze results, and draw sound conclusions. In addition, professional statisticians must apply mathematical underpinnings of the discipline to new problems, use computing skills to organize and manipulate data, and communicate effectively with clients as well as with peers.</p>
<p>Employment prospects for professionals with skills in statistics and data science are very bright. Recent graduates of Cal Poly's program in statistics are working for companies in fields as varied as banking, social media, retail, entertainment, insurance, education, and pharmaceutical development.</p>
</div><!--end #textcontainer-->
<div aria-labelledby="undergraduatetexttab" class="page_content tab_content" id="undergraduatetextcontainer" role="tabpanel">
<a name="undergraduatetext"></a><h2>Undergraduate Programs</h2>
<h2>BS Statistics</h2>
<p>The statistics degree program requires students to develop a strong foundation in mathematics and computer science, as well as experience with a field of application. Coursework in the statistics program can be classified into four areas. Some courses provide mathematical background in probability and theoretical statistics. Others focus on computational thinking and coding skills with software packages. Most courses teach particular statistical methods for various types of data analysis such as regression, experimental design, categorical data analysis, time series techniques, multivariate methods, and survival analysis. Finally, some course specifically develop students' skills with oral and written communication and consulting with clients.<br/> Throughout the program students encounter the entire process of conducting statistical investigations, from asking questions and designing studies through drawing conclusions and communicating results. Statistics students repeatedly process and analyze real data from genuine studies and also acquire extensive experience coding, using statistical software, and writing technical reports of their analyses and findings for varied audiences.</p>
<h4><a href="bsstatistics">Degree Requirements and Curriculum</a><br/>
</h4>
<h2><strong>Actuarial Preparation Minor</strong></h2>
<p>For information regarding the Actuarial Preparation Minor, please see <a href="/collegesandprograms/collegeofsciencemathematics/">Bailey College of Science and Mathematics</a> section.</p>
<h2>Cross Disciplinary Studies Minor in Bioinformatics</h2>
<p>For information regarding the Cross Disciplinary Studies Minor in Bioinformatics, please see the <a href="/collegesandprograms/collegeofsciencemathematics/biologicalsciences/">Biological Sciences</a> section of the catalog.</p>
<h2>Cross Disciplinary Studies Minor in Data Science</h2>
<p>Through an inter-college collaboration, the Computer Science and Statistics departments offer a cross-disciplinary minor in Data Science -- <span>a rapidly evolving discipline that uses elements of statistics and computer science to gather, organize, summarize, and communicate information from a variety of data sources and data types. Job opportunities for data scientists are growing as the </span><span>availability</span><span> of data becomes ever abundant via the internet, consumer transactions, sensor arrays, medical records, embedded biometrics, bioinformatics, etc.</span></p> <p><span>The CDSM provides an opportunity for both statistics and computer science students to complement their major training with </span><span>foundational</span><span> skills for data science. S</span><span>tatistics</span><span> majors will acquire essential programming, database, distributed computing, and data mining skills from the Computer Science Department while computer science majors will acquire essential </span><span>probability</span><span>, regression modelling, statistical programming, and multivariate analysis skills from the Statistics Department. </span></p>
<h4><a href="/collegesandprograms/collegeofsciencemathematics/statistics/crossdisciplinarystudiesminordatascience/">Minor Requirements</a><br/>
</h4>
<h2><strong>Statistics Minor</strong></h2>
<p>The statistics minor program allows students from across the University to acquire substantial statistical skills that can be applied in their own disciplines. Please consult the Statistics Department website or the Statistics Department Minor Advisor for admissions requirements for the minor.</p>
<h4><a href="statisticsminor">Minor Requirements</a></h4>
</div>
<div aria-labelledby="graduatetexttab" class="page_content tab_content" id="graduatetextcontainer" role="tabpanel">
<a name="graduatetext"></a><h2>Graduate Program</h2>
<h2>Master of Science in Statistics</h2>
<h3><em>New program, effective Fall 2023</em></h3>
<h3>General Characteristics</h3>
<p>The Masters of Science in Statistics program is designed to provide advanced training to students preparing for careers in statistics and data analysis. The program consists of coursework that lays the conceptual and methodological foundations of the discipline, as well as consulting and research experiences. The program is intended for students with an undergraduate major or minor degree in Statistics.</p>
<h3>Admission Requirements</h3>
<p>All students must have taken the equivalent of:<br/>
<span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a> Linear Algebra I</span>, <span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=MATH%20241" onclick="return showCourse(this, 'MATH 241');" title="MATH 241">MATH 241</a> Calculus IV</span>, <span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=CPE%20101" onclick="return showCourse(this, 'CPE 101');" title="CPE 101">CPE 101</a></span>/<span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=CSC%20101" onclick="return showCourse(this, 'CSC 101');" title="CSC 101">CSC 101</a> Fundamentals of Computer Science</span>, and <span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> Statistics II</span>.</p>
<p>In addition, students are expected to have taken the equivalent of:<br/>
<span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a> Design and Analysis of Experiments I</span>; <span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a> Statistical Computing with R</span>; <span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a> Applied Linear Models</span>.<br/>
Students without these courses may be admitted conditionally, taking up to 12 units (not applicable to the degree) in these areas to make up for any deficiencies.</p>
<h3>Prerequisites</h3>
<p>Completion of a bachelor’s degree from an accredited college/university with a minimum grade point average of 3.0 and completion of the following undergraduate coursework:<br/>
Statistics: At least two courses<br/>
Mathematics: Multivariable calculus (equivalent to Cal Poly <span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=MATH%20241" onclick="return showCourse(this, 'MATH 241');" title="MATH 241">MATH 241</a></span>) and linear algebra (equivalent to Cal Poly <span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a></span>)<br/>
Computer Science: At least course, equivalent to Cal Poly <span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=CPE%20101" onclick="return showCourse(this, 'CPE 101');" title="CPE 101">CPE 101</a></span>/<span class="sc_courseinline"><a class="bubblelink code" href="/search/?P=CSC%20101" onclick="return showCourse(this, 'CSC 101');" title="CSC 101">CSC 101</a></span>.</p>
<p>Beyond the minimum requirements, the following considerations are relevant:<br/>
Completion of undergraduate coursework in probability, regression, experimental design, and R. An exceptional applicant who lacks prerequisite coursework may be admitted as a conditionally classified student and must make up any deficiencies (12 unit limit) before advancement to classified graduate standing.</p>
<h3>Program of Study</h3>
<p>The Master’s program requires 45 units of coursework. Students take 29 units of required coursework, 8 units of elective coursework, and an 8-unit culminating thesis. Each quarter students are enrolled, satisfactory progress on the Formal Study Plan is expected to be made. Satisfactory academic progress shall be defined as maintaining a 3.0 GPA on all courses listed on the formal study plan. In addition, per University requirement, graduate students are required to maintain continuous enrollment from the time of first enrollment in a graduate program until completion of the degree.</p>
<h4><a href="/collegesandprograms/collegeofsciencemathematics/statistics/msstatistics/">Degree Requirements and Curriculum</a></h4>
</div>
<div aria-labelledby="courseinventorytab" class="page_content tab_content" id="courseinventorycontainer" role="tabpanel">
<div class="clearfix" id="secondary-tabs">
<ul>
<li class="firstitem"><a href="#datacourses">DATA</a></li>
<li class="lastitem"><a href="#statcourses">STAT</a></li>
</ul>
<div id="howtoreadhtml" style="display: none;"><div class="content">
<h3>How to Read Course Descriptions</h3> <p>The <strong>bolded</strong> first line begins with a capitalized abbreviation that designates the subject area followed by the course number and title. The unit value is also displayed.</p> <p><strong>Term Typically Offered:</strong> F = Fall quarter, W = Winter quarter, SP = Spring quarter, SU = Summer quarter</p> <p><strong>CR/NC:</strong> Indicates a course is offered on a Credit/No Credit grading basis only.<br/> <strong>GE Area:</strong> Indicates the General Education (GE) Area for which the course may fulfill a requirement. See the course description for details.<br/> <strong>USCP:</strong> Indicates that credit in the course satisfies the U.S. Cultural Pluralism requirement.<br/> <strong>GWR:</strong> Indicates the course will satisfy the Graduation Writing Requirement, if the student earns a grade of C or better AND receives certification of proficiency in writing based on a 500-word in-class essay.</p> <p><strong>Prerequisite:</strong> Coursework to be completed and/or requirements to be met before taking the course<br/> <strong>Corequisite:</strong> Course or courses that must be taken in a previous term or in the same term<br/> <strong>Concurrent:</strong> Course or courses that must be taken in the same term<br/> <strong>Recommended:</strong> Course with supporting content that is recommended, but is not required to be taken in a previous term or in the same term</p> <p>The <strong>course description</strong> summarizes the purpose and key topical areas of the course, and includes special requirements if they exist. It indicates the mode of instruction, such as lecture and/or laboratory; if no mode is indicated, the course is supervised independent study. If a course can be taken more than once for credit, the description will indicate that either major credit or total credit is limited to a specified number of units. Some course descriptions end with information about whether the course was "formerly" another course or whether the course is cross-listed. A cross-listed course is the same course offered within multiple subject areas, MCRO/WVIT 301 Wine Microbiology for example.</p>
</div></div>
<a class="howtoread bubble" href="#" onclick="showHowToRead(this); return false;">How to Read Course Descriptions</a>
</div>
<a name="courseinventory"> </a>
<div class="courses">
<a name="datacourses"></a>
<h3>DATA Courses</h3>
<div class="courseblock">
<p class="courseblocktitle"><strong>DATA 100. Data Science for All I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B4</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=MATH%20115" onclick="return showCourse(this, 'MATH 115');" title="MATH 115">MATH 115</a>, <a class="bubblelink code" href="/search/?P=MATH%20116" onclick="return showCourse(this, 'MATH 116');" title="MATH 116">MATH 116</a>, <a class="bubblelink code" href="/search/?P=MATH%20118" onclick="return showCourse(this, 'MATH 118');" title="MATH 118">MATH 118</a>, or Appropriate Math Placement Level.</p></div>
<div class="courseblockdesc">
<p>Basic approaches for answering questions using data. Emphasis on working with tabular data in spreadsheet software to provide insights via descriptions and visualizations. Methods of acquiring data. Sampling bias, variability, and multi-variable thinking. Introduction to data modeling and data ethics. Intended for students in non-computing disciplines. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20150" onclick="return showCourse(this, 'STAT 150');" title="STAT 150">STAT 150</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>. Course may be offered in a classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>DATA 301. Introduction to Data Science.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: CPE/<a class="bubblelink code" href="/search/?P=CSC%20202" onclick="return showCourse(this, 'CSC 202');" title="CSC 202">CSC 202</a>; and one of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Introduction to the field of data science and the workflow of a data scientist. Types of data (tabular, textual, sparse, structured, temporal, geospatial), basic data management and manipulation, simple summaries, and visualization. Course may be offered in classroom-based, online, or hybrid format. 3 lectures, 1 laboratory.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>DATA 401. Data Science Process and Ethics.
<span class="courseblockhours">3 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisites: <a class="bubblelink code" href="/search/?P=DATA%20301" onclick="return showCourse(this, 'DATA 301');" title="DATA 301">DATA 301</a>; <a class="bubblelink code" href="/search/?P=CSC%20365" onclick="return showCourse(this, 'CSC 365');" title="CSC 365">CSC 365</a>; and <a class="bubblelink code" href="/search/?P=CSC%20466" onclick="return showCourse(this, 'CSC 466');" title="CSC 466">CSC 466</a>. Concurrent: <a class="bubblelink code" href="/search/?P=DATA%20402" onclick="return showCourse(this, 'DATA 402');" title="DATA 402">DATA 402</a> and <a class="bubblelink code" href="/search/?P=DATA%20403" onclick="return showCourse(this, 'DATA 403');" title="DATA 403">DATA 403</a>.</p></div>
<div class="courseblockdesc">
<p>Complete life cycle of a data science project. Requirements engineering and data acquisition. Management and integration of data of high volume, velocity, and variety. Deployment of data science products. Engagement with stakeholders. Ethical considerations, including privacy and fairness. 3 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>DATA 402. Mathematical Foundations of Data Science.
<span class="courseblockhours">3 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisites: <a class="bubblelink code" href="/search/?P=CSC%20466" onclick="return showCourse(this, 'CSC 466');" title="CSC 466">CSC 466</a>; <a class="bubblelink code" href="/search/?P=DATA%20301" onclick="return showCourse(this, 'DATA 301');" title="DATA 301">DATA 301</a>; and <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>. Concurrent: <a class="bubblelink code" href="/search/?P=DATA%20401" onclick="return showCourse(this, 'DATA 401');" title="DATA 401">DATA 401</a> and <a class="bubblelink code" href="/search/?P=DATA%20403" onclick="return showCourse(this, 'DATA 403');" title="DATA 403">DATA 403</a>.</p></div>
<div class="courseblockdesc">
<p>Mathematical foundations of machine learning and data science. Principle of maximum likelihood. Inferential and predictive modeling and their comparison. Optimization techniques. Linear regression and linear classifiers. Mathematical foundations of neural networks and neural network analysis. Dimensionality reduction and its use in supervised and unsupervised learning. 3 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>DATA 403. Data Science Projects Laboratory.
<span class="courseblockhours">1 unit
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Concurrent: <a class="bubblelink code" href="/search/?P=DATA%20401" onclick="return showCourse(this, 'DATA 401');" title="DATA 401">DATA 401</a> and <a class="bubblelink code" href="/search/?P=DATA%20402" onclick="return showCourse(this, 'DATA 402');" title="DATA 402">DATA 402</a>.</p></div>
<div class="courseblockdesc">
<p>Project-based lab component of <a class="bubblelink code" href="/search/?P=DATA%20401" onclick="return showCourse(this, 'DATA 401');" title="DATA 401">DATA 401</a> and <a class="bubblelink code" href="/search/?P=DATA%20402" onclick="return showCourse(this, 'DATA 402');" title="DATA 402">DATA 402</a>. Projects involving comparison of predictive and interpretable regression models, implementing linear classifiers with gradient descent, implementing neural networks from scratch, and deep learning. 1 laboratory.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>DATA 441. Bioinformatics Capstone I.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=BIO%20351" onclick="return showCourse(this, 'BIO 351');" title="BIO 351">BIO 351</a> or <a class="bubblelink code" href="/search/?P=CHEM%20373" onclick="return showCourse(this, 'CHEM 373');" title="CHEM 373">CHEM 373</a>; <a class="bubblelink code" href="/search/?P=BIO%20441" onclick="return showCourse(this, 'BIO 441');" title="BIO 441">BIO 441</a> or <a class="bubblelink code" href="/search/?P=CSC%20448" onclick="return showCourse(this, 'CSC 448');" title="CSC 448">CSC 448</a>; <a class="bubblelink code" href="/search/?P=DATA%20301" onclick="return showCourse(this, 'DATA 301');" title="DATA 301">DATA 301</a>.</p></div>
<div class="courseblockdesc">
<p>Working with clients to design bioinformatics solutions to biological questions. Software requirements, elicitation techniques, data gathering, project planning, and project team organization. Ethics and professionalism. 2 laboratories.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>DATA 442. Bioinformatics Capstone II.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=DATA%20441" onclick="return showCourse(this, 'DATA 441');" title="DATA 441">DATA 441</a>.</p></div>
<div class="courseblockdesc">
<p>Continue projects initiated in <a class="bubblelink code" href="/search/?P=DATA%20441" onclick="return showCourse(this, 'DATA 441');" title="DATA 441">DATA 441</a>. Team-based design, implementation of bioinformatics solutions and management of development teams. Technical documentation, quality assurance, and systems testing. Design and conduct empirical studies. Data visualization. Oral and written presentation. 2 laboratories.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>DATA 451. Data Science Capstone I.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=DATA%20401" onclick="return showCourse(this, 'DATA 401');" title="DATA 401">DATA 401</a>.</p></div>
<div class="courseblockdesc">
<p>Working with clients to develop data-driven solutions for systems to be constructed in <a class="bubblelink code" href="/search/?P=DATA%20452" onclick="return showCourse(this, 'DATA 452');" title="DATA 452">DATA 452</a>. Specification and design requirements, elicitation techniques, research and data gathering methods; project planning, time and budget estimating; project team organization. Ethics and professionalism. 2 laboratories.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>DATA 452. Data Science Capstone II.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=DATA%20451" onclick="return showCourse(this, 'DATA 451');" title="DATA 451">DATA 451</a>.</p></div>
<div class="courseblockdesc">
<p>Team-based design, implementation, deployment and delivery of a system or analytical methodology that involves working with and analyzing large quantities of data. Technical management of research and development teams. Technical documentation, quality assurance, integration and systems testing. Design and conduct of empirical studies. Visualization and presentation of results orally and in writing. 2 laboratories.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>DATA 472. Data Science Seminar.
<span class="courseblockhours">1 unit
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">CR/NC</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=DATA%20301" onclick="return showCourse(this, 'DATA 301');" title="DATA 301">DATA 301</a>.</p></div>
<div class="courseblockdesc">
<p>Discussions of technical, societal and ethical aspects of modern data science theory and practice, concentrating on topics not covered in other courses. 1 seminar. Total credit limited to 4 units. Credit/No credit grading only.</p>
</div>
</div>
</div>
<div class="courses">
<a name="statcourses"></a>
<h3>STAT Courses</h3>
<div class="courseblock">
<p class="courseblocktitle"><strong>STAT 130. Introduction to Statistical Reasoning.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: MATH 96; or <a class="bubblelink code" href="/search/?P=MATH%20115" onclick="return showCourse(this, 'MATH 115');" title="MATH 115">MATH 115</a>; or appropriate Math Placement Level.</p></div>
<div class="courseblockdesc">
<p>Survey of statistical ideas and philosophy. Emphasis on concepts rather than in-depth coverage of statistical methods. Topics include sampling, experimentation, data exploration, chance phenomena, and methods of statistical inference. Not open to students with credit in any statistics course. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 150. Introduction to the Discipline of Statistics.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: Statistics major.</p></div>
<div class="courseblockdesc">
<p>Orientation to the statistics program, introduction to the discipline of statistics, including the development of the discipline, professional ethics, data visualization and the role of statistics in the scientific enterprise. Note: Course is intended for students in their first quarter at Cal Poly. 2 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 200. Special Problems for Undergraduates.
<span class="courseblockhours">1-2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Consent of department chair.</p></div>
<div class="courseblockdesc">
<p>Individual investigation, research, studies, or surveys of selected problems. Total credit limited to 4 units, with a maximum of 2 units per quarter.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 217. Introduction to Statistical Concepts and Methods.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: MATH 96; or <a class="bubblelink code" href="/search/?P=MATH%20115" onclick="return showCourse(this, 'MATH 115');" title="MATH 115">MATH 115</a>; or appropriate Math Placement Level.</p></div>
<div class="courseblockdesc">
<p>Sampling and experimentation, descriptive statistics, confidence intervals, two-sample hypothesis tests for means and proportions, Chi-square tests, linear and multiple regression, analysis of variance. Substantial use of statistical software. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a> or <a class="bubblelink code" href="/search/?P=STAT%20251" onclick="return showCourse(this, 'STAT 251');" title="STAT 251">STAT 251</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 218. Applied Statistics for the Life Sciences.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: MATH 96; or <a class="bubblelink code" href="/search/?P=MATH%20115" onclick="return showCourse(this, 'MATH 115');" title="MATH 115">MATH 115</a>; or appropriate Math Placement Level.</p></div>
<div class="courseblockdesc">
<p>Data collection and experimental design, descriptive statistics, confidence intervals, parametric and non parametric one and two-sample hypothesis tests, analysis of variance, correlation, simple linear regression, chi-square tests. Applications of statistics to the life sciences. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20217" onclick="return showCourse(this, 'STAT 217');" title="STAT 217">STAT 217</a> or <a class="bubblelink code" href="/search/?P=STAT%20251" onclick="return showCourse(this, 'STAT 251');" title="STAT 251">STAT 251</a>. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 251. Statistical Inference for Management I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: Appropriate Math Placement Level or <a class="bubblelink code" href="/search/?P=MATH%20118" onclick="return showCourse(this, 'MATH 118');" title="MATH 118">MATH 118</a>.</p></div>
<div class="courseblockdesc">
<p>Descriptive statistics. Probability and counting rules. Random variables and probability distributions. Sampling distributions and point estimation. Confidence intervals and tests of hypotheses for a single mean and proportion. Course may be offered classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 252. Statistical Inference for Management II.
<span class="courseblockhours">5 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20251" onclick="return showCourse(this, 'STAT 251');" title="STAT 251">STAT 251</a> with a minimum grade of C- or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Confidence intervals and tests of hypotheses for two means and two proportions. Introduction to ANOVA, regression, correlation, multiple regression, time series, and forecasting. Statistical quality control. Enumerative data analysis. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. 5 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 270. Selected Topics.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: Open to undergraduate students and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Directed group study of selected topics. The Class Schedule will list topic selected. Total credit limited to 8 units. 1 to 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 301. Statistics I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Corequisite: <a class="bubblelink code" href="/search/?P=MATH%20141" onclick="return showCourse(this, 'MATH 141');" title="MATH 141">MATH 141</a>.</p></div>
<div class="courseblockdesc">
<p>Introduction to statistics for mathematically inclined students, focused on process of statistical investigations. Observational studies, controlled experiments, randomization, confounding, randomization tests, hypergeometric distribution, descriptive statistics, sampling, bias, binomial distribution, significance tests, confidence intervals, normal model, t-procedures, two-sample procedures. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 302. Statistics II.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20301" onclick="return showCourse(this, 'STAT 301');" title="STAT 301">STAT 301</a> with a grade of C- or better; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Continued study of the process, concepts, and methods of statistical investigations. Association, chi-square procedures, one-way ANOVA, multiple comparisons, two-way ANOVA with interaction, simple linear regression, correlation, prediction, multiple regression. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 305. Introduction to Probability and Simulation.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=BUS%20392" onclick="return showCourse(this, 'BUS 392');" title="BUS 392">BUS 392</a>, CPE/<a class="bubblelink code" href="/search/?P=CSC%20101" onclick="return showCourse(this, 'CSC 101');" title="CSC 101">CSC 101</a>, <a class="bubblelink code" href="/search/?P=CSC%20232" onclick="return showCourse(this, 'CSC 232');" title="CSC 232">CSC 232</a>, CPE/CSC 235, <a class="bubblelink code" href="/search/?P=ECON%20395" onclick="return showCourse(this, 'ECON 395');" title="ECON 395">ECON 395</a>, or <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>; and <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a>.</p></div>
<div class="courseblockdesc">
<p>Basic probability rules, counting methods, conditional probability. Discrete and continuous random variables, expected values, variance and covariance. Properties of linear combinations of random variables with applications to statistical estimators. Simulation analysis of random phenomena using a modern computer language. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20321" onclick="return showCourse(this, 'STAT 321');" title="STAT 321">STAT 321</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 312. Statistical Methods for Engineers.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p class="noindent">2020-21 or later: Upper-Div GE Area B</p><p class="noindent">2019-20 or earlier catalog: GE Area B5, B6, or B7</p><p>Prerequisite: Junior standing or one of the following majors: CPE, CSC, EE, GENE, IE, MATE, MFGE, or SE; completion of GE Area A with grades of C- or better; and one course in GE Area B4 with a grade of C- or better (GE Area B1 for students on the 2019-20 or earlier catalogs); and <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a>.</p></div>
<div class="courseblockdesc">
<p>Descriptive and graphical methods. Discrete and continuous probability distributions. One and two sample confidence intervals and hypothesis testing. Single factor analysis of variance. Quality control. Introduction to regression and to experimental design. Substantial use of statistical software. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area Upper-Division B (GE Areas B5, B6, or B7 for students on the 2019-20 catalog).</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 313. Applied Experimental Design and Regression Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later: Upper-Div GE Area B</p><p class="noindent">2019-20 or earlier catalog: GE Area B5, B6, or B7</p><p>Prerequisite: Junior standing or one of the following majors: ASCI, BIO, CRP, DSCI, EESS, ENVE, ENVM, HLTH, KINE, MCRO, MSCI, POLS, PSY or SOC; completion of GE Area A with grades of C- or better; <a class="bubblelink code" href="/search/?P=MATH%20118" onclick="return showCourse(this, 'MATH 118');" title="MATH 118">MATH 118</a> with a grade of C- or better, or appropriate Math Placement Level; and one of the following courses: <a class="bubblelink code" href="/search/?P=STAT%20217" onclick="return showCourse(this, 'STAT 217');" title="STAT 217">STAT 217</a>, <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> with a minimum grade of C- or better.</p></div>
<div class="courseblockdesc">
<p>Applications of statistics for students not majoring in statistics or mathematics. Analysis of variance including one-way classification, randomized blocks, and factorial designs; multiple regression, model diagnostics, and model comparison. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area Upper-Division B (GE Areas B5, B6, or B7 for students on the 2019-20 catalog).</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 314. Statistical Methods for Food Science.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a>.</p></div>
<div class="courseblockdesc">
<p>Statistical methods for sensory analysis and food product development. Discrimination testing: paired, duo-trio, triangle. Two-way ANOVA, 2^k, fractional factorial, response surface, mixture designs. Quality and process control. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 321. Probability and Statistics for Engineers and Scientists.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later: Upper-Div GE Area B</p><p class="noindent">2019-20 or earlier catalog: GE Area B5, B6, or B7</p><p>Prerequisite: Junior standing or one of the following majors: AERO, ARCE, CSC, EE, GENE, IE, MATE, MFGE or SE; completion of GE Area A with grades of C- or better; and one course in GE Area B4 with a grade of C- or better (GE Area B1 for students on the 2019-20 or earlier catalogs); and <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a>.</p></div>
<div class="courseblockdesc">
<p>Tabular and graphical methods for data summary, numerical summary measures, probability concepts and properties, discrete and continuous probability distributions, expected values, statistics and their sampling distributions, point estimation, confidence intervals for a mean and proportion. Use of statistical software. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20301" onclick="return showCourse(this, 'STAT 301');" title="STAT 301">STAT 301</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area Upper-Division B (GE Areas B5, B6, or B7 for students on the 2019-20 catalog).</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 323. Design and Analysis of Experiments I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Principles, construction and analysis of experimental designs. Completely randomized, randomized complete block, Latin squares, Graeco Latin squares, factorial, and nested designs. Fixed and random effects, expected mean squares, multiple comparisons, and analysis of covariance. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 324. Applied Regression Analysis.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Linear regression including indicator variables, influence diagnostics, assumption analysis, selection of 'best subset', nonstandard regression models, logistic regression, nonlinear regression models. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>. Not open to Statistics Majors. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 330. Statistical Computing with SAS.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Data acquisition, cleaning, and management using SAS; reading data into SAS from various sources, recoding variables, subsetting and merging data, exporting results in other formats. Graphical procedures, basic descriptive and inferential statistics. Introduction to SAS macros. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 331. Statistical Computing with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>; and <a class="bubblelink code" href="/search/?P=BUS%20392" onclick="return showCourse(this, 'BUS 392');" title="BUS 392">BUS 392</a>, CPE/<a class="bubblelink code" href="/search/?P=CSC%20101" onclick="return showCourse(this, 'CSC 101');" title="CSC 101">CSC 101</a>, <a class="bubblelink code" href="/search/?P=CSC%20231" onclick="return showCourse(this, 'CSC 231');" title="CSC 231">CSC 231</a>, <a class="bubblelink code" href="/search/?P=CSC%20232" onclick="return showCourse(this, 'CSC 232');" title="CSC 232">CSC 232</a>, <a class="bubblelink code" href="/search/?P=CSC%20234" onclick="return showCourse(this, 'CSC 234');" title="CSC 234">CSC 234</a>, or <a class="bubblelink code" href="/search/?P=ECON%20395" onclick="return showCourse(this, 'ECON 395');" title="ECON 395">ECON 395</a>.</p></div>
<div class="courseblockdesc">
<p>Importing, managing, and cleaning data from a variety of sources. Use of regular expressions, exploratory data analysis, functional and object-oriented programming. Graphical, descriptive, and inferential statistical methods. Methods of simulation, randomization and resampling. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 334. Applied Linear Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, or <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>; and one of the following: <a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a>, or <a class="bubblelink code" href="/search/?P=MATH%20244" onclick="return showCourse(this, 'MATH 244');" title="MATH 244">MATH 244</a>.</p></div>
<div class="courseblockdesc">
<p>Linear models in algebraic and matrix form, diagnostics, transformations, polynomial models, categorical predictors, model selection, correlated errors, logistic regression. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a>. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 350. Probability and Random Processes for Engineers.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later: Upper-Div GE Area B</p><p class="noindent">2019-20 or earlier catalog: GE Area B5, B6, or B7</p><p>Prerequisite: Junior standing; completion of GE Area A with grades of C- or better; and one course in GE Area B4 with a grade of C- or better (GE Area B1 for students on the 2019-20 or earlier catalogs); <a class="bubblelink code" href="/search/?P=MATH%20241" onclick="return showCourse(this, 'MATH 241');" title="MATH 241">MATH 241</a>; and <a class="bubblelink code" href="/search/?P=CPE%20327" onclick="return showCourse(this, 'CPE 327');" title="CPE 327">CPE 327</a> or <a class="bubblelink code" href="/search/?P=EE%20228" onclick="return showCourse(this, 'EE 228');" title="EE 228">EE 228</a>.</p></div>
<div class="courseblockdesc">
<p>Random events, random variables, and random processes, with emphasis on probabilistic treatment of signals and noise. Specific topics include: sample spaces, probability, distributions, independence, moments, covariance, time/ensemble averages, stationarity, common processes, correlation and spectral functions. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area Upper-Division B (GE Areas B5, B6, or B7 for students on the 2019-20 catalog).</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 365. Statistical Communication.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: Completion of GE Area A2 with a grade of C- or better (GE Area A1 for students on the 2019-20 or earlier catalogs); completion of GE Area A3 with a grade of C- or better; and one of the following: <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Written communication of statistical ideas and content. Analyze data using appropriate methods from previous statistics courses. Writing technical reports with appropriate graphs and tables. Strategies to discern relevant and necessary information to communicate data, ideas, and results to different audiences. Course may be offered in classroom-based, online, or hybrid format. 2 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 400. Special Problems for Advanced Undergraduates.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Consent of department head.</p></div>
<div class="courseblockdesc">
<p>Individual investigation, research, studies or surveys of selected problems. Total credit limited to 5 units, with a maximum of 4 units per quarter.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 405. Applied Probability Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: CPE/<a class="bubblelink code" href="/search/?P=CSC%20101" onclick="return showCourse(this, 'CSC 101');" title="CSC 101">CSC 101</a> or <a class="bubblelink code" href="/search/?P=CSC%20232" onclick="return showCourse(this, 'CSC 232');" title="CSC 232">CSC 232</a> or CPE/CSC 235; <a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a> or <a class="bubblelink code" href="/search/?P=MATH%20244" onclick="return showCourse(this, 'MATH 244');" title="MATH 244">MATH 244</a>; and <a class="bubblelink code" href="/search/?P=STAT%20305" onclick="return showCourse(this, 'STAT 305');" title="STAT 305">STAT 305</a> or <a class="bubblelink code" href="/search/?P=STAT%20350" onclick="return showCourse(this, 'STAT 350');" title="STAT 350">STAT 350</a> or <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>.</p></div>
<div class="courseblockdesc">
<p>Advanced probability models, their simulation and application. Poisson processes, Markov chains, random walks, and continuous-time Markov processes. Monte Carlo integration and simulation methods, including Markov chain Monte Carlo and Gibbs sampling. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 410. Statistics Education: Pedagogy, Content, Technology, and Assessment.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=STAT%20130" onclick="return showCourse(this, 'STAT 130');" title="STAT 130">STAT 130</a>, <a class="bubblelink code" href="/search/?P=STAT%20217" onclick="return showCourse(this, 'STAT 217');" title="STAT 217">STAT 217</a>, <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a>, <a class="bubblelink code" href="/search/?P=STAT%20251" onclick="return showCourse(this, 'STAT 251');" title="STAT 251">STAT 251</a>, <a class="bubblelink code" href="/search/?P=STAT%20301" onclick="return showCourse(this, 'STAT 301');" title="STAT 301">STAT 301</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20321" onclick="return showCourse(this, 'STAT 321');" title="STAT 321">STAT 321</a>, <a class="bubblelink code" href="/search/?P=STAT%20511" onclick="return showCourse(this, 'STAT 511');" title="STAT 511">STAT 511</a>, STAT 512 or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>.</p></div>
<div class="courseblockdesc">
<p>Topics related to content, pedagogy, technology, and assessment for teaching statistics in grades 6-16 in accordance with current standards and research for teaching statistics including the Common Core State Standards for Mathematics. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 414. Multilevel and Mixed Modeling.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a> or <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a> or <a class="bubblelink code" href="/search/?P=STAT%20524" onclick="return showCourse(this, 'STAT 524');" title="STAT 524">STAT 524</a>.</p></div>
<div class="courseblockdesc">
<p>Overview of multilevel and mixed models, including hierarchical data, intraclass correlation, fixed vs. random coefficients, variance components, comparisons to traditional analyses. Use of statistical software for implementation of methods. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 415. Bayesian Reasoning and Methods.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, or <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>; and one of the following: <a class="bubblelink code" href="/search/?P=STAT%20305" onclick="return showCourse(this, 'STAT 305');" title="STAT 305">STAT 305</a>, <a class="bubblelink code" href="/search/?P=STAT%20321" onclick="return showCourse(this, 'STAT 321');" title="STAT 321">STAT 321</a>, <a class="bubblelink code" href="/search/?P=STAT%20350" onclick="return showCourse(this, 'STAT 350');" title="STAT 350">STAT 350</a>, or <a class="bubblelink code" href="/search/?P=STAT%20425" onclick="return showCourse(this, 'STAT 425');" title="STAT 425">STAT 425</a>. Recommended: <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>.</p></div>
<div class="courseblockdesc">
<p>Bayes' theorem, prior and posterior distributions, likelihood functions, Markov Chain Monte Carlo methods, hierarchical modeling. Bayesian data analysis, comparison of Bayesian and classical (frequentist) approaches. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 416. Statistical Analysis of Time Series.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a> or <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a> or <a class="bubblelink code" href="/search/?P=STAT%20524" onclick="return showCourse(this, 'STAT 524');" title="STAT 524">STAT 524</a>.</p></div>
<div class="courseblockdesc">
<p>Time series components, descriptive smoothing methods, regression models for time series data, forecasting via exponential smoothing, evaluation of forecasts, autocorrelation, ARIMA models and Box-Jenkins methods, combining forecasts, frequency domain analysis, filtering. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 417. Survival Analysis Methods.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>; and <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a>.</p></div>
<div class="courseblockdesc">
<p>Parametric and nonparametric methods for analyzing survival data. Topics include Kaplan-Meier and Nelson-Aalen estimates, Cox regression models, accelerated failure time models. Use of statistical software to implement methods throughout course. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 418. Categorical Data Analysis.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a> or <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a> or <a class="bubblelink code" href="/search/?P=STAT%20524" onclick="return showCourse(this, 'STAT 524');" title="STAT 524">STAT 524</a>.</p></div>
<div class="courseblockdesc">
<p>Discrete multivariate statistics, including analysis of cross-classified data, log-linear models for multidimensional contingency tables, goodness of fit statistics, measures of association, model selection, and hypothesis testing. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 419. Applied Multivariate Statistics.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: One of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>, or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; and one of the following: <a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a>, <a class="bubblelink code" href="/search/?P=MATH%20244" onclick="return showCourse(this, 'MATH 244');" title="MATH 244">MATH 244</a>, or graduate standing.</p></div>
<div class="courseblockdesc">
<p>Continuous multivariate statistics. Multivariate linear model, principal components and factor analysis, discriminant analysis, clustering, classification, and canonical correlation. Use of statistical software throughout the course. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 421. Survey Sampling and Methodology.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a> or <a class="bubblelink code" href="/search/?P=STAT%20511" onclick="return showCourse(this, 'STAT 511');" title="STAT 511">STAT 511</a> or STAT 512 or <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>.</p></div>
<div class="courseblockdesc">
<p>Survey planning, execution, and analysis. Principles of survey research, including non-sampling and sampling error topics. Survey sample designs, including simple random, systematic, stratified, cluster, and multi-stage. Estimation procedures and sample size calculations. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 423. Design and Analysis of Experiments II.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a> or <a class="bubblelink code" href="/search/?P=STAT%20523" onclick="return showCourse(this, 'STAT 523');" title="STAT 523">STAT 523</a>.</p></div>
<div class="courseblockdesc">
<p>Continuation of <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>. 2k factorial designs, 3k factorial designs, balanced and partially balanced incomplete block designs, nested designs, split-plot designs, response surface methodology, confounding, repeated measures, and other design approaches. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 425. Probability Theory.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=MATH%20241" onclick="return showCourse(this, 'MATH 241');" title="MATH 241">MATH 241</a>; <a class="bubblelink code" href="/search/?P=MATH%20248" onclick="return showCourse(this, 'MATH 248');" title="MATH 248">MATH 248</a> or CSC 348; and <a class="bubblelink code" href="/search/?P=STAT%20305" onclick="return showCourse(this, 'STAT 305');" title="STAT 305">STAT 305</a>. Recommended: <a class="bubblelink code" href="/search/?P=STAT%20301" onclick="return showCourse(this, 'STAT 301');" title="STAT 301">STAT 301</a>.</p></div>
<div class="courseblockdesc">
<p>Rigorous development of probability theory. Probability axioms, combinatorial methods, conditional and marginal probability, independence, random variables, univariate and multivariate probability distributions, conditional distributions, transformations, order statistics, expectation and variance. Use of statistical simulation throughout the course. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 426. Estimation and Sampling Theory.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20425" onclick="return showCourse(this, 'STAT 425');" title="STAT 425">STAT 425</a>. Recommended: <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>.</p></div>
<div class="courseblockdesc">
<p>Continuation of <a class="bubblelink code" href="/search/?P=STAT%20425" onclick="return showCourse(this, 'STAT 425');" title="STAT 425">STAT 425</a>. Properties of statistics obtained from samples. Sample mean properties, convergence in probability, law of large numbers, and central limit theorem. Selected probability distributions. Theory of estimation. Sampling distribution of estimators. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 427. Mathematical Statistics.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>.</p></div>
<div class="courseblockdesc">
<p>Continuation of <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>. The theory of hypothesis testing and its applications. Power and uniformly most powerful tests. Categorical data and nonparametric methods. Other selected topics. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 431. Advanced Statistical Computing with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>.</p></div>
<div class="courseblockdesc">
<p>Advanced techniques for efficient use of computers to perform statistical computations and to analyze large amounts of data. Includes version control systems; tools supporting reproducibility; functional programming; randomization and bootstrapping; dynamic data visualizations; and R package development. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 434. Statistical Learning: Methods and Applications.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a>, <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>, or <a class="bubblelink code" href="/search/?P=STAT%20524" onclick="return showCourse(this, 'STAT 524');" title="STAT 524">STAT 524</a>. Recommended: <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a> or <a class="bubblelink code" href="/search/?P=STAT%20531" onclick="return showCourse(this, 'STAT 531');" title="STAT 531">STAT 531</a>.</p></div>
<div class="courseblockdesc">
<p>Modern methods in predictive modeling and classification. Splines, smoothing splines, ridge regression, LASSO, regression and classification trees, generalized additive models, logistic regression, and linear discriminant analysis. Model assessment and selection using cross validation, bootstrapping, AIC, and BIC. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 440. SAS Certification Preparation.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20330" onclick="return showCourse(this, 'STAT 330');" title="STAT 330">STAT 330</a>.</p></div>
<div class="courseblockdesc">
<p>Programming, data management, and data analysis in preparation for the Certified Base Programmer Exam offered by the SAS Institute. Topics include accessing data, creating data structures, managing data, generating reports, and handling errors. 2 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 441. SAS Advanced Certification Preparation.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20440" onclick="return showCourse(this, 'STAT 440');" title="STAT 440">STAT 440</a>.</p></div>
<div class="courseblockdesc">
<p>Programming topics in preparation for the Certified Advanced Programmer Exam offered by the SAS Institute. Accessing data using PROC SQL, macro processing, applications for indexes, data look-up techniques including array processing, hash objects, and combining/merging. 2 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 461. Senior Project I.
<span class="courseblockhours">1 unit
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p></div>
<div class="courseblockdesc">
<p>Selection and completion of a project under faculty supervision. Projects typical of problems which graduates must solve in their fields of employment. Project results are presented in a formal report. Minimum 90 hours total time.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 462. Senior Project II.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Completion of GWR.</p></div>
<div class="courseblockdesc">
<p>Selection and completion of a project under faculty supervision. Projects typical of problems which graduates must solve in their fields of employment. Project results are presented in a formal report. Minimum 90 hours total time.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 465. Statistical Consulting.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>; <a class="bubblelink code" href="/search/?P=STAT%20330" onclick="return showCourse(this, 'STAT 330');" title="STAT 330">STAT 330</a>; <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; <a class="bubblelink code" href="/search/?P=STAT%20365" onclick="return showCourse(this, 'STAT 365');" title="STAT 365">STAT 365</a>; Statistics major; and senior standing.</p></div>
<div class="courseblockdesc">
<p>Blending of the theoretical and practical aspects of statistical consulting. Development of tools necessary to conduct effective consulting sessions, present oral arguments and written reports, work collaboratively to solve problems, and utilize professional publications in statistics. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20466" onclick="return showCourse(this, 'STAT 466');" title="STAT 466">STAT 466</a>. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 466. Senior Project - Statistical Consulting.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>; <a class="bubblelink code" href="/search/?P=STAT%20330" onclick="return showCourse(this, 'STAT 330');" title="STAT 330">STAT 330</a>; <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; <a class="bubblelink code" href="/search/?P=STAT%20365" onclick="return showCourse(this, 'STAT 365');" title="STAT 365">STAT 365</a>; Statistics major; and senior standing.</p></div>
<div class="courseblockdesc">
<p>Blending of the theoretical and practical aspects of statistical consulting. Development of tools necessary to conduct effective consulting sessions, present oral arguments and written reports. Work collaboratively to solve problems and utilize professional publications in statistics. Fulfills senior project requirement for Statistics major. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20465" onclick="return showCourse(this, 'STAT 465');" title="STAT 465">STAT 465</a>. 2 lectures, 2 discussions.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 470. Selected Advanced Topics.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: Consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Directed group study of selected topics for advanced students. Open to undergraduate and graduate students. The Class Schedule will list topic selected. Total credit limited to 8 units. 1 to 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 485. Cooperative Education Experience.
<span class="courseblockhours">6 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">CR/NC</p><p>Prerequisite: Sophomore standing and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Part-time work experience in business, industry, government, and other areas of student career interest. Positions are paid and usually require relocation and registration in course for two consecutive quarters. Formal report and evaluation by work supervisor required. Major credit limited to 6 units; total credit limited to 12 units. Credit/No Credit grading only.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 495. Cooperative Education Experience.
<span class="courseblockhours">12 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">CR/NC</p><p>Prerequisite: Sophomore standing and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Full-time work experience in business, industry, government, and other areas of student career interest. Positions are paid and usually require relocation and registration in course for two consecutive quarters. Formal report and evaluation by work supervisor required. Major credit limited to 12 units; total credit limited to 24 units. Credit/No Credit grading only.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 500. Independent Study.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Graduate standing and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Individual research or advanced study planned and completed under the direction of a departmental faculty member. Total degree credit limited to 4 units. Total credit limited to 12 units.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 511. Statistical Methods.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: Graduate standing and intermediate algebra or equivalent.</p></div>
<div class="courseblockdesc">
<p>Statistical methods in research for graduate students not majoring in mathematical sciences. Probability distributions, confidence intervals, hypothesis testing, contingency tables, linear regression and correlation, multiple regression, analysis of variance. Substantial use of statistical software. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 513. Applied Experimental Design and Regression Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Graduate standing and a grade of C- or better in one of the following: <a class="bubblelink code" href="/search/?P=STAT%20217" onclick="return showCourse(this, 'STAT 217');" title="STAT 217">STAT 217</a>, <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20511" onclick="return showCourse(this, 'STAT 511');" title="STAT 511">STAT 511</a>, STAT 512, or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Applications of statistics for graduate students not majoring in mathematics. Analysis of variance including the one-way classification, randomized blocks, and factorial designs. Introduction to multiple regression and to analysis of covariance. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 523. Design and Analysis of Experiments I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>, or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; and graduate standing.</p></div>
<div class="courseblockdesc">
<p>Principles, construction and analysis of experimental designs. Completely randomized, randomized complete block, Latin squares, Graeco-Latin squares, factorial, and nested designs. Fixed and random effects, expected mean squares, multiple comparisons, and analysis of covariance. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 524. Applied Regression Analysis.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>, or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; and graduate standing.</p></div>
<div class="courseblockdesc">
<p>Linear regression including indicator variables, influence diagnostics, assumption analysis, selection of 'best subset', nonstandard regression models, logistic regression, nonlinear regression models. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a> or <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 530. Statistical Computing with SAS.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20511" onclick="return showCourse(this, 'STAT 511');" title="STAT 511">STAT 511</a> or STAT 512 or <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a> or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>.</p></div>
<div class="courseblockdesc">
<p>Techniques available to the statistician for efficient use of computers to perform statistical computations and to analyze large amounts of data. Use of the SAS software system. Includes data preparation, report writing, basic statistical methods, and a research project. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20330" onclick="return showCourse(this, 'STAT 330');" title="STAT 330">STAT 330</a>. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 531. Statistical Computing with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Graduate standing; <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a> or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; and one computer programming course; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Import, manage, and clean data. Use of regular expressions, exploratory data analysis, functional and object-oriented programming. Graphical, descriptive, and inferential statistical methods. Methods of simulation, randomization and resampling. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 541. Advanced Statistical Computing with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a> or <a class="bubblelink code" href="/search/?P=STAT%20531" onclick="return showCourse(this, 'STAT 531');" title="STAT 531">STAT 531</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; and <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Advanced techniques for efficient use of R software to perform statistical computations, analyze large amounts of data, and develop new software. Includes version control systems; code design, documentation, and unit testing; modern data and database software; dynamic data visualizations; special data types; efficient processing of big data; functional programming and recursion; and numerical integration and optimization. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 542. Statistical Methods for Engineers.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a> and graduate standing.</p></div>
<div class="courseblockdesc">
<p>Descriptive and graphical methods. Discrete and continuous probability distributions. One and two sample confidence intervals and hypothesis testing. Single factor analysis of variance. Quality control. Introduction to regression and to experimental design. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 543. Advanced Design and Analysis of Experiments.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisites: <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a> or <a class="bubblelink code" href="/search/?P=STAT%20523" onclick="return showCourse(this, 'STAT 523');" title="STAT 523">STAT 523</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>2^k and 3^k factorial and fractional factorial designs, balanced and partially balanced incomplete block designs, nested designs, split-plot designs, response surfaces, repeated measures, and other design approaches. Design matrices. Analysis and interpretation of fixed, random, and mixed effects models, analysis of covariance, and different parameterizations. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 545. Applied Stochastic Processes.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a> or <a class="bubblelink code" href="/search/?P=MATH%20244" onclick="return showCourse(this, 'MATH 244');" title="MATH 244">MATH 244</a>; and <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Properties, simulation, and application of stochastic processes. Discrete-time and continuous-time Markov chains, hidden Markov models, Poisson processes, Gaussian processes, continuous-state Markov processes. Markov chain Monte Carlo (MCMC) simulation methods and applications. Estimation methods for stochastic processes. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 550. Generalized Linear Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a> and <a class="bubblelink code" href="/search/?P=STAT%20427" onclick="return showCourse(this, 'STAT 427');" title="STAT 427">STAT 427</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Theory and application of linear and generalized linear models (GLMs). Logistic regression, nominal and ordinal responses, Poisson GLMs, correlated responses, random and mixed effects models, Bayesian GLMs, model selection and model checking. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 551. Statistical Learning with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20305" onclick="return showCourse(this, 'STAT 305');" title="STAT 305">STAT 305</a> or <a class="bubblelink code" href="/search/?P=STAT%20350" onclick="return showCourse(this, 'STAT 350');" title="STAT 350">STAT 350</a>; <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a> or <a class="bubblelink code" href="/search/?P=STAT%20531" onclick="return showCourse(this, 'STAT 531');" title="STAT 531">STAT 531</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Modern methods in predictive modeling. Supervised and unsupervised learning. Regression, classification, and clustering methods, including SVM, LASSO, splines, trees, and random forests. Model assessment and selection using cross validation, bootstrapping, and information criteria. Use of the R programming language. 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 566. Graduate Consulting Practicum.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20466" onclick="return showCourse(this, 'STAT 466');" title="STAT 466">STAT 466</a> and graduate standing.</p></div>
<div class="courseblockdesc">
<p>Practice in statistical consulting. Observing faculty-led consulting sessions. Organizing and leading consulting projects with faculty supervision. Discussion of statistical consulting cases in a seminar format. 2 seminars.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 570. Selected Advanced Topics.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: Graduate standing or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Directed group study of selected topics for graduate students. Open to undergraduate and graduate students. The Class Schedule will list topic selected. Total credit limited to 8 units. 1 to 4 lectures.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 590. Graduate Seminar in Statistics.
<span class="courseblockhours">1 unit
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Graduate standing in Statistics.</p></div>
<div class="courseblockdesc">
<p>Topics in advanced statistics selected by the faculty. Discussion of current research papers in statistics and implementation of methods. Total credit limited to 3 units. 1 seminar.</p>
</div>
</div><div class="courseblock">
<p class="courseblocktitle"><strong>STAT 599. Thesis.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: Graduate standing and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Individual research under faculty supervision, leading to a graduate thesis. Total credit limited to 8 units.</p>
</div>
</div>
</div>
</div>
<div aria-labelledby="facultytab" class="page_content tab_content" id="facultycontainer" role="tabpanel">
<p><strong>Kelly N. Bodwin</strong><br/>B.A., Harvard University, 2011; Ph.D., University of North Carolina, 2017.</p><p><strong>Matthew A. Carlton</strong><br/>B.A., University of California, Berkeley, 1994; M.A., University of California, Los Angeles, 1996; Ph.D., 1999.</p><p><strong>Beth L. Chance</strong><br/>B.S., Harvey Mudd College, 1990; M.S., Ph.D., Cornell University, 1994.</p><p><strong>Jimmy A. Doi</strong><br/>B.A., California State University, Northridge, 1995; M.S., North Carolina State University, 1998; Ph.D., 2003.</p><p><strong>Samuel Frame</strong><br/>B.S., California Polytechnic State University, San Luis Obispo, 2001; M.S., University of California, Santa Barbara, 2004; Ph.D., 2007.</p><p><strong>Hunter S. Glanz</strong><br/>B.S., California Polytechnic State University, San Luis Obispo, 2009; M.A., Boston University, 2012; Ph.D., 2013.</p><p><strong>Bret Holladay</strong><br/>B.S., California State University, Northridge, 2011; M.S., 2014; Ph.D., University of California, Santa Barbara, 2019.</p><p><strong>Ulric J. Lund</strong><br/>B.S., University of California, San Diego, 1990; M.S., University of California, Santa Barbara, 1993; Ph.D., 1998.</p><p><strong>Karen J. McGaughey</strong><br/>B.A., Kansas State University, 1991; M.S., 1999; Ph.D., 2003.</p><p><strong>Zoe L. Rehnberg</strong><br/>B.A., Washington University, 2016; M.A., University of Michigan, 2019; Ph.D., Universtiy of Michigan, 2022.</p><p><strong>Steven Rein</strong><br/>B.A., University of California, Los Angeles, 1987; M.A., University of California, Berkeley, 1989; Ph.D., 1993.</p><p><strong>Emily A. Robinson</strong><br/>B.S., Winona State University, 2017; M.S., University of Nebraska, 2019; Ph.D., University of Nebraska, 2022.</p><p><strong>Kevin James Ross</strong><br/>B.S., University of North Carolina at Chapel Hill, 1997; M.S., 2005; Ph.D., 2006.</p><p><strong>Allan J. Rossman</strong><br/>B.A., Geneva College, 1984; M.S., Carnegie Mellon University, 1986; Ph.D., 1989.</p><p><strong>Soma Roy</strong><br/>B.Sc., Delhi University, 2000; M.Sc., 2002; M.S., The Ohio State University, 2005; Ph.D., 2008.</p><p><strong>Trevor D. Ruiz</strong><br/>B.A., Reed College, 2011; M.S., Oregon State University, 2017; Ph.D., 2020.</p><p><strong>Anelise G. Sabbag</strong><br/>B.S., Universidade de Sao Paulo, 2009; M.A., University of Minnesota, 2013; Ph.D., 2016.</p><p><strong>Andrew Schaffner</strong><br/>B.S., California Polytechnic State University, San Luis Obispo, 1992; M.S., University of Washington, 1994; Ph.D., 1997.</p><p><strong>Jeffrey C. Sklar</strong><br/>B.A.S., University of California, Davis, 1995; M.A., University of California, Santa Barbara, 1998; Ph.D., 2003.</p><p><strong>Allison Theobold</strong><br/>B.B.A., B.S. Colorado Mesa University, 2014; M.S., Montana State University, 2016; PhD., 2020.</p><p><strong>John L. Walker</strong><br/>B.S., University of Chicago, 1988; M.S., Cornell University, 1993; Ph.D., 1995.</p></div>
</div><!--end #content-->
</div><!--end #left-col-->
</div><!--end #container-->
<!--htdig_noindex-->
<div class="clearfix" id="footer">
<div class="clearfix" id="foot-nav">
<ul>
<li><a href="https://www.calpoly.edu/">CP Home</a></li>
<li><a href="https://www.calpoly.edu/search">Directory</a></li>
<li><a href="https://maps.calpoly.edu/">Campus Maps & Directions</a></li>
</ul>
</div>
<div id="footer-leftlinks">
<ul>
<li><a href="https://registrar.calpoly.edu">Office of the Registrar</a></li>
<li><a href="mailto:catalog@calpoly.edu">catalog@calpoly.edu</a></li>
<li><a href="https://accessibility.calpoly.edu/website-accessibility-statement">Web Accessibility Statement</a></li>
<li><a href="https://www.calpoly.edu/privacy/">Privacy Statement</a></li>
</ul>
<ul>
<li><a href="http://get.adobe.com/reader/">Get Adobe Reader</a></li>
<li><a href="http://www.microsoft.com/en-us/download/search.aspx?q=viewer">Microsoft Viewers</a></li>
</ul>
</div>
<div id="footer-deptinfo">
<p>© 2022-2026 California Polytechnic State University <img alt="" height="10" src="/images/footer-separator.jpg" width="1"/> San Luis Obispo, California 93407<br/>
Phone: 805-756-1111</p>
</div>
</div><!--end #footer-->
<!--/htdig_noindex-->
</div><!--end #wrapper-->
<div class="screen" id="print-dialog">
<div class="print-header">
Download Options
</div>
<div class="print-body">
<div class="print-option">
<div class="option-head">
<a href="#" onclick="hidePrintDialog();window.print();return false">Send Page to Printer</a>
</div>
<p>
<em>Print this page.</em>
</p>
</div>
<div class="print-option"><div class="option-head"><a class="option-name" href="/collegesandprograms/collegeofsciencemathematics/statistics/statistics.pdf" role="button">Download Page (PDF)</a></div><p class="option-desc"><em>The PDF will include all information unique to this page.</em></p></div><div class="print-option"><div class="option-head"><a class="option-name" href="/pdf/2022-2026.pdf" target="_blank">Download PDF of the entire Catalog</a></div><p class="option-desc"><em>The PDF will include all pages of the 2022-26 Catalog.</em></p></div> </div><!-- /print-body -->
<div class="buttons clearfix">
<div class="cancel">
<a href="#" onclick="hidePrintDialog(); return false;">Cancel</a>
</div>
</div>
</div>
</body>
</html>
Notes/suggestions:
- Inspect the page source as you write your code
- The courses are not stored in a
<table>. How are they stored? - You will need to write a loop to get the information for all courses, but you might want to try just scraping the info for DATA 100 first
- What kind of tag is the course name stored in? What is the
classof the tag? - What kind of tag is the quarter(s) the course is offered stored in? What is the
classof the tag? Is this the only tag of this type with the class? How will you get the one you want? - You don’t have to remove the number of units (e.g., 4 units) from the course name and number, but you can try it if you want
- You will need to pull the text from the tag. If
.textreturns text with “” at the end, tryget_text(strip = True)instead oftext - Don’t forget to convert to a Pandas Data Frame; it should have 74 rows and 2 columns
- The goal of this exercise is just to create the Data Frame. If you were going to use it then you might need to clean the data first. (You can use Beautiful Soup to do some of the cleaning for you, but that goes beyond our scope.)
courses = soup.find_all("div", class_ = "courseblock")
print(courses)
# len(courses) verify amount[<div class="courseblock">
<p class="courseblocktitle"><strong>DATA 100. Data Science for All I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B4</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=MATH%20115" onclick="return showCourse(this, 'MATH 115');" title="MATH 115">MATH 115</a>, <a class="bubblelink code" href="/search/?P=MATH%20116" onclick="return showCourse(this, 'MATH 116');" title="MATH 116">MATH 116</a>, <a class="bubblelink code" href="/search/?P=MATH%20118" onclick="return showCourse(this, 'MATH 118');" title="MATH 118">MATH 118</a>, or Appropriate Math Placement Level.</p></div>
<div class="courseblockdesc">
<p>Basic approaches for answering questions using data. Emphasis on working with tabular data in spreadsheet software to provide insights via descriptions and visualizations. Methods of acquiring data. Sampling bias, variability, and multi-variable thinking. Introduction to data modeling and data ethics. Intended for students in non-computing disciplines. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20150" onclick="return showCourse(this, 'STAT 150');" title="STAT 150">STAT 150</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>. Course may be offered in a classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>DATA 301. Introduction to Data Science.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: CPE/<a class="bubblelink code" href="/search/?P=CSC%20202" onclick="return showCourse(this, 'CSC 202');" title="CSC 202">CSC 202</a>; and one of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Introduction to the field of data science and the workflow of a data scientist. Types of data (tabular, textual, sparse, structured, temporal, geospatial), basic data management and manipulation, simple summaries, and visualization. Course may be offered in classroom-based, online, or hybrid format. 3 lectures, 1 laboratory.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>DATA 401. Data Science Process and Ethics.
<span class="courseblockhours">3 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisites: <a class="bubblelink code" href="/search/?P=DATA%20301" onclick="return showCourse(this, 'DATA 301');" title="DATA 301">DATA 301</a>; <a class="bubblelink code" href="/search/?P=CSC%20365" onclick="return showCourse(this, 'CSC 365');" title="CSC 365">CSC 365</a>; and <a class="bubblelink code" href="/search/?P=CSC%20466" onclick="return showCourse(this, 'CSC 466');" title="CSC 466">CSC 466</a>. Concurrent: <a class="bubblelink code" href="/search/?P=DATA%20402" onclick="return showCourse(this, 'DATA 402');" title="DATA 402">DATA 402</a> and <a class="bubblelink code" href="/search/?P=DATA%20403" onclick="return showCourse(this, 'DATA 403');" title="DATA 403">DATA 403</a>.</p></div>
<div class="courseblockdesc">
<p>Complete life cycle of a data science project. Requirements engineering and data acquisition. Management and integration of data of high volume, velocity, and variety. Deployment of data science products. Engagement with stakeholders. Ethical considerations, including privacy and fairness. 3 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>DATA 402. Mathematical Foundations of Data Science.
<span class="courseblockhours">3 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisites: <a class="bubblelink code" href="/search/?P=CSC%20466" onclick="return showCourse(this, 'CSC 466');" title="CSC 466">CSC 466</a>; <a class="bubblelink code" href="/search/?P=DATA%20301" onclick="return showCourse(this, 'DATA 301');" title="DATA 301">DATA 301</a>; and <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>. Concurrent: <a class="bubblelink code" href="/search/?P=DATA%20401" onclick="return showCourse(this, 'DATA 401');" title="DATA 401">DATA 401</a> and <a class="bubblelink code" href="/search/?P=DATA%20403" onclick="return showCourse(this, 'DATA 403');" title="DATA 403">DATA 403</a>.</p></div>
<div class="courseblockdesc">
<p>Mathematical foundations of machine learning and data science. Principle of maximum likelihood. Inferential and predictive modeling and their comparison. Optimization techniques. Linear regression and linear classifiers. Mathematical foundations of neural networks and neural network analysis. Dimensionality reduction and its use in supervised and unsupervised learning. 3 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>DATA 403. Data Science Projects Laboratory.
<span class="courseblockhours">1 unit
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Concurrent: <a class="bubblelink code" href="/search/?P=DATA%20401" onclick="return showCourse(this, 'DATA 401');" title="DATA 401">DATA 401</a> and <a class="bubblelink code" href="/search/?P=DATA%20402" onclick="return showCourse(this, 'DATA 402');" title="DATA 402">DATA 402</a>.</p></div>
<div class="courseblockdesc">
<p>Project-based lab component of <a class="bubblelink code" href="/search/?P=DATA%20401" onclick="return showCourse(this, 'DATA 401');" title="DATA 401">DATA 401</a> and <a class="bubblelink code" href="/search/?P=DATA%20402" onclick="return showCourse(this, 'DATA 402');" title="DATA 402">DATA 402</a>. Projects involving comparison of predictive and interpretable regression models, implementing linear classifiers with gradient descent, implementing neural networks from scratch, and deep learning. 1 laboratory.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>DATA 441. Bioinformatics Capstone I.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=BIO%20351" onclick="return showCourse(this, 'BIO 351');" title="BIO 351">BIO 351</a> or <a class="bubblelink code" href="/search/?P=CHEM%20373" onclick="return showCourse(this, 'CHEM 373');" title="CHEM 373">CHEM 373</a>; <a class="bubblelink code" href="/search/?P=BIO%20441" onclick="return showCourse(this, 'BIO 441');" title="BIO 441">BIO 441</a> or <a class="bubblelink code" href="/search/?P=CSC%20448" onclick="return showCourse(this, 'CSC 448');" title="CSC 448">CSC 448</a>; <a class="bubblelink code" href="/search/?P=DATA%20301" onclick="return showCourse(this, 'DATA 301');" title="DATA 301">DATA 301</a>.</p></div>
<div class="courseblockdesc">
<p>Working with clients to design bioinformatics solutions to biological questions. Software requirements, elicitation techniques, data gathering, project planning, and project team organization. Ethics and professionalism. 2 laboratories.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>DATA 442. Bioinformatics Capstone II.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=DATA%20441" onclick="return showCourse(this, 'DATA 441');" title="DATA 441">DATA 441</a>.</p></div>
<div class="courseblockdesc">
<p>Continue projects initiated in <a class="bubblelink code" href="/search/?P=DATA%20441" onclick="return showCourse(this, 'DATA 441');" title="DATA 441">DATA 441</a>. Team-based design, implementation of bioinformatics solutions and management of development teams. Technical documentation, quality assurance, and systems testing. Design and conduct empirical studies. Data visualization. Oral and written presentation. 2 laboratories.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>DATA 451. Data Science Capstone I.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=DATA%20401" onclick="return showCourse(this, 'DATA 401');" title="DATA 401">DATA 401</a>.</p></div>
<div class="courseblockdesc">
<p>Working with clients to develop data-driven solutions for systems to be constructed in <a class="bubblelink code" href="/search/?P=DATA%20452" onclick="return showCourse(this, 'DATA 452');" title="DATA 452">DATA 452</a>. Specification and design requirements, elicitation techniques, research and data gathering methods; project planning, time and budget estimating; project team organization. Ethics and professionalism. 2 laboratories.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>DATA 452. Data Science Capstone II.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=DATA%20451" onclick="return showCourse(this, 'DATA 451');" title="DATA 451">DATA 451</a>.</p></div>
<div class="courseblockdesc">
<p>Team-based design, implementation, deployment and delivery of a system or analytical methodology that involves working with and analyzing large quantities of data. Technical management of research and development teams. Technical documentation, quality assurance, integration and systems testing. Design and conduct of empirical studies. Visualization and presentation of results orally and in writing. 2 laboratories.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>DATA 472. Data Science Seminar.
<span class="courseblockhours">1 unit
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">CR/NC</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=DATA%20301" onclick="return showCourse(this, 'DATA 301');" title="DATA 301">DATA 301</a>.</p></div>
<div class="courseblockdesc">
<p>Discussions of technical, societal and ethical aspects of modern data science theory and practice, concentrating on topics not covered in other courses. 1 seminar. Total credit limited to 4 units. Credit/No credit grading only.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 130. Introduction to Statistical Reasoning.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: MATH 96; or <a class="bubblelink code" href="/search/?P=MATH%20115" onclick="return showCourse(this, 'MATH 115');" title="MATH 115">MATH 115</a>; or appropriate Math Placement Level.</p></div>
<div class="courseblockdesc">
<p>Survey of statistical ideas and philosophy. Emphasis on concepts rather than in-depth coverage of statistical methods. Topics include sampling, experimentation, data exploration, chance phenomena, and methods of statistical inference. Not open to students with credit in any statistics course. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 150. Introduction to the Discipline of Statistics.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: Statistics major.</p></div>
<div class="courseblockdesc">
<p>Orientation to the statistics program, introduction to the discipline of statistics, including the development of the discipline, professional ethics, data visualization and the role of statistics in the scientific enterprise. Note: Course is intended for students in their first quarter at Cal Poly. 2 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 200. Special Problems for Undergraduates.
<span class="courseblockhours">1-2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Consent of department chair.</p></div>
<div class="courseblockdesc">
<p>Individual investigation, research, studies, or surveys of selected problems. Total credit limited to 4 units, with a maximum of 2 units per quarter.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 217. Introduction to Statistical Concepts and Methods.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: MATH 96; or <a class="bubblelink code" href="/search/?P=MATH%20115" onclick="return showCourse(this, 'MATH 115');" title="MATH 115">MATH 115</a>; or appropriate Math Placement Level.</p></div>
<div class="courseblockdesc">
<p>Sampling and experimentation, descriptive statistics, confidence intervals, two-sample hypothesis tests for means and proportions, Chi-square tests, linear and multiple regression, analysis of variance. Substantial use of statistical software. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a> or <a class="bubblelink code" href="/search/?P=STAT%20251" onclick="return showCourse(this, 'STAT 251');" title="STAT 251">STAT 251</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 218. Applied Statistics for the Life Sciences.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: MATH 96; or <a class="bubblelink code" href="/search/?P=MATH%20115" onclick="return showCourse(this, 'MATH 115');" title="MATH 115">MATH 115</a>; or appropriate Math Placement Level.</p></div>
<div class="courseblockdesc">
<p>Data collection and experimental design, descriptive statistics, confidence intervals, parametric and non parametric one and two-sample hypothesis tests, analysis of variance, correlation, simple linear regression, chi-square tests. Applications of statistics to the life sciences. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20217" onclick="return showCourse(this, 'STAT 217');" title="STAT 217">STAT 217</a> or <a class="bubblelink code" href="/search/?P=STAT%20251" onclick="return showCourse(this, 'STAT 251');" title="STAT 251">STAT 251</a>. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 251. Statistical Inference for Management I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: Appropriate Math Placement Level or <a class="bubblelink code" href="/search/?P=MATH%20118" onclick="return showCourse(this, 'MATH 118');" title="MATH 118">MATH 118</a>.</p></div>
<div class="courseblockdesc">
<p>Descriptive statistics. Probability and counting rules. Random variables and probability distributions. Sampling distributions and point estimation. Confidence intervals and tests of hypotheses for a single mean and proportion. Course may be offered classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 252. Statistical Inference for Management II.
<span class="courseblockhours">5 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p class="noindent">2020-21 or later catalog: GE Area B4</p><p class="noindent">2019-20 or earlier catalog: GE Area B1</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20251" onclick="return showCourse(this, 'STAT 251');" title="STAT 251">STAT 251</a> with a minimum grade of C- or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Confidence intervals and tests of hypotheses for two means and two proportions. Introduction to ANOVA, regression, correlation, multiple regression, time series, and forecasting. Statistical quality control. Enumerative data analysis. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. 5 lectures. Fulfills GE Area B4 (GE Area B1 for students on the 2019-20 or earlier catalogs); a grade of C- or better is required in one course in this GE area.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 270. Selected Topics.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: Open to undergraduate students and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Directed group study of selected topics. The Class Schedule will list topic selected. Total credit limited to 8 units. 1 to 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 301. Statistics I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Corequisite: <a class="bubblelink code" href="/search/?P=MATH%20141" onclick="return showCourse(this, 'MATH 141');" title="MATH 141">MATH 141</a>.</p></div>
<div class="courseblockdesc">
<p>Introduction to statistics for mathematically inclined students, focused on process of statistical investigations. Observational studies, controlled experiments, randomization, confounding, randomization tests, hypergeometric distribution, descriptive statistics, sampling, bias, binomial distribution, significance tests, confidence intervals, normal model, t-procedures, two-sample procedures. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 302. Statistics II.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20301" onclick="return showCourse(this, 'STAT 301');" title="STAT 301">STAT 301</a> with a grade of C- or better; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Continued study of the process, concepts, and methods of statistical investigations. Association, chi-square procedures, one-way ANOVA, multiple comparisons, two-way ANOVA with interaction, simple linear regression, correlation, prediction, multiple regression. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 305. Introduction to Probability and Simulation.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=BUS%20392" onclick="return showCourse(this, 'BUS 392');" title="BUS 392">BUS 392</a>, CPE/<a class="bubblelink code" href="/search/?P=CSC%20101" onclick="return showCourse(this, 'CSC 101');" title="CSC 101">CSC 101</a>, <a class="bubblelink code" href="/search/?P=CSC%20232" onclick="return showCourse(this, 'CSC 232');" title="CSC 232">CSC 232</a>, CPE/CSC 235, <a class="bubblelink code" href="/search/?P=ECON%20395" onclick="return showCourse(this, 'ECON 395');" title="ECON 395">ECON 395</a>, or <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>; and <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a>.</p></div>
<div class="courseblockdesc">
<p>Basic probability rules, counting methods, conditional probability. Discrete and continuous random variables, expected values, variance and covariance. Properties of linear combinations of random variables with applications to statistical estimators. Simulation analysis of random phenomena using a modern computer language. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20321" onclick="return showCourse(this, 'STAT 321');" title="STAT 321">STAT 321</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 312. Statistical Methods for Engineers.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p class="noindent">2020-21 or later: Upper-Div GE Area B</p><p class="noindent">2019-20 or earlier catalog: GE Area B5, B6, or B7</p><p>Prerequisite: Junior standing or one of the following majors: CPE, CSC, EE, GENE, IE, MATE, MFGE, or SE; completion of GE Area A with grades of C- or better; and one course in GE Area B4 with a grade of C- or better (GE Area B1 for students on the 2019-20 or earlier catalogs); and <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a>.</p></div>
<div class="courseblockdesc">
<p>Descriptive and graphical methods. Discrete and continuous probability distributions. One and two sample confidence intervals and hypothesis testing. Single factor analysis of variance. Quality control. Introduction to regression and to experimental design. Substantial use of statistical software. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area Upper-Division B (GE Areas B5, B6, or B7 for students on the 2019-20 catalog).</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 313. Applied Experimental Design and Regression Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later: Upper-Div GE Area B</p><p class="noindent">2019-20 or earlier catalog: GE Area B5, B6, or B7</p><p>Prerequisite: Junior standing or one of the following majors: ASCI, BIO, CRP, DSCI, EESS, ENVE, ENVM, HLTH, KINE, MCRO, MSCI, POLS, PSY or SOC; completion of GE Area A with grades of C- or better; <a class="bubblelink code" href="/search/?P=MATH%20118" onclick="return showCourse(this, 'MATH 118');" title="MATH 118">MATH 118</a> with a grade of C- or better, or appropriate Math Placement Level; and one of the following courses: <a class="bubblelink code" href="/search/?P=STAT%20217" onclick="return showCourse(this, 'STAT 217');" title="STAT 217">STAT 217</a>, <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> with a minimum grade of C- or better.</p></div>
<div class="courseblockdesc">
<p>Applications of statistics for students not majoring in statistics or mathematics. Analysis of variance including one-way classification, randomized blocks, and factorial designs; multiple regression, model diagnostics, and model comparison. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area Upper-Division B (GE Areas B5, B6, or B7 for students on the 2019-20 catalog).</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 314. Statistical Methods for Food Science.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a>.</p></div>
<div class="courseblockdesc">
<p>Statistical methods for sensory analysis and food product development. Discrimination testing: paired, duo-trio, triangle. Two-way ANOVA, 2^k, fractional factorial, response surface, mixture designs. Quality and process control. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 321. Probability and Statistics for Engineers and Scientists.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later: Upper-Div GE Area B</p><p class="noindent">2019-20 or earlier catalog: GE Area B5, B6, or B7</p><p>Prerequisite: Junior standing or one of the following majors: AERO, ARCE, CSC, EE, GENE, IE, MATE, MFGE or SE; completion of GE Area A with grades of C- or better; and one course in GE Area B4 with a grade of C- or better (GE Area B1 for students on the 2019-20 or earlier catalogs); and <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a>.</p></div>
<div class="courseblockdesc">
<p>Tabular and graphical methods for data summary, numerical summary measures, probability concepts and properties, discrete and continuous probability distributions, expected values, statistics and their sampling distributions, point estimation, confidence intervals for a mean and proportion. Use of statistical software. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20301" onclick="return showCourse(this, 'STAT 301');" title="STAT 301">STAT 301</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area Upper-Division B (GE Areas B5, B6, or B7 for students on the 2019-20 catalog).</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 323. Design and Analysis of Experiments I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Principles, construction and analysis of experimental designs. Completely randomized, randomized complete block, Latin squares, Graeco Latin squares, factorial, and nested designs. Fixed and random effects, expected mean squares, multiple comparisons, and analysis of covariance. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 324. Applied Regression Analysis.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Linear regression including indicator variables, influence diagnostics, assumption analysis, selection of 'best subset', nonstandard regression models, logistic regression, nonlinear regression models. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>. Not open to Statistics Majors. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 330. Statistical Computing with SAS.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Data acquisition, cleaning, and management using SAS; reading data into SAS from various sources, recoding variables, subsetting and merging data, exporting results in other formats. Graphical procedures, basic descriptive and inferential statistics. Introduction to SAS macros. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 331. Statistical Computing with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F,W,SP,SU</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>; and <a class="bubblelink code" href="/search/?P=BUS%20392" onclick="return showCourse(this, 'BUS 392');" title="BUS 392">BUS 392</a>, CPE/<a class="bubblelink code" href="/search/?P=CSC%20101" onclick="return showCourse(this, 'CSC 101');" title="CSC 101">CSC 101</a>, <a class="bubblelink code" href="/search/?P=CSC%20231" onclick="return showCourse(this, 'CSC 231');" title="CSC 231">CSC 231</a>, <a class="bubblelink code" href="/search/?P=CSC%20232" onclick="return showCourse(this, 'CSC 232');" title="CSC 232">CSC 232</a>, <a class="bubblelink code" href="/search/?P=CSC%20234" onclick="return showCourse(this, 'CSC 234');" title="CSC 234">CSC 234</a>, or <a class="bubblelink code" href="/search/?P=ECON%20395" onclick="return showCourse(this, 'ECON 395');" title="ECON 395">ECON 395</a>.</p></div>
<div class="courseblockdesc">
<p>Importing, managing, and cleaning data from a variety of sources. Use of regular expressions, exploratory data analysis, functional and object-oriented programming. Graphical, descriptive, and inferential statistical methods. Methods of simulation, randomization and resampling. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 334. Applied Linear Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, or <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>; and one of the following: <a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a>, or <a class="bubblelink code" href="/search/?P=MATH%20244" onclick="return showCourse(this, 'MATH 244');" title="MATH 244">MATH 244</a>.</p></div>
<div class="courseblockdesc">
<p>Linear models in algebraic and matrix form, diagnostics, transformations, polynomial models, categorical predictors, model selection, correlated errors, logistic regression. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a>. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 350. Probability and Random Processes for Engineers.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">2020-21 or later: Upper-Div GE Area B</p><p class="noindent">2019-20 or earlier catalog: GE Area B5, B6, or B7</p><p>Prerequisite: Junior standing; completion of GE Area A with grades of C- or better; and one course in GE Area B4 with a grade of C- or better (GE Area B1 for students on the 2019-20 or earlier catalogs); <a class="bubblelink code" href="/search/?P=MATH%20241" onclick="return showCourse(this, 'MATH 241');" title="MATH 241">MATH 241</a>; and <a class="bubblelink code" href="/search/?P=CPE%20327" onclick="return showCourse(this, 'CPE 327');" title="CPE 327">CPE 327</a> or <a class="bubblelink code" href="/search/?P=EE%20228" onclick="return showCourse(this, 'EE 228');" title="EE 228">EE 228</a>.</p></div>
<div class="courseblockdesc">
<p>Random events, random variables, and random processes, with emphasis on probabilistic treatment of signals and noise. Specific topics include: sample spaces, probability, distributions, independence, moments, covariance, time/ensemble averages, stationarity, common processes, correlation and spectral functions. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Fulfills GE Area Upper-Division B (GE Areas B5, B6, or B7 for students on the 2019-20 catalog).</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 365. Statistical Communication.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: Completion of GE Area A2 with a grade of C- or better (GE Area A1 for students on the 2019-20 or earlier catalogs); completion of GE Area A3 with a grade of C- or better; and one of the following: <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p></div>
<div class="courseblockdesc">
<p>Written communication of statistical ideas and content. Analyze data using appropriate methods from previous statistics courses. Writing technical reports with appropriate graphs and tables. Strategies to discern relevant and necessary information to communicate data, ideas, and results to different audiences. Course may be offered in classroom-based, online, or hybrid format. 2 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 400. Special Problems for Advanced Undergraduates.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Consent of department head.</p></div>
<div class="courseblockdesc">
<p>Individual investigation, research, studies or surveys of selected problems. Total credit limited to 5 units, with a maximum of 4 units per quarter.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 405. Applied Probability Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: CPE/<a class="bubblelink code" href="/search/?P=CSC%20101" onclick="return showCourse(this, 'CSC 101');" title="CSC 101">CSC 101</a> or <a class="bubblelink code" href="/search/?P=CSC%20232" onclick="return showCourse(this, 'CSC 232');" title="CSC 232">CSC 232</a> or CPE/CSC 235; <a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a> or <a class="bubblelink code" href="/search/?P=MATH%20244" onclick="return showCourse(this, 'MATH 244');" title="MATH 244">MATH 244</a>; and <a class="bubblelink code" href="/search/?P=STAT%20305" onclick="return showCourse(this, 'STAT 305');" title="STAT 305">STAT 305</a> or <a class="bubblelink code" href="/search/?P=STAT%20350" onclick="return showCourse(this, 'STAT 350');" title="STAT 350">STAT 350</a> or <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>.</p></div>
<div class="courseblockdesc">
<p>Advanced probability models, their simulation and application. Poisson processes, Markov chains, random walks, and continuous-time Markov processes. Monte Carlo integration and simulation methods, including Markov chain Monte Carlo and Gibbs sampling. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 410. Statistics Education: Pedagogy, Content, Technology, and Assessment.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=STAT%20130" onclick="return showCourse(this, 'STAT 130');" title="STAT 130">STAT 130</a>, <a class="bubblelink code" href="/search/?P=STAT%20217" onclick="return showCourse(this, 'STAT 217');" title="STAT 217">STAT 217</a>, <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a>, <a class="bubblelink code" href="/search/?P=STAT%20251" onclick="return showCourse(this, 'STAT 251');" title="STAT 251">STAT 251</a>, <a class="bubblelink code" href="/search/?P=STAT%20301" onclick="return showCourse(this, 'STAT 301');" title="STAT 301">STAT 301</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20321" onclick="return showCourse(this, 'STAT 321');" title="STAT 321">STAT 321</a>, <a class="bubblelink code" href="/search/?P=STAT%20511" onclick="return showCourse(this, 'STAT 511');" title="STAT 511">STAT 511</a>, STAT 512 or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>.</p></div>
<div class="courseblockdesc">
<p>Topics related to content, pedagogy, technology, and assessment for teaching statistics in grades 6-16 in accordance with current standards and research for teaching statistics including the Common Core State Standards for Mathematics. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 414. Multilevel and Mixed Modeling.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a> or <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a> or <a class="bubblelink code" href="/search/?P=STAT%20524" onclick="return showCourse(this, 'STAT 524');" title="STAT 524">STAT 524</a>.</p></div>
<div class="courseblockdesc">
<p>Overview of multilevel and mixed models, including hierarchical data, intraclass correlation, fixed vs. random coefficients, variance components, comparisons to traditional analyses. Use of statistical software for implementation of methods. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 415. Bayesian Reasoning and Methods.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, or <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>; and one of the following: <a class="bubblelink code" href="/search/?P=STAT%20305" onclick="return showCourse(this, 'STAT 305');" title="STAT 305">STAT 305</a>, <a class="bubblelink code" href="/search/?P=STAT%20321" onclick="return showCourse(this, 'STAT 321');" title="STAT 321">STAT 321</a>, <a class="bubblelink code" href="/search/?P=STAT%20350" onclick="return showCourse(this, 'STAT 350');" title="STAT 350">STAT 350</a>, or <a class="bubblelink code" href="/search/?P=STAT%20425" onclick="return showCourse(this, 'STAT 425');" title="STAT 425">STAT 425</a>. Recommended: <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>.</p></div>
<div class="courseblockdesc">
<p>Bayes' theorem, prior and posterior distributions, likelihood functions, Markov Chain Monte Carlo methods, hierarchical modeling. Bayesian data analysis, comparison of Bayesian and classical (frequentist) approaches. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 416. Statistical Analysis of Time Series.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a> or <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a> or <a class="bubblelink code" href="/search/?P=STAT%20524" onclick="return showCourse(this, 'STAT 524');" title="STAT 524">STAT 524</a>.</p></div>
<div class="courseblockdesc">
<p>Time series components, descriptive smoothing methods, regression models for time series data, forecasting via exponential smoothing, evaluation of forecasts, autocorrelation, ARIMA models and Box-Jenkins methods, combining forecasts, frequency domain analysis, filtering. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 417. Survival Analysis Methods.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>; and <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a>.</p></div>
<div class="courseblockdesc">
<p>Parametric and nonparametric methods for analyzing survival data. Topics include Kaplan-Meier and Nelson-Aalen estimates, Cox regression models, accelerated failure time models. Use of statistical software to implement methods throughout course. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 418. Categorical Data Analysis.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a> or <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a> or <a class="bubblelink code" href="/search/?P=STAT%20524" onclick="return showCourse(this, 'STAT 524');" title="STAT 524">STAT 524</a>.</p></div>
<div class="courseblockdesc">
<p>Discrete multivariate statistics, including analysis of cross-classified data, log-linear models for multidimensional contingency tables, goodness of fit statistics, measures of association, model selection, and hypothesis testing. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 419. Applied Multivariate Statistics.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: One of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>, or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; and one of the following: <a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a>, <a class="bubblelink code" href="/search/?P=MATH%20244" onclick="return showCourse(this, 'MATH 244');" title="MATH 244">MATH 244</a>, or graduate standing.</p></div>
<div class="courseblockdesc">
<p>Continuous multivariate statistics. Multivariate linear model, principal components and factor analysis, discriminant analysis, clustering, classification, and canonical correlation. Use of statistical software throughout the course. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 421. Survey Sampling and Methodology.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a> or <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a> or <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a> or <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a> or <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a> or <a class="bubblelink code" href="/search/?P=STAT%20511" onclick="return showCourse(this, 'STAT 511');" title="STAT 511">STAT 511</a> or STAT 512 or <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>.</p></div>
<div class="courseblockdesc">
<p>Survey planning, execution, and analysis. Principles of survey research, including non-sampling and sampling error topics. Survey sample designs, including simple random, systematic, stratified, cluster, and multi-stage. Estimation procedures and sample size calculations. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 423. Design and Analysis of Experiments II.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a> or <a class="bubblelink code" href="/search/?P=STAT%20523" onclick="return showCourse(this, 'STAT 523');" title="STAT 523">STAT 523</a>.</p></div>
<div class="courseblockdesc">
<p>Continuation of <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>. 2k factorial designs, 3k factorial designs, balanced and partially balanced incomplete block designs, nested designs, split-plot designs, response surface methodology, confounding, repeated measures, and other design approaches. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 425. Probability Theory.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=MATH%20241" onclick="return showCourse(this, 'MATH 241');" title="MATH 241">MATH 241</a>; <a class="bubblelink code" href="/search/?P=MATH%20248" onclick="return showCourse(this, 'MATH 248');" title="MATH 248">MATH 248</a> or CSC 348; and <a class="bubblelink code" href="/search/?P=STAT%20305" onclick="return showCourse(this, 'STAT 305');" title="STAT 305">STAT 305</a>. Recommended: <a class="bubblelink code" href="/search/?P=STAT%20301" onclick="return showCourse(this, 'STAT 301');" title="STAT 301">STAT 301</a>.</p></div>
<div class="courseblockdesc">
<p>Rigorous development of probability theory. Probability axioms, combinatorial methods, conditional and marginal probability, independence, random variables, univariate and multivariate probability distributions, conditional distributions, transformations, order statistics, expectation and variance. Use of statistical simulation throughout the course. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 426. Estimation and Sampling Theory.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20425" onclick="return showCourse(this, 'STAT 425');" title="STAT 425">STAT 425</a>. Recommended: <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>.</p></div>
<div class="courseblockdesc">
<p>Continuation of <a class="bubblelink code" href="/search/?P=STAT%20425" onclick="return showCourse(this, 'STAT 425');" title="STAT 425">STAT 425</a>. Properties of statistics obtained from samples. Sample mean properties, convergence in probability, law of large numbers, and central limit theorem. Selected probability distributions. Theory of estimation. Sampling distribution of estimators. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 427. Mathematical Statistics.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>.</p></div>
<div class="courseblockdesc">
<p>Continuation of <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>. The theory of hypothesis testing and its applications. Power and uniformly most powerful tests. Categorical data and nonparametric methods. Other selected topics. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 431. Advanced Statistical Computing with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>.</p></div>
<div class="courseblockdesc">
<p>Advanced techniques for efficient use of computers to perform statistical computations and to analyze large amounts of data. Includes version control systems; tools supporting reproducibility; functional programming; randomization and bootstrapping; dynamic data visualizations; and R package development. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 434. Statistical Learning: Methods and Applications.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a>, <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>, or <a class="bubblelink code" href="/search/?P=STAT%20524" onclick="return showCourse(this, 'STAT 524');" title="STAT 524">STAT 524</a>. Recommended: <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a> or <a class="bubblelink code" href="/search/?P=STAT%20531" onclick="return showCourse(this, 'STAT 531');" title="STAT 531">STAT 531</a>.</p></div>
<div class="courseblockdesc">
<p>Modern methods in predictive modeling and classification. Splines, smoothing splines, ridge regression, LASSO, regression and classification trees, generalized additive models, logistic regression, and linear discriminant analysis. Model assessment and selection using cross validation, bootstrapping, AIC, and BIC. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 440. SAS Certification Preparation.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20330" onclick="return showCourse(this, 'STAT 330');" title="STAT 330">STAT 330</a>.</p></div>
<div class="courseblockdesc">
<p>Programming, data management, and data analysis in preparation for the Certified Base Programmer Exam offered by the SAS Institute. Topics include accessing data, creating data structures, managing data, generating reports, and handling errors. 2 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 441. SAS Advanced Certification Preparation.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20440" onclick="return showCourse(this, 'STAT 440');" title="STAT 440">STAT 440</a>.</p></div>
<div class="courseblockdesc">
<p>Programming topics in preparation for the Certified Advanced Programmer Exam offered by the SAS Institute. Accessing data using PROC SQL, macro processing, applications for indexes, data look-up techniques including array processing, hash objects, and combining/merging. 2 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 461. Senior Project I.
<span class="courseblockhours">1 unit
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p></div>
<div class="courseblockdesc">
<p>Selection and completion of a project under faculty supervision. Projects typical of problems which graduates must solve in their fields of employment. Project results are presented in a formal report. Minimum 90 hours total time.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 462. Senior Project II.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Completion of GWR.</p></div>
<div class="courseblockdesc">
<p>Selection and completion of a project under faculty supervision. Projects typical of problems which graduates must solve in their fields of employment. Project results are presented in a formal report. Minimum 90 hours total time.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 465. Statistical Consulting.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>; <a class="bubblelink code" href="/search/?P=STAT%20330" onclick="return showCourse(this, 'STAT 330');" title="STAT 330">STAT 330</a>; <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; <a class="bubblelink code" href="/search/?P=STAT%20365" onclick="return showCourse(this, 'STAT 365');" title="STAT 365">STAT 365</a>; Statistics major; and senior standing.</p></div>
<div class="courseblockdesc">
<p>Blending of the theoretical and practical aspects of statistical consulting. Development of tools necessary to conduct effective consulting sessions, present oral arguments and written reports, work collaboratively to solve problems, and utilize professional publications in statistics. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20466" onclick="return showCourse(this, 'STAT 466');" title="STAT 466">STAT 466</a>. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 466. Senior Project - Statistical Consulting.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>; <a class="bubblelink code" href="/search/?P=STAT%20330" onclick="return showCourse(this, 'STAT 330');" title="STAT 330">STAT 330</a>; <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; <a class="bubblelink code" href="/search/?P=STAT%20365" onclick="return showCourse(this, 'STAT 365');" title="STAT 365">STAT 365</a>; Statistics major; and senior standing.</p></div>
<div class="courseblockdesc">
<p>Blending of the theoretical and practical aspects of statistical consulting. Development of tools necessary to conduct effective consulting sessions, present oral arguments and written reports. Work collaboratively to solve problems and utilize professional publications in statistics. Fulfills senior project requirement for Statistics major. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20465" onclick="return showCourse(this, 'STAT 465');" title="STAT 465">STAT 465</a>. 2 lectures, 2 discussions.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 470. Selected Advanced Topics.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: Consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Directed group study of selected topics for advanced students. Open to undergraduate and graduate students. The Class Schedule will list topic selected. Total credit limited to 8 units. 1 to 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 485. Cooperative Education Experience.
<span class="courseblockhours">6 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">CR/NC</p><p>Prerequisite: Sophomore standing and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Part-time work experience in business, industry, government, and other areas of student career interest. Positions are paid and usually require relocation and registration in course for two consecutive quarters. Formal report and evaluation by work supervisor required. Major credit limited to 6 units; total credit limited to 12 units. Credit/No Credit grading only.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 495. Cooperative Education Experience.
<span class="courseblockhours">12 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p class="noindent">CR/NC</p><p>Prerequisite: Sophomore standing and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Full-time work experience in business, industry, government, and other areas of student career interest. Positions are paid and usually require relocation and registration in course for two consecutive quarters. Formal report and evaluation by work supervisor required. Major credit limited to 12 units; total credit limited to 24 units. Credit/No Credit grading only.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 500. Independent Study.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Graduate standing and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Individual research or advanced study planned and completed under the direction of a departmental faculty member. Total degree credit limited to 4 units. Total credit limited to 12 units.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 511. Statistical Methods.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: Graduate standing and intermediate algebra or equivalent.</p></div>
<div class="courseblockdesc">
<p>Statistical methods in research for graduate students not majoring in mathematical sciences. Probability distributions, confidence intervals, hypothesis testing, contingency tables, linear regression and correlation, multiple regression, analysis of variance. Substantial use of statistical software. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 513. Applied Experimental Design and Regression Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Graduate standing and a grade of C- or better in one of the following: <a class="bubblelink code" href="/search/?P=STAT%20217" onclick="return showCourse(this, 'STAT 217');" title="STAT 217">STAT 217</a>, <a class="bubblelink code" href="/search/?P=STAT%20218" onclick="return showCourse(this, 'STAT 218');" title="STAT 218">STAT 218</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20511" onclick="return showCourse(this, 'STAT 511');" title="STAT 511">STAT 511</a>, STAT 512, or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Applications of statistics for graduate students not majoring in mathematics. Analysis of variance including the one-way classification, randomized blocks, and factorial designs. Introduction to multiple regression and to analysis of covariance. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. 4 lectures. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 523. Design and Analysis of Experiments I.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W, SP</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>, or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; and graduate standing.</p></div>
<div class="courseblockdesc">
<p>Principles, construction and analysis of experimental designs. Completely randomized, randomized complete block, Latin squares, Graeco-Latin squares, factorial, and nested designs. Fixed and random effects, expected mean squares, multiple comparisons, and analysis of covariance. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a>. Course may be offered in classroom-based, online, or hybrid format. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 524. Applied Regression Analysis.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: one of the following: <a class="bubblelink code" href="/search/?P=IME%20326" onclick="return showCourse(this, 'IME 326');" title="IME 326">IME 326</a>, <a class="bubblelink code" href="/search/?P=STAT%20252" onclick="return showCourse(this, 'STAT 252');" title="STAT 252">STAT 252</a>, <a class="bubblelink code" href="/search/?P=STAT%20302" onclick="return showCourse(this, 'STAT 302');" title="STAT 302">STAT 302</a>, <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>, <a class="bubblelink code" href="/search/?P=STAT%20313" onclick="return showCourse(this, 'STAT 313');" title="STAT 313">STAT 313</a>, <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a>, or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; and graduate standing.</p></div>
<div class="courseblockdesc">
<p>Linear regression including indicator variables, influence diagnostics, assumption analysis, selection of 'best subset', nonstandard regression models, logistic regression, nonlinear regression models. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20324" onclick="return showCourse(this, 'STAT 324');" title="STAT 324">STAT 324</a> or <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 530. Statistical Computing with SAS.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20511" onclick="return showCourse(this, 'STAT 511');" title="STAT 511">STAT 511</a> or STAT 512 or <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a> or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>.</p></div>
<div class="courseblockdesc">
<p>Techniques available to the statistician for efficient use of computers to perform statistical computations and to analyze large amounts of data. Use of the SAS software system. Includes data preparation, report writing, basic statistical methods, and a research project. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20330" onclick="return showCourse(this, 'STAT 330');" title="STAT 330">STAT 330</a>. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 531. Statistical Computing with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Graduate standing; <a class="bubblelink code" href="/search/?P=STAT%20513" onclick="return showCourse(this, 'STAT 513');" title="STAT 513">STAT 513</a> or <a class="bubblelink code" href="/search/?P=STAT%20542" onclick="return showCourse(this, 'STAT 542');" title="STAT 542">STAT 542</a>; and one computer programming course; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Import, manage, and clean data. Use of regular expressions, exploratory data analysis, functional and object-oriented programming. Graphical, descriptive, and inferential statistical methods. Methods of simulation, randomization and resampling. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a>. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 541. Advanced Statistical Computing with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a> or <a class="bubblelink code" href="/search/?P=STAT%20531" onclick="return showCourse(this, 'STAT 531');" title="STAT 531">STAT 531</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; and <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Advanced techniques for efficient use of R software to perform statistical computations, analyze large amounts of data, and develop new software. Includes version control systems; code design, documentation, and unit testing; modern data and database software; dynamic data visualizations; special data types; efficient processing of big data; functional programming and recursion; and numerical integration and optimization. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 542. Statistical Methods for Engineers.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=MATH%20142" onclick="return showCourse(this, 'MATH 142');" title="MATH 142">MATH 142</a> and graduate standing.</p></div>
<div class="courseblockdesc">
<p>Descriptive and graphical methods. Discrete and continuous probability distributions. One and two sample confidence intervals and hypothesis testing. Single factor analysis of variance. Quality control. Introduction to regression and to experimental design. Substantial use of statistical software. Course may be offered in classroom-based, online, or hybrid format. Not open to students with credit in <a class="bubblelink code" href="/search/?P=STAT%20312" onclick="return showCourse(this, 'STAT 312');" title="STAT 312">STAT 312</a>. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 543. Advanced Design and Analysis of Experiments.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisites: <a class="bubblelink code" href="/search/?P=STAT%20323" onclick="return showCourse(this, 'STAT 323');" title="STAT 323">STAT 323</a> or <a class="bubblelink code" href="/search/?P=STAT%20523" onclick="return showCourse(this, 'STAT 523');" title="STAT 523">STAT 523</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>2^k and 3^k factorial and fractional factorial designs, balanced and partially balanced incomplete block designs, nested designs, split-plot designs, response surfaces, repeated measures, and other design approaches. Design matrices. Analysis and interpretation of fixed, random, and mixed effects models, analysis of covariance, and different parameterizations. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 545. Applied Stochastic Processes.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=MATH%20206" onclick="return showCourse(this, 'MATH 206');" title="MATH 206">MATH 206</a> or <a class="bubblelink code" href="/search/?P=MATH%20244" onclick="return showCourse(this, 'MATH 244');" title="MATH 244">MATH 244</a>; and <a class="bubblelink code" href="/search/?P=STAT%20426" onclick="return showCourse(this, 'STAT 426');" title="STAT 426">STAT 426</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Properties, simulation, and application of stochastic processes. Discrete-time and continuous-time Markov chains, hidden Markov models, Poisson processes, Gaussian processes, continuous-state Markov processes. Markov chain Monte Carlo (MCMC) simulation methods and applications. Estimation methods for stochastic processes. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 550. Generalized Linear Models.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: W</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a> and <a class="bubblelink code" href="/search/?P=STAT%20427" onclick="return showCourse(this, 'STAT 427');" title="STAT 427">STAT 427</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Theory and application of linear and generalized linear models (GLMs). Logistic regression, nominal and ordinal responses, Poisson GLMs, correlated responses, random and mixed effects models, Bayesian GLMs, model selection and model checking. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 551. Statistical Learning with R.
<span class="courseblockhours">4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20305" onclick="return showCourse(this, 'STAT 305');" title="STAT 305">STAT 305</a> or <a class="bubblelink code" href="/search/?P=STAT%20350" onclick="return showCourse(this, 'STAT 350');" title="STAT 350">STAT 350</a>; <a class="bubblelink code" href="/search/?P=STAT%20331" onclick="return showCourse(this, 'STAT 331');" title="STAT 331">STAT 331</a> or <a class="bubblelink code" href="/search/?P=STAT%20531" onclick="return showCourse(this, 'STAT 531');" title="STAT 531">STAT 531</a>; <a class="bubblelink code" href="/search/?P=STAT%20334" onclick="return showCourse(this, 'STAT 334');" title="STAT 334">STAT 334</a>; and graduate standing; or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Modern methods in predictive modeling. Supervised and unsupervised learning. Regression, classification, and clustering methods, including SVM, LASSO, splines, trees, and random forests. Model assessment and selection using cross validation, bootstrapping, and information criteria. Use of the R programming language. 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 566. Graduate Consulting Practicum.
<span class="courseblockhours">2 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: SP</p><p>Prerequisite: <a class="bubblelink code" href="/search/?P=STAT%20466" onclick="return showCourse(this, 'STAT 466');" title="STAT 466">STAT 466</a> and graduate standing.</p></div>
<div class="courseblockdesc">
<p>Practice in statistical consulting. Observing faculty-led consulting sessions. Organizing and leading consulting projects with faculty supervision. Discussion of statistical consulting cases in a seminar format. 2 seminars.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 570. Selected Advanced Topics.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: Graduate standing or consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Directed group study of selected topics for graduate students. Open to undergraduate and graduate students. The Class Schedule will list topic selected. Total credit limited to 8 units. 1 to 4 lectures.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 590. Graduate Seminar in Statistics.
<span class="courseblockhours">1 unit
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: F, W, SP</p><p>Prerequisite: Graduate standing in Statistics.</p></div>
<div class="courseblockdesc">
<p>Topics in advanced statistics selected by the faculty. Discussion of current research papers in statistics and implementation of methods. Total credit limited to 3 units. 1 seminar.</p>
</div>
</div>, <div class="courseblock">
<p class="courseblocktitle"><strong>STAT 599. Thesis.
<span class="courseblockhours">1-4 units
</span></strong></p><div class="noindent courseextendedwrap">
<p class="noindent">Term Typically Offered: TBD</p><p>Prerequisite: Graduate standing and consent of instructor.</p></div>
<div class="courseblockdesc">
<p>Individual research under faculty supervision, leading to a graduate thesis. Total credit limited to 8 units.</p>
</div>
</div>]
import pandas as pd
import numpy as nprows = []
for course in courses:
class_name = course.find("p", class_ = "courseblocktitle").strong.contents[0]
term_offered = course.find("div", class_ = "noindent courseextendedwrap").contents[1].text
rows.append({
"Class Name": class_name,
"Term Offered": term_offered,
})pd.DataFrame(rows)| Class Name | Term Offered | |
|---|---|---|
| 0 | DATA 100. Data Science for All I.\n | Term Typically Offered: F, W, SP |
| 1 | DATA 301. Introduction to Data Science.\n | Term Typically Offered: F, W, SP |
| 2 | DATA 401. Data Science Process and Ethics.\n | Term Typically Offered: F |
| 3 | DATA 402. Mathematical Foundations of Data Sci... | Term Typically Offered: F |
| 4 | DATA 403. Data Science Projects Laboratory.\n | Term Typically Offered: F |
| ... | ... | ... |
| 69 | STAT 551. Statistical Learning with R.\n | Term Typically Offered: F |
| 70 | STAT 566. Graduate Consulting Practicum.\n | Term Typically Offered: SP |
| 71 | STAT 570. Selected Advanced Topics.\n | Term Typically Offered: TBD |
| 72 | STAT 590. Graduate Seminar in Statistics.\n | Term Typically Offered: F, W, SP |
| 73 | STAT 599. Thesis.\n | Term Typically Offered: TBD |
74 rows × 2 columns
Hints:
- Each course is represented by a
<div>withclass=courseblock, so you can find all the courses withsoup.find_all("div", {"class": "courseblock"}) - The course name is in a
<p>tag withclass=courseblocktitle, inside a<strong>tag. (Though I don’t think we need to find the strong tag here.) - The term typically offered is in
<p>tag withclass=noindent. However, there are several tags with this class; term typically offered is the first one. - If you want to use Beautiful Soup to remove the course units (e.g., 4 units), find the
<span>tag within the course name tag and.extract()this span tag